linux-stable/drivers/net/ethernet/ibm/emac
Christian Lamparter 22087d6592 net: emac: remove IBM_EMAC_RX_SKB_HEADROOM
The EMAC driver had a custom IBM_EMAC_RX_SKB_HEADROOM
Kconfig option that reserved additional skb headroom for RX.
This patch removes the option and migrates the code
to use napi_alloc_skb() and netdev_alloc_skb_ip_align()
in its place.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-06 19:50:41 -08:00
..
core.c net: emac: remove IBM_EMAC_RX_SKB_HEADROOM 2019-02-06 19:50:41 -08:00
core.h net: emac: remove IBM_EMAC_RX_SKB_HEADROOM 2019-02-06 19:50:41 -08:00
debug.h net: Convert to using %pOF instead of full_name 2017-07-24 13:41:48 -07:00
emac.h Revert "net/ibm/emac: wrong bit is used for STA control" 2018-12-07 22:37:27 -08:00
Kconfig net: emac: remove IBM_EMAC_RX_SKB_HEADROOM 2019-02-06 19:50:41 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mal.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
mal.h net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function 2018-09-12 20:34:47 -07:00
phy.c net: ibm: emac: replace custom PHY_MODE_* macros 2017-12-21 13:09:41 -05:00
phy.h
rgmii.c net: ibm: emac: support RGMII-[RX|TX]ID phymode 2017-12-21 13:09:41 -05:00
rgmii.h
tah.c net: Convert to using %pOF instead of full_name 2017-07-24 13:41:48 -07:00
tah.h
zmii.c net: ibm: emac: replace custom PHY_MODE_* macros 2017-12-21 13:09:41 -05:00
zmii.h