summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
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
2021-05-14netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-03-30netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso
2020-11-27netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter
2020-09-30netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez
2020-09-22netfilter: nf_tables: Remove ununsed function nft_data_debugYueHaibing
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez