mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-17 15:31:13 +01: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> |
||
|---|---|---|
| .. | ||
| imagebuilder | ||
| linux | ||
| llvm-bpf | ||
| sdk | ||
| toolchain | ||
| Config.in | ||
| Makefile | ||