linux/net/8021q
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
..
Kconfig
Makefile
vlan_core.c net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb 2024-05-02 11:02:48 +02:00
vlan_dev.c net: move misc netdev_lock flavors to a separate header 2025-03-08 09:06:50 -08:00
vlan_gvrp.c
vlan_mvrp.c
vlan_netlink.c net: Use link/peer netns in newlink() of rtnl_link_ops 2025-02-21 15:28:02 -08:00
vlan.c vlan: enforce underlying device type 2025-03-04 18:34:55 -08:00
vlan.h
vlanproc.c netdevice: convert private flags > BIT(31) to bitfields 2024-09-03 11:36:43 +02:00
vlanproc.h