linux/net/mac802154
Yunshui Jiang b8ec0dc384 net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
mac802154 devices update their dev->stats fields locklessly. Therefore
these counters should be updated atomically. Adopt SMP safe DEV_STATS_INC()
and DEV_STATS_ADD() to achieve this.

Signed-off-by: Yunshui Jiang <jiangyunshui@kylinos.cn>
Message-ID: <20240531080739.2608969-1-jiangyunshui@kylinos.cn>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2024-06-03 11:20:56 +02:00
..
cfg.c mac802154: Avoid new associations while disassociating 2023-12-15 11:14:57 +01:00
cfg.h
driver-ops.h
ieee802154_i.h mac802154: Handle disassociation notifications from peers 2023-11-20 11:43:33 +01:00
iface.c
Kconfig
llsec.c mac802154: fix llsec key resources release in mac802154_llsec_key_del 2024-03-06 21:01:26 +01:00
llsec.h
mac_cmd.c
main.c mac802154: fix time calculation in ieee802154_configure_durations() 2024-05-18 23:46:25 +02:00
Makefile
mib.c
rx.c mac802154: Use the PAN coordinator parameter when stamping packets 2023-12-15 11:14:51 +01:00
scan.c mac802154: Only allow PAN controllers to process association requests 2023-12-15 11:14:53 +01:00
trace.c
trace.h ieee802154: Replace strlcpy with strscpy 2023-06-16 22:14:24 +02:00
tx.c net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() 2024-06-03 11:20:56 +02:00
util.c