aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
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
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-22netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...Patrick McHardy
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso
2015-03-17netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso
2015-03-04netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy
2015-03-04netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy
2015-03-04netfilter: nf_tables: fix transaction race conditionPatrick McHardy
2015-02-22netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso
2015-01-26netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-06netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-11-12netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso
2014-10-30netfilter: fix spelling errorsstephen hemminger
2014-10-22netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca