]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 8 Jan 2016 12:06:49 +0000 (04:06 -0800)
commit3eb69fd4db7e63bb0fa9f1a42a910b9642cb27e4
tree96d1681d6f55dddcaa7e064dcf3dac6b6bbaa8c8
parent79eacb4cf1856ff107b895d0751184362b46730d
ixgbe: Correct handling of any outer UDP checksum setting

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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c