summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-1/+20
* netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-4/+2
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-18/+12
* netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso2015-12-281-20/+9
* netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-281-6/+25
* netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-2/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-6/+6
|\
| * netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-6/+6
* | netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
* | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-51/+45
|/
* netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-1/+0
* netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-151-2/+6
* netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-151-4/+12
* netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso2015-06-151-15/+37
* netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-37/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-5/+41
|\
| * netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-5/+41
* | netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil2015-05-151-2/+2
|/
* netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
* netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2015-04-131-2/+6
* netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-131-0/+9
* netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-5/+51
* netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-131-15/+12
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-10/+16
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-12/+42
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+12
* netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-131-17/+21
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-4/+9
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-18/+5
* netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2015-04-131-3/+4
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-11/+13
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-6/+12
* netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy2015-04-081-0/+34
* netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy2015-04-081-5/+5
* netfilter: nf_tables: support different set binding typesPatrick McHardy2015-04-081-3/+8
* netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2015-04-081-9/+12
* netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy2015-04-081-1/+1
* netfilter: nf_tables: add GC synchronization helpersPatrick McHardy2015-04-011-1/+1
* netfilter: nf_tables: add set garbage collection helpersPatrick McHardy2015-04-011-0/+25
* netfilter: nf_tables: add set element timeout supportPatrick McHardy2015-04-011-2/+51
* netfilter: nf_tables: add set timeout API supportPatrick McHardy2015-04-011-2/+28
* netfilter: nf_tables: implement set transaction supportPatrick McHardy2015-03-261-13/+20
* netfilter: nf_tables: add transaction helper functionsPatrick McHardy2015-03-261-11/+6
* netfilter: nf_tables: consolide set element destructionPatrick McHardy2015-03-261-14/+20
* netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy2015-03-251-30/+89
* netfilter: nf_tables: add set extensionsPatrick McHardy2015-03-251-0/+16
* netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2015-03-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-1/+4
|\
| * netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
* | netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...Patrick McHardy2015-03-221-0/+3
OpenPOWER on IntegriCloud