summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-231-0/+25
* netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso2016-08-261-5/+15
* netfilter: nf_tables: reject hook configuration updates on existing chainsPablo Neira Ayuso2016-08-231-0/+31
* netfilter: nf_tables: introduce nft_chain_parse_hook()Pablo Neira Ayuso2016-08-231-63/+89
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-241-6/+42
|\
| * netfilter: nf_tables: allow to filter out rules by table and chainPablo Neira Ayuso2016-07-211-0/+38
| * netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-111-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+3
|\ \ | |/ |/|
| * netfilter: nf_tables: fix memory leak if expr init failsLiping Zhang2016-06-231-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-061-178/+188
|\ \ | |/ |/|
| * netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLEDPablo Neira Ayuso2016-06-241-37/+25
| * netfilter: nf_tables: add generation mask to setsPablo Neira Ayuso2016-06-241-28/+40
| * netfilter: nf_tables: add generation mask to chainsPablo Neira Ayuso2016-06-241-31/+58
| * netfilter: nf_tables: add generation mask to tablesPablo Neira Ayuso2016-06-241-44/+57
| * netfilter: nf_tables: add generic macros to check for generation maskPablo Neira Ayuso2016-06-241-38/+8
* | netfilter: nf_tables: fix wrong destroy anonymous sets if binding failsLiping Zhang2016-06-151-6/+1
* | netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso2016-06-151-6/+9
* | netfilter: nf_tables: fix wrong check of NFT_SET_MAP in nf_tables_bind_setLiping Zhang2016-06-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-011-0/+2
|\ \ | |/ |/|
| * netfilter: nf_tables: validate NFTA_SET_TABLE parameterPhil Turnbull2016-05-301-0/+2
* | netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso2016-05-051-3/+3
* | netfilter: nf_tables: parse element flags from nft_del_setelem()Pablo Neira Ayuso2016-04-251-5/+33
* | netfilter: nf_tables: introduce nft_setelem_parse_flags() helperPablo Neira Ayuso2016-04-251-12/+22
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-8/+16
|/
* netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-1/+20
* netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-4/+2
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-18/+12
* netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso2015-12-281-20/+9
* netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-281-6/+25
* netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-2/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-6/+6
|\
| * netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-6/+6
* | netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
* | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-51/+45
|/
* netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-1/+0
* netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-151-2/+6
* netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-151-4/+12
* netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso2015-06-151-15/+37
* netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-37/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-5/+41
|\
| * netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-5/+41
* | netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil2015-05-151-2/+2
|/
* netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
* netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2015-04-131-2/+6
* netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-131-0/+9
* netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-5/+51
* netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-131-15/+12
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-10/+16
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-12/+42
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+12