Files
openwrt-mirror/target/linux
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
..
2025-07-27 18:22:31 +02:00
2025-05-20 00:47:37 +02:00
2025-09-01 02:05:24 +02:00
2025-07-19 11:59:56 +02:00
2025-09-01 02:05:24 +02:00
2025-08-31 13:07:49 +02:00
2025-06-03 01:45:40 +02:00
2025-08-26 21:35:36 +02:00
2025-07-20 23:37:37 +02:00
2025-09-15 21:38:29 +01:00
2025-08-04 22:57:18 +02:00
2025-05-24 16:15:53 +02:00
2025-08-22 20:18:16 +02:00
2025-09-07 11:42:46 +02:00
2025-09-07 11:42:46 +02:00
2025-09-08 22:35:39 +02:00
2025-07-13 00:49:37 +02:00
2025-06-12 12:42:15 +02:00
2025-08-10 12:12:05 +02:00
2025-09-08 14:21:50 +02:00