summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
13 dayssctp: add INIT verification after cookie unpackingXin Long
13 daysnetpoll: fix a use-after-free on shutdown pathBreno Leitao
13 dayssctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen
14 daysnet/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
14 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
14 daysseg6: validate SRH length before reading fixed fieldsNuoqi Gui
2026-06-25bpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski
2026-06-25rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotateDavid Howells
2026-06-25rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells
2026-06-25rxrpc: Fix socket notification raceDavid Howells
2026-06-25rxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells
2026-06-25rxrpc: Fix the reception of a reply packet before data transmissionDavid Howells
2026-06-25rxrpc: Fix double unlock in rxrpc_recvmsg()David Howells
2026-06-25rxrpc: Fix leak of connection from OOB challengeDavid Howells
2026-06-25rxrpc: Fix ACKALL packet handlingWyatt Feng
2026-06-25tipc: avoid busy looping in tipc_exit_net()Eric Dumazet
2026-06-25tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()Eric Dumazet
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet
2026-06-24Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan
2026-06-23ipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera
2026-06-23ipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera
2026-06-23ipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera
2026-06-23ipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera
2026-06-23ipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera
2026-06-23ipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera
2026-06-23sctp: fix err_chunk memory leaks in INIT handlingXin Long
2026-06-23net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim
2026-06-23net: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet
2026-06-23net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei
2026-06-23netfilter: nf_conntrack_helper: cap maximum number of expectation at helper r...Pablo Neira Ayuso
2026-06-23netfilter: nft_ct: expectation timeouts are passed in millisecondsFlorian Westphal
2026-06-23netfilter: nf_conntrack_expect: run expectation eviction with no helperPablo Neira Ayuso
2026-06-23netfilter: nf_conntrack_expect: store master_tuple in expectationPablo Neira Ayuso
2026-06-23netfilter: conntrack: add deprecation warnings for irc and pptp trackersFlorian Westphal
2026-06-23netfilter: ctnetlink: do not allow to reset helper on existing conntrackPablo Neira Ayuso
2026-06-23netfilter: nft_compat: ebtables emulation must reject non-bridge targetsFlorian Westphal
2026-06-23netfilter: nft_synproxy: stop bypassing the priv->info snapshotRunyu Xiao
2026-06-23netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()Lorenzo Bianconi