From: David S. Miller Date: Wed, 20 Dec 2017 18:08:19 +0000 (-0500) Subject: Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks' X-Git-Tag: v4.15-rc5~10^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8fcefe88b2f0057e156577417134f04938b670f;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks' Jakub Kicinski says: =================== cls_bpf: fix offload state tracking with block callbacks After introduction of block callbacks classifiers can no longer track offload state. cls_bpf used to do that in an attempt to move common code from drivers to the core. Remove that functionality and fix drivers. The user-visible bug this is fixing is that trying to offload a second filter would trigger a spurious DESTROY and in turn disable the already installed one. =================== Signed-off-by: David S. Miller --- a8fcefe88b2f0057e156577417134f04938b670f