incubator-nuttx/net/netdev
zhanghongyu fdc6dbf176 netlink: add RTM_NEWADDR, RTM_DELADDR and RTM_GETADDR
We have projects that need to sense ip address changes in time,
and set ip address or clear ip address through netlink
so the relevant implementation is added.
The usage and command structure are consistent with linux

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-04-22 01:35:18 +08:00
..
Kconfig net/netdev: Add CONFIG_NETDEV_CAN_FILTER_IOCTL 2022-05-06 08:54:58 +02:00
Make.defs net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
netdev.h net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
netdev_carrier.c Support fragmentation and reassembly 2023-01-17 14:01:37 +08:00
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c Fix Error: netdev/netdev_findbyindex.c:59:7: error: variable 'i' set but not used 2022-11-23 07:27:48 +01:00
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
netdev_input.c mm/iob: Support negative offset when copyin/out. 2023-01-31 00:39:15 +08:00
netdev_iob.c net/netdev: Avoid hardcoded guardsize when using d_iob 2023-01-18 14:41:07 +08:00
netdev_ioctl.c netlink: add RTM_NEWADDR, RTM_DELADDR and RTM_GETADDR 2023-04-22 01:35:18 +08:00
netdev_lladdrsize.c
netdev_register.c Add Cellular link layer support 2022-10-15 18:34:07 +08:00
netdev_txnotify.c net/tcp: reuse common api to replace some ip select code 2023-01-30 11:25:10 +08:00
netdev_unregister.c
netdev_verify.c
netdown_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00