summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h
Commit message (Expand)AuthorAgeFilesLines
* 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: nf_tables: constify nft_reg_load{8, 16, 64}()Pablo Neira Ayuso2019-11-201-3/+3
* 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-231-2/+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: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-131-8/+0
* netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera2019-09-031-0/+9
* netfilter: nft_dynset: support for element deletionAnder Juaristi2019-08-271-1/+9
* netfilter: nf_tables: Introduce new 64-bit helper register functionsAnder Juaristi2019-08-261-7/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-2/+7
|\
| * netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-091-2/+7
* | netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-131-0/+8
* | netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden2019-08-131-0/+4
|/
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-2/+3
* netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+14
* netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana2019-06-191-1/+1
* netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker2019-04-301-1/+2
* netfilter: nf_tables: relocate header content to consumerPaul Gortmaker2019-04-301-17/+0
* netfilter: make two functions staticFlorian Westphal2019-04-081-2/+0
* netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-081-0/+2
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-111-0/+6
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-4/+2
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-02-271-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-4/+13
|\
| * netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-041-4/+13
* | netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal2019-01-181-2/+5
* | netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal2019-01-181-5/+14
|/
* netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-0/+2
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-1/+6
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
* netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
* netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
* netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-1/+6
* netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-031-0/+2
* netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso2018-06-031-0/+4
* netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-0/+4
* netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-031-1/+2
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-0/+2
* netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-4/+4
|\
| * netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+5
|\ \ | |/ |/|
| * netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-0/+5
OpenPOWER on IntegriCloud