nuttx/drivers/usbdev
Zhe Weng 5aeb15469a netdev/ipv6: Move xxx_ipv6multicast from arch to common code
The `xxx_ipv6multicast` function in each driver is not adapted to
multiple IPv6 addresses yet, and they're redundant, so try to take them
into common code.

Change:
1. Add MAC `g_ipv6_ethallnodes` and `g_ipv6_ethallrouters` in
   `icmpv6_devinit` and call them in `netdev_register`
2. Add multicast MAC for Neighbor Solicitation when adding any IPv6
   address, and remove them when IPv6 address is removed
3. Select `NET_MCASTGROUP` when `NET_ICMPv6` because now we need
   `d_addmac` when we have ICMPv6

Note:
We want modules outside net stack to call functions like
`netdev_ipv6_add` and never touch the related MAC address, so these MAC
functions are added as internal functions to `net/netdev/netdev.h`

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-12-16 05:26:16 -08:00
..
adb.c usbdev: support usb adb fastboot 2023-09-12 16:27:49 +08:00
cdcacm_desc.c usbdev: Use BOARD_USBDEV_SERIALSTR config directly 2023-09-01 19:29:12 +08:00
cdcacm.c usbdev: a memory leak occurred when the usb uninitialize process was executed 2023-08-11 13:19:13 +08:00
cdcacm.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
cdcecm.c netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
cdcecm.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
CMakeLists.txt usbdev: add usbdev fs device for usb char device 2023-09-09 15:52:08 +08:00
composite_desc.c usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
composite.c usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
composite.h usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
dfu.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
Kconfig usbdev: Add callback for CONFIG_USBDEV_SOFINTERRUPT 2023-12-08 21:27:36 -03:00
Make.defs usbdev/mtp: support mtp class driver 2023-09-16 14:40:08 +08:00
mtp.c usbdev/mtp: support mtp class driver 2023-09-16 14:40:08 +08:00
pl2303.c usbdev: Use BOARD_USBDEV_SERIALSTR config directly 2023-09-01 19:29:12 +08:00
rndis_std.h
rndis.c rndis: Fixed rndis assert issue when calling composite_uninitlize 2023-09-19 07:51:49 +02:00
usbdev_desc.c usbdev: add usbdev fs device for usb char device 2023-09-09 15:52:08 +08:00
usbdev_fs.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbdev_fs.h usbdev: add usbdev fs device for usb char device 2023-09-09 15:52:08 +08:00
usbdev_req.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
usbdev_strings.c
usbdev_trace.c
usbdev_trprintf.c Add printflike and scanflike to all printf/scanf like functions 2022-07-18 14:14:36 +03:00
usbmsc_desc.c usbdev: Use BOARD_USBDEV_SERIALSTR config directly 2023-09-01 19:29:12 +08:00
usbmsc_scsi.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
usbmsc.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
usbmsc.h usbdev: Use BOARD_USBDEV_SERIALSTR config directly 2023-09-01 19:29:12 +08:00