summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
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
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso
2014-10-02netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero
2014-09-19netfilter: nf_tables: export rule-set generation IDPablo Neira Ayuso
2014-09-09netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero
2014-09-09netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero
2014-09-09netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero
2014-09-09netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero
2014-09-09netfilter: nf_tables: refactor rule deletion helperArturo Borrero
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso
2014-07-14netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso
2014-06-30netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso