summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-18netfilter: nf_conntrack_expect: consolidate check for insertion of dead expec...Pablo Neira Ayuso
2026-08-18netfilter: nf_tables: don't queue packet path object notificationsFourie Zhang
2026-08-18netfilter: ipset: remove need to allocate memory on delete operationsFlorian Westphal
2026-08-18netfilter: validate L4 headers after userspace packet writesZhiling Zou
2026-08-17net: hsr: free learned nodes on device setup failureXin Xie
2026-08-17net: kcm: Hold RCU read lock while running BPF parserJunseo Lim
2026-08-17ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()Zhiling Zou
2026-08-17ipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
2026-08-17net: pktgen: use a consistent flow countQi Zhang
2026-08-17Merge tag 'nfc-7.1-rc8' of https://codeberg.org/linux-nfc/linuxJakub Kicinski
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-17psp: use unrcu_pointer() for the cmpxchg() on netdev psp_devWei Wang
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17net: psp: use psp_dev_is_registered() in psp_assoc_free()Daniel Zahka
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
2026-08-17SUNRPC: wait for in-flight client TLS handshake callbackJérémy Jean
2026-08-17sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_p...Luxiao Xu
2026-08-17bpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
2026-08-17bpf: Allow new DECAP flags and add guard railsNick Hudson
2026-08-17bpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
2026-08-17bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
2026-08-17lwt_bpf: Restore reserved headroom after xmit programJunseo Lim
2026-08-17bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj
2026-08-17bpf: Extract shared reqsk-to-listener upgradeMichal Luczaj
2026-08-17Revert "esp: do not unref managed frag pages in esp_ssg_unref()"Steffen Klassert
2026-08-15bpf: Add ksock kfuncsMahe Tardy
2026-08-15net: Add connect_socket() helperMahe Tardy
2026-08-14net: dsa: drop explicit NULL comparisonsKai Kuang
2026-08-14gre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-14Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-08-13net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg raceJijie Shao
2026-08-13net: openvswitch: unexport ovs_vport_alloc/freeIlya Maximets
2026-08-13ethtool: tsconfig: reject zero-valued tx_type and rx_filter bitsetsJakub Kicinski
2026-08-13l2tp: send netlink notifications in the tunnel's net namespaceMaoyi Xie
2026-08-13net/smc: do not dereference an unset send buffer on the SMC-D teardown pathBryam Vargas
2026-08-13net/smc: unregister the connection before draining the rx taskletBryam Vargas
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados
2026-08-13net: enforce net sysctl registrationJoel Granados
2026-08-13net/rds: clear i_rx_lat_trace in rds_inc_path_init()Allison Henderson
2026-08-13net/rds: initialize i_conn_path in rds_inc_init()William Kucharski
2026-08-13net/rds: reinitialize to_be_dropped on rds_send_xmit() restartSharath Srinivasan
2026-08-13ipv6: add inet6_rt_del_notify()Yuyang Huang
2026-08-13ipv6: expose the route deletion reason in RTM_DELROUTEYuyang Huang