summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-09-02netfilter: nft_payload: Use csum_replace4() instead of opencodingChristophe Leroy
2025-09-02netfilter: ebtables: Use vmalloc_array() to improve codeQianfeng Rong
2025-09-02net: mctp: mctp_fraq_queue should take ownership of passed skbJeremy Kerr
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian
2025-09-01Merge tag 'batadv-net-pullrequest-20250901' of https://git.open-mesh.org/linu...Jakub Kicinski
2025-09-01inet: ping: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet
2025-09-01inet: ping: remove ping_hash()Eric Dumazet
2025-09-01inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-09-01Merge tag 'for-net-2025-08-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca
2025-08-31batman-adv: fix OOB read/write in network-coding decodeStanislav Fort
2025-08-30audit: add record for multiple task security contextsCasey Schaufler
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler
2025-08-29ipv4: start using dst_dev_rcu()Eric Dumazet
2025-08-29tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet
2025-08-29tcp_metrics: use dst_dev_net_rcu()Eric Dumazet
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet
2025-08-29Merge tag 'nf-25-08-27' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet
2025-08-28net_sched: remove BH blocking in eight actionsEric Dumazet
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea