From: wenxu <wenxu@xxxxxxxxx> This series patch support fwd_netdev offload: 1). add net in offload ctx to make get the netdevice in the related net. 2). add fw_netdev action offload This version just split from the orignal big seriese without dependency with each other wenxu (2): netfilter: nf_flow_offload: add net in offload_ctx netfilter: nft_fwd_netdev: add fw_netdev action support include/net/netfilter/nf_tables_offload.h | 3 ++- net/netfilter/nf_tables_api.c | 2 +- net/netfilter/nf_tables_offload.c | 3 ++- net/netfilter/nft_fwd_netdev.c | 26 ++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 3 deletions(-) -- 1.8.3.1