summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-05-30netfilter: nf_tables: validate NFTA_SET_TABLE parameterPhil Turnbull
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso
2016-04-25netfilter: nf_tables: parse element flags from nft_del_setelem()Pablo Neira Ayuso
2016-04-25netfilter: nf_tables: introduce nft_setelem_parse_flags() helperPablo Neira Ayuso
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-12-28netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-07-15netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso
2015-06-15netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy