summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+3
|\
| * net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+3
* | netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso2019-11-151-10/+14
* | netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu2019-11-151-3/+11
* | netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2019-11-151-0/+11
* | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-2/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-4/+3
|\ \
| * | netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso2019-11-041-0/+1
| * | netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera2019-11-041-4/+2
| |/
* | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-231-64/+232
* | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
* | netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso2019-10-231-0/+17
* | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-102/+151
* | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-231-5/+5
|/
* netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+16
* netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-201-2/+5
* netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-1/+1
* netfilter: nf_tables_offload: remove rules when the device unregisterswenxu2019-09-131-3/+8
* netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso2019-09-101-1/+1
* netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso2019-09-081-7/+3
* netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handlingDan Carpenter2019-09-081-3/+3
* netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera2019-09-051-0/+3
* netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera2019-09-031-7/+71
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-5/+14
|\
| * netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-181-0/+4
| * netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-091-5/+10
* | netfilter: nf_tables_offload: support indr block callwenxu2019-08-081-0/+7
|/
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-1/+1
* netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal2019-07-161-0/+2
* netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-6/+33
* netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso2019-07-061-0/+6
* netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso2019-07-051-5/+8
* netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso2019-07-051-3/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-4/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana2019-06-191-6/+20
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-011-16/+10
|\ \ | |/ |/|
| * netfilter: nf_tables: free base chain counters from workerFlorian Westphal2019-05-311-16/+10
* | netfilter: nf_tables: fix oops during rule dumpFlorian Westphal2019-05-201-9/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-131-13/+46
|\
| * netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-05-061-2/+7
| * netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal2019-04-301-11/+39
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-22/+26
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+1
|\|
| * netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter2019-04-151-1/+1
* | netfilter: make two functions staticFlorian Westphal2019-04-081-3/+2
* | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-081-0/+2