| Age | Commit message (Expand) | Author |
| 2025-08-20 | net: ieee8021q: fix insufficient table-size assertion | RubenKelevra |
| 2025-08-20 | net: page_pool: allow enabling recycling late, fix false positive warning | Jakub Kicinski |
| 2025-08-15 | net: devmem: fix DMA direction on unmapping | Jakub Kicinski |
| 2025-08-15 | netpoll: prevent hanging NAPI when netcons gets enabled | Jakub Kicinski |
| 2025-08-15 | bpf: Check flow_dissector ctx accesses are aligned | Paul Chaignon |
| 2025-08-15 | neighbour: Fix null-ptr-deref in neigh_flush_dev(). | Kuniyuki Iwashima |
| 2025-08-15 | bpf: Reject narrower access to pointer ctx fields | Paul Chaignon |
| 2025-08-15 | net: dst: add four helpers to annotate data-races around dst->dev | Eric Dumazet |
| 2025-08-15 | net: dst: annotate data-races around dst->output | Eric Dumazet |
| 2025-08-15 | net: dst: annotate data-races around dst->input | Eric Dumazet |
| 2025-08-15 | net, bpf: Fix RCU usage in task_cls_state() for BPF programs | Charalampos Mitrodimas |
| 2025-08-15 | bpf, sockmap: Fix psock incorrectly pointing to sk | Jiayuan Chen |
| 2025-06-26 | net: selftests: fix TCP packet checksum | Jakub Kicinski |
| 2025-06-23 | net: netpoll: Initialize UDP checksum field before checksumming | Breno Leitao |
| 2025-06-17 | net: netmem: fix skb_ensure_writable with unreadable skbs | Mina Almasry |
| 2025-06-12 | Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
| 2025-06-11 | net: clear the dst when changing skb protocol | Jakub Kicinski |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar |
| 2025-06-05 | net: prevent a NULL deref in rtnl_create_link() | Eric Dumazet |
| 2025-06-05 | net: annotate data-races around cleanup_net_task | Eric Dumazet |
| 2025-05-30 | bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE | Paul Chaignon |
| 2025-05-30 | net: Fix checksum update for ILA adj-transport | Paul Chaignon |
| 2025-05-30 | hv_netvsc: fix potential deadlock in netvsc_vf_setxdp() | Saurabh Sengar |
| 2025-05-30 | net: Fix net_devmem_bind_dmabuf for non-devmem configs | Pranjal Shrivastava |
| 2025-05-28 | page_pool: Fix use-after-free in page_pool_recycle_in_ring | Dong Chenchen |
| 2025-05-28 | Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated | Tengteng Yang |
| 2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds |
| 2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
| 2025-05-27 | page_pool: fix ugly page_pool formatting | Mina Almasry |
| 2025-05-27 | net: devmem: move list_add to net_devmem_bind_dmabuf. | Mina Almasry |
| 2025-05-27 | xsk: add missing virtual address conversion for page | Bui Quang Minh |
| 2025-05-27 | net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage | Kees Cook |
| 2025-05-27 | rtnetlink: do_setlink: Use struct sockaddr_storage | Kees Cook |
| 2025-05-27 | net: core: Convert dev_set_mac_address() to struct sockaddr_storage | Kees Cook |
| 2025-05-27 | net: core: Switch netif_set_mac_address() to struct sockaddr_storage | Kees Cook |
| 2025-05-27 | net: core: Convert inet_addr_is_any() to sockaddr_storage | Kees Cook |
| 2025-05-26 | Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
| 2025-05-26 | net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec... | Qiu Yutan |
| 2025-05-26 | net: devmem: support single IOV with sendmsg | Stanislav Fomichev |
| 2025-05-23 | af_unix: Introduce SO_PASSRIGHTS. | Kuniyuki Iwashima |
| 2025-05-23 | af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock. | Kuniyuki Iwashima |
| 2025-05-23 | net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}. | Kuniyuki Iwashima |
| 2025-05-23 | tcp: Restrict SO_TXREHASH to TCP socket. | Kuniyuki Iwashima |
| 2025-05-23 | scm: Move scm_recv() from scm.h to scm.c. | Kuniyuki Iwashima |
| 2025-05-22 | bpf, sockmap: Avoid using sk_socket after free when sending | Jiayuan Chen |
| 2025-05-21 | net: add debug checks in ____napi_schedule() and napi_poll() | Eric Dumazet |
| 2025-05-21 | net: remove skb_copy_and_hash_datagram_iter() | Eric Biggers |
| 2025-05-21 | net: add skb_copy_and_crc32c_datagram_iter() | Eric Biggers |
| 2025-05-21 | net: fold __skb_checksum() into skb_checksum() | Eric Biggers |
| 2025-05-21 | net: use skb_crc32c() in skb_crc32c_csum_help() | Eric Biggers |