linux_dsm_epyc7002/drivers/net/ethernet/freescale/fs_enet
Krzysztof Kozlowski d805f6a868 net: ethernet: fs-enet: Use generic CRC32 implementation
Use generic kernel CRC32 implementation because it:
1. Should be faster (uses lookup tables),
2. Removes duplicated CRC generation code,
3. Uses well-proven algorithm instead of coding it one more time.

Suggested-by: Eric Biggers <ebiggers3@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-25 13:40:39 -07:00
..
fec.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
fs_enet-main.c net: fs_enet: do not call phy_stop() in interrupts 2018-01-17 15:44:16 -05:00
fs_enet.h net: fs_enet: do not call phy_stop() in interrupts 2018-01-17 15:44:16 -05:00
Kconfig
mac-fcc.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
mac-fec.c net: ethernet: fs-enet: Use generic CRC32 implementation 2018-07-25 13:40:39 -07:00
mac-scc.c net: ethernet: fs_enet: Remove useless includes 2017-03-16 11:15:15 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mii-bitbang.c net: ethernet: freescale: fs_enet: make mdiobb_ops const 2017-08-22 14:22:06 -07:00
mii-fec.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00