mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-17 18:12:10 -05:00
There is some open coding in the ethernet driver. Drop that and use kernel helpers instead. - Use napi_gro_receive() instead of local skb list - Use skb_put_data() instead of skb_put() plus memcpy() - Use netdev_alloc_skb_ip_align() instead of manual alignment Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/20030 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| rtl838x_eth.c | ||
| rtl838x_eth.h | ||