summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2026-04-18netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-18netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-01-19netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2026-01-19netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2025-06-04netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-06-04netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-06-04netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-02-01netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso
2024-10-17netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepPablo Neira Ayuso
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-06-16netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden
2023-10-10netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-10-10netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal
2023-10-10netfilter: nf_tables: add and use nft_sk helperFlorian Westphal
2023-10-10netfilter: use actual socket sk for REJECT actionJan Engelhardt
2023-10-10netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-10netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-10-10netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-27netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-07-27netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2023-06-28netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-06-29netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2022-06-29netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2021-12-14netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-06-03netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-05-14netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso