summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-11ipv4: icmp: Fix source IP derivation in presence of VRFsIdo Schimmel
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel
2025-09-11ipv4: cipso: Simplify IP options handling in cipso_v4_error()Ido Schimmel
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-09-09devlink: Add 'total_vfs' generic device paramVlad Dumitrescu
2025-09-09mptcp: make ADD_ADDR retransmission timeout adaptiveGeliang Tang
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari
2025-09-09hsr: use netdev_master_upper_dev_link() when linking lower portsHangbin Liu
2025-09-08rds: ib: Remove unused extern definitionHåkon Bugge
2025-09-08xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08tls: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08sctp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08mptcp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08ipv4: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet
2025-09-08net: mctp: fix typo in commentAlok Tiwari
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter
2025-09-04Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter
2025-09-03ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet
2025-09-03mctp: return -ENOPROTOOPT for unknown getsockopt optionsAlok Tiwari
2025-09-03net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter
2025-09-03net: lockless sock_i_ino()Eric Dumazet
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-03netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen
2025-09-03mptcp: record subflows in RPS tableChristoph Paasch
2025-09-03mptcp: use HMAC-SHA256 library instead of open-coded HMACEric Biggers
2025-09-03Merge tag 'wireless-2025-09-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet
2025-09-02net_sched: add back BH safety to tcf_lockEric Dumazet
2025-09-02net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers
2025-09-02netfilter: nft_payload: extend offset to 65535 bytesFernando Fernandez Mancera
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal
2025-09-02netfilter: nft_set_pipapo: remove redundant test for avx feature bitFlorian Westphal
2025-09-02netfilter: nf_tables: all transaction allocations can now sleepFlorian Westphal
2025-09-02netfilter: nf_tables: allow iter callbacks to sleepFlorian Westphal