aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy1-13/+20
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy1-11/+6
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy1-14/+20
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-30/+89
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+16
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy1-1/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-03-22netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval setsPatrick McHardy1-0/+3
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso1-9/+11
2015-03-17netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso1-1/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+36
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso1-3/+4
2015-03-04netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso1-6/+0
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy1-9/+19
2015-03-04netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy1-0/+4
2015-03-04netfilter: nf_tables: fix transaction race conditionPatrick McHardy1-1/+1
2015-02-22netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso1-9/+12
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+26
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso1-2/+6
2015-01-26netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso1-0/+2
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso1-0/+18
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-6/+12
2015-01-06netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso1-5/+9
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+2
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-11-12netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso1-16/+8
2014-10-30netfilter: fix spelling errorsstephen hemminger1-1/+1
2014-10-22netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca1-2/+2
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso1-0/+14
2014-10-02netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso1-0/+1
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+6
2014-09-19netfilter: nf_tables: export rule-set generation IDPablo Neira Ayuso1-26/+114
2014-09-09netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero1-4/+68
2014-09-09netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero1-169/+194
2014-09-09netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero1-3/+3
2014-09-09netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero1-15/+16
2014-09-09netfilter: nf_tables: refactor rule deletion helperArturo Borrero1-5/+21
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall1-1/+3
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso1-0/+3
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso1-12/+11
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf1-0/+1
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso1-0/+6
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso1-104/+27
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet1-4/+11
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso1-7/+23
2014-07-14netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso1-41/+53
2014-06-30netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso1-0/+3
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso1-1/+1
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso1-1/+1