1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
Benjamin Valentin 118e08607a net/eui_provider: prohibit use of NETDEV_ANY for EUI device type
The EUI provider function only gets the index of a device within it's
device type.
Using NETDEV_ANY with two devices of different type causes the EUI
provider to be used for both (since both interfaces are index 0 of
their type).

To prevent this, require EUI providers to be locked to an interface type.
2021-06-08 14:30:40 +02:00
..
application_layer sys/net/app/cord and examples: Update references to -27 2021-03-01 11:59:57 +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 at86rf215: timestamp counter for rx frames 2021-05-12 15:27:36 +02:00
link_layer net/eui_provider: prohibit use of NETDEV_ANY for EUI device type 2021-06-08 14:30:40 +02: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: make netif_register() thread safe 2021-03-16 14:49:04 +01:00
netstats sys/include/net/netstats: move xtimer header where it is needed 2021-02-16 18:18:21 +01:00
network_layer net/ipv*/addr: Add ipv*_addr modules to Kconfig 2021-03-09 09:08:50 +01:00
sock net/sock/dtls: allow to register multiple credentials into a sock 2021-04-01 09:47:36 +02:00
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt
Kconfig net/ipv*/addr: Add ipv*_addr modules to Kconfig 2021-03-09 09:08:50 +01:00