aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu1-1/+42
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu1-7/+13
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu1-7/+13
2019-09-13netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu1-18/+34
2019-09-10netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso1-1/+16
2019-09-08netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso1-4/+18
2019-09-08netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann1-7/+13
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+14
2019-08-18netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso1-3/+14
2019-08-08netfilter: nf_tables_offload: support indr block callwenxu1-24/+124
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-2/+3
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso1-0/+267