]> git.baikalelectronics.ru Git - kernel.git/commit
net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swapping
authorAlex Elder <elder@linaro.org>
Fri, 11 Jun 2021 19:05:29 +0000 (14:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 20:37:50 +0000 (13:37 -0700)
commitd32c70bdb8e736d3818e60f5b8c64287afbb6d86
treea2053be17806cb5479dfa4f6fdbd46e1d34d835f
parent098aa26c1866e90e4b1442cc0a0238b0b3e72ff2
net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swapping

In the previous patch IPv4 download checksum offload code was
updated to avoid unnecessary byte swapping, based on properties of
the Internet checksum algorithm.  This patch makes comparable
changes to the IPv6 download checksum offload handling.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c