mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 11:39:24 +02:00
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> |
||
|---|---|---|
| .. | ||
| core.c | ||
| core.h | ||
| debug.h | ||
| emac.h | ||
| Kconfig | ||
| Makefile | ||
| mal.c | ||
| mal.h | ||
| phy.c | ||
| phy.h | ||
| rgmii.c | ||
| rgmii.h | ||
| tah.c | ||
| tah.h | ||
| zmii.c | ||
| zmii.h | ||