summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
11 dayssunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_p...Luxiao Xu
11 daysbpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
11 daysbpf: Allow new DECAP flags and add guard railsNick Hudson
11 daysbpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
11 daysbpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
11 dayslwt_bpf: Restore reserved headroom after xmit programJunseo Lim
11 daysbpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj
11 daysbpf: Extract shared reqsk-to-listener upgradeMichal Luczaj
12 daysbpf: Add ksock kfuncsMahe Tardy
12 daysnet: Add connect_socket() helperMahe Tardy
13 daysnet: dsa: drop explicit NULL comparisonsKai Kuang
13 daysgre: fix ERSPAN o_flags race/corruption in xmit and fill_infoEric Dumazet
13 daysMerge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
13 daysMerge 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
2026-08-13ipv6: add a deletion reason argument to rt6_fill_node()Yuyang Huang
2026-08-13ipv6: record the reason for kernel-initiated route deletionsYuyang Huang
2026-08-13ipv6: propagate the route deletion reason to fib6_del_route()Yuyang Huang
2026-08-13ipv6: add ip6_del_rt_reason()Yuyang Huang
2026-08-13l2tp: fix tunnel and session refcount leak on seq_file releaseEric Dumazet
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim
2026-08-12Merge tag 'batadv-next-pullrequest-20260805' of https://git.open-mesh.org/batadvJakub Kicinski
2026-08-12mac80211: fils_aead: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-12Bluetooth: SMP: clear the aes_cmac_key when doneThomas Huth
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang
2026-08-12sctp: clear new_transport when removing a peerQing Ming
2026-08-12libceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer
2026-08-12libceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha
2026-08-12libceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha
2026-08-12libceph: tolerate addrvecs with multiple entries of the same typeKefu Chai
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni