2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/hamradio
Jakub Kicinski 8ef890df40 net: move misc netdev_lock flavors to a separate header
Move the more esoteric helpers for netdev instance lock to
a dedicated header. This avoids growing netdevice.h to infinity
and makes rebuilding the kernel much faster (after touching
the header with the helpers).

The main netdev_lock() / netdev_unlock() functions are used
in static inlines in netdevice.h and will probably be used
most commonly, so keep them in netdevice.h.

Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250307183006.2312761-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-03-08 09:06:50 -08:00
..
6pack.c 6pack: propagage new tty types 2024-08-14 08:25:22 +02:00
baycom_epp.c parport: Remove parport_driver.devmodel 2024-07-03 16:44:22 +02:00
baycom_par.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
baycom_ser_fdx.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
baycom_ser_hdx.c hamradio: baycom: replace strcpy() with strscpy() 2025-02-11 16:23:38 -08:00
bpqether.c net: move misc netdev_lock flavors to a separate header 2025-03-08 09:06:50 -08:00
hdlcdrv.c treewide: use get_random_{u8,u16}() when possible, part 1 2022-10-11 17:42:58 -06:00
Kconfig net: handle HAS_IOPORT dependencies 2024-04-08 11:56:56 +01:00
Makefile net: hamradio: remove support for DMA SCC devices 2022-04-27 12:22:56 +01:00
mkiss.c tty: use u8 for flags 2023-08-11 21:12:45 +02:00
scc.c net: hamradio: scc: Switch to irq_get_nr_irqs() 2024-10-16 21:56:57 +02:00
yam.c treewide: use get_random_{u8,u16}() when possible, part 1 2022-10-11 17:42:58 -06:00
z8530.h