summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2026-03-19netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan
2026-03-19netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim
2026-03-19netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim
2026-03-19netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull
2026-03-19netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu
2026-03-19netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal
2026-03-19netfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter
2026-03-12netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-12netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-12netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman
2026-03-04netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi
2026-02-27netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso
2026-02-26netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An
2026-02-26ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-02-26netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
2026-02-26netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal
2026-02-26netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-02-26netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-02-26netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-02-26netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-02-26netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-02-26netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-02-26netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera
2026-02-26netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal
2026-02-26netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-02-26netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera
2026-02-26netfilter: nf_tables: reset table validation state on abortFlorian Westphal
2026-02-11netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-02-11netfilter: replace -EEXIST with -EBUSYDaniel Gomez
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2026-01-17netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera
2026-01-17netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan
2026-01-17netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera
2026-01-17netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal
2026-01-02netfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso
2026-01-02netfilter: nf_nat: remove bogus direction checkFlorian Westphal
2026-01-02ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2026-01-02netfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera
2025-12-18netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera
2025-12-18netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-12-18netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko