summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: add nf_ct_acct_add()wenxu2020-03-301-1/+10
* netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2020-03-301-0/+2
* netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal2020-03-291-1/+4
* netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal2020-03-291-1/+1
* netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-1/+1
* netfilter: flowtable: add counter supportPablo Neira Ayuso2020-03-271-0/+1
* netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso2020-03-271-1/+1
* netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso2020-03-271-0/+2
* netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso2020-03-191-0/+2
* netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso2020-03-191-0/+1
* netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso2020-03-151-0/+12
* netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso2020-03-151-2/+0
* netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2020-03-151-0/+4
* nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio2020-03-151-0/+1
* netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-0/+6
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-153-5/+5
* netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-152-10/+6
* netfilter: nf_tables: make sets built-inFlorian Westphal2020-03-151-6/+0
* net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+3
* net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-0/+23
* netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-121-0/+6
* nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-271-0/+1
* netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-271-0/+8
* netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-271-1/+13
* netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso2020-01-161-0/+1
* netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2020-01-161-0/+5
* netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso2020-01-161-7/+9
* netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2020-01-161-5/+0
* netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-061-0/+6
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
* netfilter: nf_tables: constify nft_reg_load{8, 16, 64}()Pablo Neira Ayuso2019-11-201-3/+3
* netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-3/+6
* netfilter: nft_meta: offload support for interface indexPablo Neira Ayuso2019-11-131-0/+1
* netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-6/+27
* netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-0/+18
* netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2019-11-121-3/+11
* netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso2019-11-121-0/+1
* netfilter: nf_flow_table: remove union from flow_offload structurePablo Neira Ayuso2019-11-121-4/+1
* netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso2019-11-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+2
|\
| * netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-041-1/+2
* | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-231-2/+2
* | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
* | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-1/+7
* | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-232-2/+1
* | netfilter: conntrack: free extension area immediatelyFlorian Westphal2019-10-171-10/+0
|/
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+4
* netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-0/+2
* netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h.Jeremy Sowden2019-09-131-16/+0
* netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zon...Jeremy Sowden2019-09-131-4/+1