aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-03netfilter: nft_set_rbtree: get command skips end element with open intervalPablo Neira Ayuso2-2/+9
2026-07-03netfilter: ip6tables: mark malformed IPv6 extension headers for hotdropZhixing Chen3-1/+8
2026-07-03netfilter: nfnetlink_cthelper: cap to maximum number of expectation per maste...Pablo Neira Ayuso1-0/+2
2026-07-03netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()Feng Wu1-1/+1
2026-07-03netfilter: xt_u32: reject invalid shift countsWyatt Feng1-1/+11
2026-07-03netfilter: nf_nat_sip: reload possible stale data pointerFlorian Westphal1-0/+11
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)2-2/+0
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+20
2026-07-02batman-adv: fix VLAN priority offsetSven Eckelmann1-1/+1
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds61-214/+1017
2026-07-02batman-adv: ensure minimal ethernet header on TXSven Eckelmann1-0/+3
2026-07-02Merge tag 'batadv-net-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni5-3/+35
2026-07-02xfrm: reject optional IPTFS templates in outbound policiesAntony Antony1-2/+1
2026-07-02xfrm: cache the offload ifindex for netlink dumpsCen Zhang3-9/+31
2026-07-02xfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
2026-07-01Merge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni11-20/+531
2026-07-01net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
2026-07-01net/sched: dualpi2: clear stale classification on filter missSamuel Moelius1-3/+3
2026-06-30net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
2026-06-30sctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long1-1/+2
2026-06-30xfrm: nat_keepalive: avoid double free on send errorQianyu Luo1-6/+9
2026-06-30bridge: stp: Fix a potential use-after-free when deleting a bridgeIdo Schimmel2-1/+5
2026-06-30net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
2026-06-30netfilter: nftables: restrict checkum update offsetFlorian Westphal1-0/+100
2026-06-30netfilter: nftables: restrict linklayer and network header writesFlorian Westphal1-0/+170
2026-06-30netfilter: nfnetlink_queue: restrict writes to network headerFlorian Westphal1-0/+170
2026-06-30netfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine2-1/+37
2026-06-30netfilter: nfnetlink_cthelper: cap to maximum number of expectation per masterPablo Neira Ayuso1-0/+2
2026-06-30netfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso1-2/+5
2026-06-30netfilter: ipset: fix race between dump and ip_set_list resizeXiang Mei1-1/+7
2026-06-30netfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal2-5/+37
2026-06-30netfilter: nf_conntrack_expect: zero at allocation timeFlorian Westphal2-11/+3
2026-06-29ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang1-9/+8
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito1-2/+3
2026-06-29tipc: fix out-of-bounds read in broadcast Gap ACK blocksSamuel Page3-12/+27
2026-06-28batman-adv: dat: ensure accessible eth_hdr proto fieldSven Eckelmann2-0/+26
2026-06-28batman-adv: bla: reacquire gw address after skb reallocSven Eckelmann1-0/+1
2026-06-28batman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann1-1/+4
2026-06-28batman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann1-1/+2
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann1-1/+1
2026-06-28batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann1-0/+1
2026-06-27net: dsa: Fix skb ownership in taggersLinus Walleij24-101/+233
2026-06-27sctp: add INIT verification after cookie unpackingXin Long2-4/+37
2026-06-27netpoll: fix a use-after-free on shutdown pathBreno Leitao1-8/+1
2026-06-27sctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen1-4/+5
2026-06-26net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-06-26net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1