zephyr/subsys/net/l2
Robert Lubos 61c392c5b1 net: iface: Introduce TX mutex locking
A recent iface lock removal in ed17320c3d
exposed issues with concurrent access on TX to drivers that are not
re-entrant.

Reverting that commit does not really solve the problem, as it would
still exist if multiple Traffic Class queues are in use.

Therefore, introduce a separate mutex for TX data path, protecting the
L2/driver from concurrent transfers from several threads.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-11-13 09:49:57 +01:00
..
bluetooth Bluetooth: Host: Amend existing L2CAP accept callbacks 2023-09-14 14:36:34 +02:00
canbus drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
dummy subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet net: iface: Introduce TX mutex locking 2023-11-13 09:49:57 +01:00
ieee802154 random: Rename random header 2023-10-10 14:23:50 +03:00
offloaded_netdev net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
openthread net: openthread: Adding snoop entries kconfig. 2023-11-08 10:08:58 +01:00
ppp net: fix thread function signatures 2023-10-30 12:24:34 +01:00
virtual random: Rename random header 2023-10-10 14:23:50 +03:00
wifi wifi: shell: Move defaults to beginning 2023-11-07 09:53:39 +01:00
CMakeLists.txt net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig net: wifi: Enhance help text for NET_L2_WIFI_MGMT 2023-08-23 16:05:08 +01:00