zephyr/subsys/net/l2
Simon Piriou 932005abf2 net: l2: ieee802154: mgmt: fix net_pkt leaks
The ieee802154_radio_send() function does not decrease reference counter
of the net_pkt, it's instead done one layer above in ieee802154_send().
This commit updates the mgmt functions using ieee802154_radio_send() to
always free the used net_pkt afterward.

Signed-off-by: Simon Piriou <spiriou31@gmail.com>
2025-07-10 10:13:35 -05:00
..
canbus net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
dummy net: l2: dummy: Update sent statistics 2025-03-21 14:18:25 +01:00
ethernet net: ipv4: Avoid casting unaligned address to struct in_addr 2025-07-04 13:16:32 -05:00
ieee802154 net: l2: ieee802154: mgmt: fix net_pkt leaks 2025-07-10 10:13:35 -05:00
offloaded_netdev
openthread net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
ppp net: ppp: stats: Fix net_mgmt request handler format 2025-06-27 09:43:13 +02:00
virtual net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
wifi net: l2: wifi: Fix roaming fail issue 2025-06-27 18:27:45 -05:00
CMakeLists.txt openthread: Separate OpenThread Kconfigs from L2 layer 2025-04-23 17:54:58 +02:00
Kconfig