aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy1-2/+1
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-17/+17
2014-03-08netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy1-4/+4
2014-02-27netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso1-2/+15
2014-02-25netfilter: nf_tables: accept QUEUE/DROP verdict parametersPatrick McHardy1-5/+10
2014-02-25netfilter: nf_tables: add nft_dereference() macroPatrick McHardy1-2/+1
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso1-0/+3
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso1-0/+3
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso1-17/+23
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy1-6/+16
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy1-3/+5
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy1-2/+2
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy1-1/+1
2014-01-10netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso1-1/+1
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy1-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy1-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-6/+6
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy1-7/+7
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy1-4/+8
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy1-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy1-36/+20
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy1-20/+29
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy1-5/+5
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+20
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller1-16/+88
2014-01-04netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso1-9/+78
2014-01-03netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz1-3/+2
2014-01-03netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann1-3/+6
2013-12-28netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso1-1/+3
2013-12-28netfilter: nf_tables: fix oops when updating table with user chainsPablo Neira Ayuso1-2/+10
2013-12-28netfilter: nf_tables: fix dumping with large number of setsPablo Neira Ayuso1-3/+7
2013-12-17netfilter: nf_tables: Expose the table usage counter via netlinkTomasz Bursztyka1-1/+2
2013-12-07netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso1-13/+33
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso1-0/+1
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso1-18/+184
2013-10-14netfilter: nf_tables: add insert operationEric Leblond1-6/+32
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-28/+55
2013-10-14netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso1-7/+90
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso1-29/+191
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso1-111/+86
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-44/+57
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-8/+1070
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+1760