summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_offload.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso2019-09-201-1/+1
* netfilter: nf_tables_offload: remove rules when the device unregisterswenxu2019-09-131-1/+42
* netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu2019-09-131-7/+13
* netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu2019-09-131-7/+13
* netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu2019-09-131-18/+34
* netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso2019-09-101-1/+16
* netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso2019-09-081-4/+18
* netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann2019-09-081-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-3/+14
|\
| * netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-181-3/+14
* | netfilter: nf_tables_offload: support indr block callwenxu2019-08-081-24/+124
|/
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-2/+3
* netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+267