Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/ixgbevf
Toshiaki Makita 10e4fb333c ixgbevf: Fix checksum error when using stacked vlan
When a skb has multiple vlans and it is CHECKSUM_PARTIAL,
ixgbevf_tx_csum() fails to get the network protocol and checksum related
descriptor fields are not configured correctly because skb->protocol
doesn't show the L3 protocol in this case.

Use first->protocol instead of skb->protocol to get the proper network
protocol.

Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-30 18:03:47 -08:00
..
2014-12-05 09:13:08 -08:00
2014-12-05 09:13:08 -08:00
2012-02-03 03:07:09 -08:00
2012-09-24 00:21:51 -07:00
2012-10-22 21:15:35 -07:00
2014-12-05 09:13:08 -08:00
2014-12-05 09:13:08 -08:00