zephyr/subsys/net/l2
Jack Chistyakov dd6adc7cad net: virtual: Clear multicast bit when generating link address
The least significant bit of the first octet of a MAC address is a
unicast/multicast bit. The bit should be cleared when generating a
random link address for a virtual interface. Any frames from such
interface/address will be dropped by the network as invalid if
the multicast bit is set.

Signed-off-by: Jack Chistyakov <jack.chistyakov@outlook.com>
2025-04-01 11:53:02 +02: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: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
ieee802154 net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
offloaded_netdev
openthread openthread: Rework L2 configuration 2025-03-07 19:59:07 +01:00
ppp net: l2: ppp: Make PPP L2 work with packet sockets 2025-03-18 16:45:53 +01:00
virtual net: virtual: Clear multicast bit when generating link address 2025-04-01 11:53:02 +02:00
wifi wifi: utils: Fix crash for scan 2025-03-31 14:33:22 +02:00
CMakeLists.txt openthread: Rework L2 configuration 2025-03-07 19:59:07 +01:00
Kconfig