From: wenxu <wenxu@xxxxxxxxx> This series clean the offload things for both chain and rules when the related device unregister This version just rebase the master and make __nft_offload_get_chain fixes mutex and offload flag problem wenxu (4): netfilter: nf_tables_offload: add __nft_offload_get_chain function netfilter: nf_offload: refactor the nft_flow_offload_chain function netfilter: nf_offload: refactor the nft_flow_offload_rule function netfilter: nf_offload: clean offload things when the device unregister include/net/netfilter/nf_tables_offload.h | 2 +- net/netfilter/nf_tables_api.c | 9 +- net/netfilter/nf_tables_offload.c | 142 +++++++++++++++++++++++------- 3 files changed, 116 insertions(+), 37 deletions(-) -- 1.8.3.1