1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Marian Buschsieweke 5a47d6a9b8
sys/net/gnrc/rpl: sync access to netstats
Synchronize the RPL thread updating the RPL netstats with the RPL
shell command reading it by disabling IRQs. This will prevent printing
corrupted data on non-32bit platforms as well as printing inconsistent
data (e.g. TX count of old state in conjunction with TX bytes of new
state) for all platforms.

Co-authored-by: Martine Lenders <mail@martine-lenders.eu>
2022-06-30 09:48:46 +02:00
..
application_layer gnrc_dhcpv6_client_simple_pd: set AAC_DHCP if IA_NA is enabled 2022-03-02 14:53:09 +01:00
link_layer Merge pull request #18089 from benpicco/NETOPT_RX_END_IRQ 2022-05-16 11:34:48 +02:00
netapi
netif Merge pull request #18153 from benpicco/gnrc_netif_pktq-fix 2022-06-01 22:00:29 +02:00
netreg gnrc_netreg: drain mbox on unregister 2022-05-29 22:42:48 +02:00
network_layer Merge pull request #16090 from maribu/gnrc_tx_sync_frag_sfr 2022-05-24 03:38:38 +02:00
pkt
pktbuf gnrc_pktbuf: fix gnrc_pktbuf_contains() 2022-06-17 19:58:01 +02:00
pktbuf_malloc
pktbuf_static sys/net/gnrc_pktbuf_static: fix documentation of use-after-free detection 2022-06-23 00:31:32 +02:00
pktdump
priority_pktqueue
routing sys/net/gnrc/rpl: sync access to netstats 2022-06-30 09:48:46 +02:00
sock Merge pull request #17691 from miri64/gnrc_sock/enh/warn-about-async-timeout 2022-05-24 23:20:42 +02:00
transport_layer gnrc_tcp: add ; after DEBUG() 2021-12-08 21:09:31 +01:00
tx_sync
doc.txt sys/net/gnrc: Add GNRC configuration Doxygen group 2019-12-06 12:18:03 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile
Makefile.dep gnrc: gnrc_netif etc. modules are not required by gnrc_netif_pktq 2022-05-30 10:39:06 +02:00