]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-add-helper-eth_hw_addr_crc'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 18:19:58 +0000 (11:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 18:19:58 +0000 (11:19 -0700)
commit4596b7cc3a8e95d8962397913c66c1afd75135dc
tree49246aa0456e76e6598214b7990b568fc9fe380c
parent64aca2b9ae4e3f3a802aaea92d13a0f201b5d3f4
parent69f9f84b4f91465d144152b88ab34c6a4aeac337
Merge branch 'net-add-helper-eth_hw_addr_crc'

Heiner Kallweit says:

====================
net: add helper eth_hw_addr_crc

Several drivers use the same code as basis for filter hashes. Therefore
let's factor it out to a helper. This way drivers don't have to access
struct netdev_hw_addr internals.

First user is r8169.
====================

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