summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
39 hoursnfnetlink_osf: validate individual option lengths in fingerprintsWeiming Shi1-0/+13
39 hoursnetfilter: nf_tables: release flowtable after rcu grace period on errorPablo Neira Ayuso1-0/+1
39 hoursnetfilter: bpf: defer hook memory release until rcu readers are doneFlorian Westphal1-1/+1
39 hoursnetfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu1-0/+2
39 hoursnetfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu1-2/+2
39 hoursnetfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso1-0/+4
39 hoursnetfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso1-0/+4
39 hoursnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso2-3/+11
39 hoursnetfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu1-0/+2
39 hoursnetfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller1-1/+5
39 hoursnetfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim1-1/+25
7 daysnetfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan1-0/+6
7 daysnetfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim1-4/+4
7 daysnetfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim1-1/+3
7 daysnetfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull2-4/+6
7 daysnetfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu1-1/+2
7 daysnetfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal1-2/+0
7 daysnetfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter2-2/+2
2026-03-12netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal3-13/+45
2026-03-12netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso4-6/+24
2026-03-12netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso1-14/+16
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman2-78/+14
2026-03-04netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian1-1/+1
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-02-28netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-02-27netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
2026-02-27ipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
2026-02-27netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
2026-02-27netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso2-14/+78
2026-02-27netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso1-4/+143
2026-02-27netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal1-68/+68
2026-02-27netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso1-6/+0
2026-02-27netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso1-90/+64
2026-02-27netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso1-84/+257
2026-02-27netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-02-27netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso2-0/+18
2026-02-27netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn1-2/+2
2026-02-27netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-02-27netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-02-27netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-02-27netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-02-27netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal1-3/+10
2026-02-27netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-02-27netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera2-13/+18
2026-02-27netfilter: nf_tables: reset table validation state on abortFlorian Westphal1-0/+7
2026-02-11netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-11netfilter: replace -EEXIST with -EBUSYDaniel Gomez2-3/+3
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal1-4/+65
2026-01-17netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera1-1/+1