OSDN Git Service

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)
commitd3ab9df53e8eba5a498fb345e4cf369db7f66b2d
tree47699efa3671b800cbe02927e8d477f6b09595c5
parentcc7335786f7278d66bdcf96d3d411edfcb01be51
parent997feb11b83bd1c3b0100587a773629cabb83ce2
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>