incubator-nuttx/drivers
liqinhui 73ceb049af virtio-net: Support for setting MAC addresses of the virtio-net interfaces.
Refers to https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v1.2-cs01.html#x1-2230004
A driver SHOULD negotiate VIRTIO_NET_F_MAC if the device offers it.
If the driver negotiates the VIRTIO_NET_F_MAC feature, the driver MUST
set the physical address of the NIC to mac. Otherwise, it SHOULD use a
locally-administered MAC address.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-12-13 05:00:59 -08:00
..
1wire
analog poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
audio kernel: replace all usleep to nxsig_usleep in kernel space 2023-10-25 15:46:03 +08:00
bch poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
can poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
clk Kconfigs: rename {Rpmsg|rpmsg} to RPMGS 2023-10-28 13:58:56 +08:00
contactless mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
crypto Fix Kconfig style 2023-12-09 13:44:46 -08:00
devicetree
dma
dummy
eeprom Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
efuse
i2c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
i2s mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
input poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
ioexpander Kconfigs: rename {Rpmsg|rpmsg} to RPMGS 2023-10-28 13:58:56 +08:00
ipcc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
lcd poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
leds mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
loop enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
math math/mpi: add mpi driver in math 2023-10-17 13:43:43 +08:00
misc Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
mmcsd drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd 2023-11-19 20:24:30 +01:00
modem kernel: replace all usleep to nxsig_usleep in kernel space 2023-10-25 15:46:03 +08:00
motor drivers/foc: add support for drv8301 power-stage driver 2023-11-18 17:07:20 -08:00
mtd mtd/w25q: add nxsig_usleep to busy waiting in w25qxxxjv_erase_sector() 2023-12-11 16:00:07 -03:00
net net/udp: Add check when sending too big packet without IP frag 2023-12-12 06:42:33 -08:00
note libc: add instrument api support 2023-12-11 02:06:51 -08:00
pipes poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
power Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
rc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
regmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
reset
rf
rptun drivers/rptun: check the status before stop remote proc 2023-11-07 18:27:05 +08:00
segger segger/rtt: correct macro name to avoid unable to change default mode 2023-11-30 06:16:09 -08:00
sensors Fix Kconfig style 2023-12-04 22:20:50 +08:00
serial support gdbstub use serial. 2023-12-11 08:43:26 -08:00
spi poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
syslog poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
timers drivers/rtc/rpmsg: Move clock_synchronize rpmsg_rtc_server_settime 2023-11-20 13:28:09 +01:00
usbdev usbdev: Add callback for CONFIG_USBDEV_SOFINTERRUPT 2023-12-08 21:27:36 -03:00
usbhost sched_lock refine: remove sched_[un]lock in xxx_waitsample 2023-11-21 20:03:43 -08:00
usbmisc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbmonitor
usrsock poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
video move userspace interface from video.h to sys/videoio.h 2023-12-02 19:44:39 -08:00
virtio virtio-net: Support for setting MAC addresses of the virtio-net interfaces. 2023-12-13 05:00:59 -08:00
wireless Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
.gitignore
CMakeLists.txt
Kconfig nuttx/drivers: add regmap subsystems support. 2023-09-27 00:46:51 +08:00
Makefile nuttx/drivers: add regmap subsystems support. 2023-09-27 00:46:51 +08:00
drivers_initialize.c driver/tee: add optee client driver module 2023-11-23 06:25:48 -08:00