]> 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)
commit12d67315a002e23dcc03e1db116a9e2c17eda8f9
treea2053be17806cb5479dfa4f6fdbd46e1d34d835f
parentb25218b76046e1050094b61f7277fd95260e1648
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