mbox series

[net-next,0/2] Fixes for tc act_ct software offload of established flows (diff v4->v6)

Message ID 1583322579-11558-1-git-send-email-paulb@mellanox.com
Headers show
Series Fixes for tc act_ct software offload of established flows (diff v4->v6) | expand

Message

Paul Blakey March 4, 2020, 11:49 a.m. UTC
Hi,

v4 of the original patchset was accidentally merged while we moved ahead
with v6 review. This two patches are the diff between v4 that was merged and
v6 that was the final revision, which was acked by the community.

Paul Blakey (2):
  net/sched: act_ct: Fix ipv6 lookup of offloaded connections
  net/sched: act_ct: Use pskb_network_may_pull()

 net/sched/act_ct.c | 64 ++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 36 deletions(-)

Comments

David Miller March 4, 2020, 7:05 p.m. UTC | #1
From: Paul Blakey <paulb@mellanox.com>
Date: Wed,  4 Mar 2020 13:49:37 +0200

> v4 of the original patchset was accidentally merged while we moved ahead
> with v6 review. This two patches are the diff between v4 that was merged and
> v6 that was the final revision, which was acked by the community.

Series applied, thanks Paul.