aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski9-79/+206
2025-09-03netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen1-2/+2
2025-09-03mptcp: record subflows in RPS tableChristoph Paasch1-0/+21
2025-09-03mptcp: use HMAC-SHA256 library instead of open-coded HMACEric Biggers1-33/+2
2025-09-03Merge tag 'wireless-2025-09-03' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+4
2025-09-03wifi: mac80211: count reg connection element in the sizeMiri Korenblit1-1/+4
2025-09-03wifi: mac80211: Make CONNECTION_MONITOR optional for MLO staLorenzo Bianconi1-3/+0
2025-09-03wifi: cfg80211: Remove unused tracepointsSteven Rostedt1-56/+0
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter1-1/+4
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing1-4/+2
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-4/+8
2025-09-02net_sched: add back BH safety to tcf_lockEric Dumazet11-22/+22
2025-09-02net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers1-1/+1
2025-09-02netfilter: nft_payload: extend offset to 65535 bytesFernando Fernandez Mancera1-7/+11
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal2-22/+42
2025-09-02netfilter: nft_set_pipapo: remove redundant test for avx feature bitFlorian Westphal2-3/+2
2025-09-02netfilter: nf_tables: all transaction allocations can now sleepFlorian Westphal1-28/+19
2025-09-02netfilter: nf_tables: allow iter callbacks to sleepFlorian Westphal2-11/+124
2025-09-02netfilter: nft_payload: Use csum_replace4() instead of opencodingChristophe Leroy1-1/+1
2025-09-02netfilter: ebtables: Use vmalloc_array() to improve codeQianfeng Rong1-7/+7
2025-09-02net: mctp: mctp_fraq_queue should take ownership of passed skbJeremy Kerr1-16/+19
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-09-01Merge tag 'batadv-net-pullrequest-20250901' of https://git.open-mesh.org/linux-mergeJakub Kicinski1-1/+6
2025-09-01inet: ping: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-16/+16
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet1-5/+5
2025-09-01inet: ping: remove ping_hash()Eric Dumazet2-11/+0
2025-09-01inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet1-4/+10
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima5-6/+11
2025-09-01Merge tag 'for-net-2025-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-0/+3
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-31batman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
2025-08-30audit: add record for multiple task security contextsCasey Schaufler1-8/+1
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler1-1/+2
2025-08-29ipv4: start using dst_dev_rcu()Eric Dumazet4-10/+12
2025-08-29tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet1-3/+4
2025-08-29tcp_metrics: use dst_dev_net_rcu()Eric Dumazet1-3/+3
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet1-6/+10
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet1-14/+15
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet1-14/+21
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet6-13/+14
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet2-3/+3
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet1-21/+31
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet5-31/+15
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet1-7/+7
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet2-3/+3
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet1-9/+9