summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-231-0/+1
* netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso2016-09-121-0/+18
* netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso2016-08-261-1/+2
* netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-111-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-061-7/+36
|\
| * netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLEDPablo Neira Ayuso2016-06-241-1/+0Star
| * netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso2016-06-241-3/+5
| * netfilter: nf_tables: add generation mask to chainsPablo Neira Ayuso2016-06-241-2/+2
| * netfilter: nf_tables: add generation mask to tablesPablo Neira Ayuso2016-06-241-1/+5
| * netfilter: nf_tables: add generic macros to check for generation maskPablo Neira Ayuso2016-06-241-0/+24
* | netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso2016-06-151-0/+1
|/
* netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso2016-05-051-1/+1
* netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-0/+4
* netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-281-4/+1Star
* netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-1/+1
* netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-0/+32
* netfilter: nf_tables: remove unused struct membersFlorian Westphal2015-11-251-2/+0Star
* netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2015-11-101-2/+14
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-2/+1Star
* netfilter: nf_tables: Pass struct net in nft_pktinfoEric W. Biederman2015-09-181-1/+2
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-5/+4Star
* netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso2015-08-191-1/+1
* netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-151-0/+7
* netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-2/+2
* netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-0/+8
* netfilter: nf_tables: mark stateful expressionsPatrick McHardy2015-04-131-0/+4
* netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-131-0/+7
* netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-0/+13
* netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-131-1/+4
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-1/+2
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-8/+5Star
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+3
* netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-131-7/+0Star
* netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-131-5/+2Star
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-3/+29
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-2/+1Star
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-1/+0Star
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-3/+4
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-081-4/+3Star
|\
| * netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-041-4/+3Star
* | netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy2015-04-081-0/+7
* | netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy2015-04-081-0/+17
* | netfilter: nf_tables: support different set binding typesPatrick McHardy2015-04-081-0/+2
* | netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2015-04-081-1/+3
* | netfilter: nft_hash: add support for timeoutsPatrick McHardy2015-04-011-0/+5
* | netfilter: nf_tables: add GC synchronization helpersPatrick McHardy2015-04-011-0/+35
* | netfilter: nf_tables: add set garbage collection helpersPatrick McHardy2015-04-011-0/+56