]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Correct handling of any outer UDP checksum setting
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 4 Dec 2015 19:26:43 +0000 (11:26 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:40:47 +0000 (16:40 -0700)
commitea9e9de126a0ae95b7664c88e3b463feb6dbd5d0
tree92c7242034e48837f933db2698732d5d698119a9
parent96ea19c4d10cfaf0ea9b5de3f98d4a33acd114ff
ixgbe: Correct handling of any outer UDP checksum setting

Orabug: 23177316

If an outer UDP checksum is set, pass the skb up with CHECKSUM_NONE
so that the stack will check the checksum. Do not increment an
error counter, because we don't know that there is an actual error.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit d469251bfd06d15289c9dd5dd60b8ebf65785b03)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c