summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso2014-01-101-1/+1
* netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy2014-01-091-1/+1
* netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy2014-01-091-1/+7
* netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy2014-01-091-13/+9Star
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-091-6/+6
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-091-7/+7
* netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy2014-01-091-4/+8
* netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2014-01-091-21/+24
* netfilter: nf_tables: fix check for table overflowPatrick McHardy2014-01-091-3/+3
* netfilter: nf_tables: restore chain change atomicityPatrick McHardy2014-01-091-22/+21Star
* netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy2014-01-091-36/+20Star
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-20/+29
* netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-6/+20
|\
| * netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso2013-12-281-1/+3
| * netfilter: nf_tables: fix oops when updating table with user chainsPablo Neira Ayuso2013-12-281-2/+10
| * netfilter: nf_tables: fix dumping with large number of setsPablo Neira Ayuso2013-12-281-3/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-061-16/+88
|\ \ | |/ |/|
| * netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso2014-01-041-9/+78
| * netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz2014-01-031-3/+2Star
| * netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann2014-01-031-3/+6
| * netfilter: nf_tables: Expose the table usage counter via netlinkTomasz Bursztyka2013-12-171-1/+2
* | netfilter: nf_tables: fix missing rules flushing per tablePablo Neira Ayuso2013-12-071-13/+33
|/
* netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-141-0/+1
* netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-141-18/+184
* netfilter: nf_tables: add insert operationEric Leblond2013-10-141-6/+32
* netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-28/+55
* netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso2013-10-141-7/+90
* netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-141-29/+191
* netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-141-111/+86Star
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-44/+57
* netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-141-8/+1070
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+1760