]> 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)
commitee32f0e8e228915a0ddfe341acce418411f6353b
tree47699efa3671b800cbe02927e8d477f6b09595c5
parent424ca2834a44f23b56bed2bde84a644e691708e5
parent722c47833556cc561fe5c6de51b74171d4f5472c
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>