summaryrefslogtreecommitdiff
path: root/include/net/netfilter/nf_tables.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+6
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-2/+4
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+1
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso1-0/+18
2016-08-26netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso1-1/+2
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso1-10/+11
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-7/+36
2016-06-24netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLEDPablo Neira Ayuso1-1/+0
2016-06-24netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso1-3/+5
2016-06-24netfilter: nf_tables: add generation mask to chainsPablo Neira Ayuso1-2/+2
2016-06-24netfilter: nf_tables: add generation mask to tablesPablo Neira Ayuso1-1/+5
2016-06-24netfilter: nf_tables: add generic macros to check for generation maskPablo Neira Ayuso1-0/+24
2016-06-15netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso1-0/+1
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso1-1/+1
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a1-0/+4
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso1-4/+1
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso1-1/+1
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal1-0/+32
2015-11-25netfilter: nf_tables: remove unused struct membersFlorian Westphal1-2/+0
2015-11-11netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso1-2/+14
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-2/+1
2015-09-18netfilter: nf_tables: Pass struct net in nft_pktinfoEric W. Biederman1-1/+2
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-0/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-5/+4
2015-08-19netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso1-1/+1
2015-06-16netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso1-0/+7
2015-06-16netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso1-2/+2
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso1-0/+8
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy1-0/+4
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+7
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-0/+13
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy1-1/+4
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy1-1/+2
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-8/+5
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-0/+3
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy1-7/+0
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-5/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-3/+29
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-2/+1
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-1/+0
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-3/+4
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-1/+1
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-4/+3
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy1-0/+7
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy1-0/+17
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy1-0/+2