summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2026-03-19nfnetlink_osf: validate individual option lengths in fingerprintsWeiming Shi
2026-03-19netfilter: nf_tables: release flowtable after rcu grace period on errorPablo Neira Ayuso
2026-03-19netfilter: bpf: defer hook memory release until rcu readers are doneFlorian Westphal
2026-03-13netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim
2026-03-10netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan
2026-03-10netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim
2026-03-10netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim
2026-03-10netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull
2026-03-10netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu
2026-03-10netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal
2026-03-10netfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov
2026-02-17netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
2026-02-17netfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte
2026-02-17netfilter: nft_quota: use atomic64_xchg for resetBrian Witte
2026-02-17netfilter: nft_counter: serialize reset with spinlockBrian Witte
2026-02-17netfilter: annotate NAT helper hook pointers with __rcuSun Jian
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal