linux/drivers/net/ethernet/realtek
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
rtase rtase: Fix Rx descriptor CRC error bit definition 2025-08-14 17:53:12 -07:00
8139cp.c net: annotate writes on dev->mtu from ndo_change_mtu() 2024-05-07 16:19:14 -07:00
8139too.c net: ethernet: use module_pci_driver; remove useless driver versions 2026-02-02 17:25:13 -08:00
Kconfig net: atp: drop ancient parallel-port Ethernet driver 2026-01-22 13:32:53 +01:00
Makefile net: atp: drop ancient parallel-port Ethernet driver 2026-01-22 13:32:53 +01:00
r8169.h r8169: add support for extended chip version id and RTL9151AS 2026-01-26 19:30:33 -08:00
r8169_firmware.c r8169: remove optional size argument in calls to strscpy 2026-01-26 19:31:11 -08:00
r8169_firmware.h r8169: factor out firmware handling 2019-06-05 11:41:59 -07:00
r8169_leds.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
r8169_main.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
r8169_phy_config.c r8169: add support for RTL8127A 2025-05-16 16:02:34 -07:00