]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sh_eth-implement-simple-RX-checksum-offload'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2019 21:31:00 +0000 (13:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2019 21:31:00 +0000 (13:31 -0800)
commitf5a53abc43e496ff3fb9c5b506d428a14a1489e4
tree47699efa3671b800cbe02927e8d477f6b09595c5
parentf11e21296a6e54c577bc741bc9bf9b33cd3c2052
parentcd59143f7b79fd95537016e65829526ebe110e41
Merge branch 'sh_eth-implement-simple-RX-checksum-offload'

Sergei Shtylyov says:

====================
sh_eth: implement simple RX checksum offload

Here's a set of 7 patches against DaveM's 'net-next.git' repo. I'm implemeting
the simple RX checksum offload (like was done for the 'ravb' driver by Simon
Horman); it has been only tested on the R8A7740 and R8A77980 SoCs, the other
SoCs should just work (according to their manuals)...
====================

Signed-off-by: David S. Miller <davem@davemloft.net>