1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Marian Buschsieweke 7cfedbfb8a
sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation
In case of an error, the tx sync packet snip could previously have been
released twice. This moves re-attaching the tx sync snip down after the
last `goto error` to avoid this.
2021-02-24 21:22:25 +01:00
..
application_layer Merge pull request #15830 from benpicco/net/nanocoap_add_uri 2021-02-24 12:09:08 +01:00
ble net/skald : Update kconfig 2021-01-26 16:17:18 +01:00
credman sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
crosslayer netopt: add NETOPT_BATMON 2020-11-13 22:59:09 +01:00
gnrc sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation 2021-02-24 21:22:25 +01:00
link_layer net/ieee802154/security: make default cipher_ops implementations private 2021-02-02 09:16:50 +01:00
lora net/lora: add module to Kconfig 2021-01-21 11:22:33 +01:00
netdev_test sys/net: iolist updates 2018-03-06 14:00:32 +01:00
netif net/netif: remove netif_addr_to/from_str() 2020-11-17 10:51:22 +01:00
netstats sys/include/net/netstats: move xtimer header where it is needed 2021-02-16 18:18:21 +01:00
network_layer sys/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:49:39 +01:00
sock net/sock : Update documentation 2020-09-04 16:29:13 +05:30
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00
Kconfig net/lora : Expose to Kconfig 2020-09-30 20:00:03 +05:30