| Age | Commit message (Expand) | Author |
| 2025-01-09 | net: restrict SO_REUSEPORT to inet sockets | Eric Dumazet |
| 2025-01-09 | net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets | Willem de Bruijn |
| 2025-01-02 | bpf: Check negative offsets in __bpf_skb_min_len() | Cong Wang |
| 2025-01-02 | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection | Zijian Zhang |
| 2024-12-19 | net: defer final 'struct net' free in netns dismantle | Eric Dumazet |
| 2024-12-19 | bpf, sockmap: Fix update element with same | Michal Luczaj |
| 2024-12-19 | bpf, sockmap: Fix race between element replace and close() | Michal Luczaj |
| 2024-12-14 | netpoll: Use rcu_access_pointer() in __netpoll_setup | Breno Leitao |
| 2024-12-14 | net/neighbor: clear error in case strict check is not set | Jakub Kicinski |
| 2024-12-14 | net: avoid potential UAF in default_operstate() | Eric Dumazet |
| 2024-12-14 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet |
| 2024-12-09 | bpf: fix recursive lock when verdict program return SK_PASS | Jiayuan Chen |
| 2024-12-09 | net: use unrcu_pointer() helper | Eric Dumazet |
| 2024-12-09 | sock_diag: allow concurrent operation in sock_diag_rcv_msg() | Eric Dumazet |
| 2024-12-09 | sock_diag: allow concurrent operations | Eric Dumazet |
| 2024-12-09 | bpf, sockmap: Fix sk_msg_reset_curr | Zijian Zhang |
| 2024-12-09 | bpf, sockmap: Several fixes to bpf_msg_pop_data | Zijian Zhang |
| 2024-12-09 | bpf, sockmap: Several fixes to bpf_msg_push_data | Zijian Zhang |
| 2024-11-17 | bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 | Jiawei Ye |
| 2024-11-08 | net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension | Benoît Monin |
| 2024-11-08 | net: fix crash when config small gso_max_size/gso_ipv4_max_size | Wang Liang |
| 2024-11-01 | bpf: Remove MEM_UNINIT from skb/xdp MTU helpers | Daniel Borkmann |
| 2024-11-01 | bpf: Add MEM_WRITE attribute | Daniel Borkmann |
| 2024-11-01 | bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock | Michal Luczaj |
| 2024-11-01 | bpf: Make sure internal and UAPI bpf_redirect flags don't overlap | Toke Høiland-Jørgensen |
| 2024-10-17 | rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag | Eric Dumazet |
| 2024-10-17 | rtnetlink: Add bulk registration helpers for rtnetlink message handlers. | Kuniyuki Iwashima |
| 2024-10-17 | net: do not delay dst_entries_add() in dst_release() | Eric Dumazet |
| 2024-10-10 | netpoll: Ensure clean state on setup failures | Breno Leitao |
| 2024-10-10 | net: add more sanity checks to qdisc_pkt_len_init() | Eric Dumazet |
| 2024-10-10 | net: avoid potential underflow in qdisc_pkt_len_init() with UFO | Eric Dumazet |
| 2024-10-10 | net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size | Daniel Borkmann |
| 2024-10-10 | net: Add netif_get_gro_max_size helper for GRO | Daniel Borkmann |
| 2024-10-04 | bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error | Daniel Borkmann |
| 2024-10-04 | bpf: Fix helper writes to read-only maps | Daniel Borkmann |
| 2024-10-04 | sock_map: Add a cond_resched() in sock_hash_free() | Eric Dumazet |
| 2024-09-12 | net/socket: Break down __sys_getsockopt | Breno Leitao |
| 2024-09-04 | ethtool: check device is present when getting link settings | Jamie Bainbridge |
| 2024-08-29 | Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem" | Jakub Sitnicki |
| 2024-08-19 | bpf, net: Use DEV_STAT_INC() | yunshui |
| 2024-08-14 | net: linkwatch: use system_unbound_wq | Eric Dumazet |
| 2024-08-11 | rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_... | Kuniyuki Iwashima |
| 2024-08-03 | bpf: Fix a segment issue when downgrading gso_size | Fred Li |
| 2024-08-03 | net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE | Pablo Neira Ayuso |
| 2024-08-03 | xdp: fix invalid wait context of page_pool_destroy() | Taehee Yoo |
| 2024-07-18 | net: fix rc7's __skb_datagram_iter() | Hugh Dickins |
| 2024-07-18 | skmsg: Skip zero length skb in sk_msg_recvmsg | Geliang Tang |
| 2024-07-11 | net: allow skb_datagram_iter to be called from any context | Sagi Grimberg |
| 2024-07-05 | xdp: Remove WARN() from __xdp_reg_mem_model() | Daniil Dulov |
| 2024-06-27 | net: do not leave a dangling sk pointer, when socket creation fails | Ignat Korchagin |