aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a1-1/+20
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso1-4/+2
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-18/+12
2015-12-28netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso1-20/+9
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso1-6/+25
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso1-2/+45
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+6
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long1-1/+2
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso1-51/+45
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal1-6/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-1/+0
2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman1-2/+6
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso1-4/+12
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain()Pablo Neira Ayuso1-15/+37
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso1-37/+42
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+41
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso1-5/+41
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil1-2/+2
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal1-2/+1
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy1-2/+6
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+9
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-5/+51
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy1-15/+12
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy1-10/+16
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-12/+42
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-0/+12
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-17/+21
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-4/+9
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-18/+5
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy1-3/+4
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-11/+13
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-6/+12
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy1-0/+34
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-5/+5
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy1-3/+8
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy1-9/+12
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy1-1/+1
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy1-1/+1
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy1-0/+25
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy1-2/+51
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy1-2/+28
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy1-13/+20
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy1-11/+6
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy1-14/+20
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-30/+89
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+16
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy1-1/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-03-22netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval setsPatrick McHardy1-0/+3
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso1-9/+11