1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/realtek
Markus Stockhausen 60bdae3ab3 realtek: ethernet: drop open coding
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>
2025-09-17 19:22:37 +02:00
..
base-files realtek: fix model for TP-Link TL-ST1008F v2.0 2025-09-03 00:51:49 +02:00
dts realtek: dts: rearrange mdio-bus below mdio-controller 2025-09-12 20:58:17 +02:00
files/firmware/rtl838x_phy
files-6.12 realtek: ethernet: drop open coding 2025-09-17 19:22:37 +02:00
image realtek: Rename ZyXEL XGS1210-12 to XGS1210-12 a1 2025-09-03 21:40:36 +02:00
patches-6.12 kernel: kmod-dsa-ks8995: Backport DSA patches 2025-09-15 08:34:55 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
rtl838x realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
rtl839x realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
rtl930x realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
rtl930x_nand realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
rtl931x realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
rtl931x_nand realtek: carve out mdio bus from ethernet driver 2025-09-07 11:37:59 +02:00
Makefile realtek: add NAND targets for RTL93xx 2025-08-10 11:46:52 +02:00