summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao1-1/+2
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-06-24Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski13-48/+95
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan1-0/+4
2026-06-23ipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera1-6/+12
2026-06-23ipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera1-7/+7
2026-06-23ipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera1-0/+2
2026-06-23ipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera1-1/+3
2026-06-23ipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera1-0/+2
2026-06-23ipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera1-0/+2
2026-06-23sctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
2026-06-23net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
2026-06-23net: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki1-0/+6
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski8-74/+64
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
2026-06-23net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1
2026-06-23netfilter: nf_conntrack_helper: cap maximum number of expectation at helper r...Pablo Neira Ayuso2-4/+8
2026-06-23netfilter: nft_ct: expectation timeouts are passed in millisecondsFlorian Westphal1-3/+18
2026-06-23netfilter: nf_conntrack_expect: run expectation eviction with no helperPablo Neira Ayuso1-0/+7
2026-06-23netfilter: nf_conntrack_expect: store master_tuple in expectationPablo Neira Ayuso3-6/+7
2026-06-23netfilter: conntrack: add deprecation warnings for irc and pptp trackersFlorian Westphal3-5/+10
2026-06-23netfilter: ctnetlink: do not allow to reset helper on existing conntrackPablo Neira Ayuso1-13/+0
2026-06-23netfilter: nft_compat: ebtables emulation must reject non-bridge targetsFlorian Westphal1-3/+21
2026-06-23netfilter: nft_synproxy: stop bypassing the priv->info snapshotRunyu Xiao1-5/+4
2026-06-23netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()Lorenzo Bianconi1-3/+5
2026-06-23netfilter: nf_conncount: prevent connlimit drops for early confirmed ctFernando Fernandez Mancera1-6/+5
2026-06-23netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()Mathias Krause1-0/+10
2026-06-22ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().Xiang Mei1-0/+3
2026-06-22Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski24-192/+233
2026-06-21ipv6: ioam: fix type confusion of dst_entryJiayuan Chen1-4/+4
2026-06-21ipv6: account for fraggap on the paged allocation pathWongi Lee1-6/+3
2026-06-21ipv4: account for fraggap on the paged allocation pathWongi Lee1-5/+2
2026-06-21net/sched: dualpi2: fix GSO backlog accountingXingquan Liu1-6/+5
2026-06-21ipv6: ndisc: fix NULL deref in accept_untracked_na()Weiming Shi1-5/+3
2026-06-21net: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-21net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito1-2/+4
2026-06-21Merge tag 'ieee802154-for-net-next-2026-06-20' of git://git.kernel.org/pub/sc...Jakub Kicinski6-42/+84
2026-06-21Merge tag 'batadv-net-pullrequest-20260619' of https://git.open-mesh.org/batadvJakub Kicinski12-79/+270
2026-06-21tipc: fix use-after-free of the discoverer in tipc_disc_rcv()Weiming Shi2-2/+17
2026-06-21netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leakFlorian Westphal1-1/+3
2026-06-21netfilter: nf_conntrack_expect: use conntrack GC to reap expectationsPablo Neira Ayuso7-105/+125
2026-06-21netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-06-21netfilter: nft_flow_offload: zero device address for non-ether caseFlorian Westphal1-1/+3
2026-06-21netfilter: nft_meta_bridge: add validate callback for get operationsFlorian Westphal2-3/+21
2026-06-21netfilter: nft_payload: reject offsets exceeding 65535 bytesFlorian Westphal1-3/+13
2026-06-21netfilter: ipset: make sure gc is properly stoppedJozsef Kadlecsik1-1/+1
2026-06-21netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()Jozsef Kadlecsik1-2/+2
2026-06-21netfilter: ipset: Don't use test_bit() in lockless RCU readers in bitmap typesJozsef Kadlecsik4-4/+6
2026-06-21netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash typesJozsef Kadlecsik1-5/+5
2026-06-19ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict validationMichael Bommarito2-10/+19