nuttx/include/nuttx
songlinzhang 22df553443 net/arp: clean the arp table when netdev carrier off
Fix the arp address changed if netdev renew, since the
arp table should be cleared when the netdev carrier off

Signed-off-by: songlinzhang <songlinzhang@xiaomi.com>
2021-11-27 06:19:50 -06:00
..
1wire include: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
analog adc: add IOCTL commands ANIOC_RESET_FIFO and ANIOC_SAMPLES_ON_READ 2021-08-06 21:10:59 -07:00
audio
binfmt binfmt/elf: add bare metal coredump support 2021-11-23 20:48:00 -06:00
can include: can: move error.h to apps/canutils 2021-08-17 06:28:12 -07:00
contactless author: OffCode Ltd : update licenses to Apache 2021-09-13 22:43:36 +08:00
crypto include: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
drivers
eeprom
efuse
fs fs/ioctl: using FIOC_FILEPATH instead of FIOC_FILENAME. 2021-09-13 08:56:10 +08:00
himem
i2c
input input/touchscreen: added time stamp for touchscreen event 2021-11-17 01:47:56 -06:00
ioexpander
lcd include: Omni Hoverboards: update licenses to Apache 2021-09-28 04:37:38 -07:00
leds Userled driver: Add option to check actual pin state with getall 2021-10-18 12:30:18 -07:00
lib libc: Remove the empty lib_initialize 2021-11-01 11:03:02 -03:00
math add upper-half CORDIC driver 2021-07-28 14:23:13 -03:00
mbox
mm Replace all __attribute__((section(x)) with locate_data(x) 2021-07-29 21:55:21 -03:00
modem
motor driver/motor: Remove the unnecessary critical section operation 2021-11-18 19:27:07 -06:00
mtd include: nxstyle fixes 2021-09-02 21:56:05 +08:00
net net/arp: clean the arp table when netdev carrier off 2021-11-27 06:19:50 -06:00
note
nx
power feat: charger: add operation to get out voltage 2021-11-26 11:16:53 +01:00
rc
rf
rptun Replace all __attribute__((aligned(x)) with aligned_data(x) 2021-07-29 21:55:21 -03:00
sensors fix(sensor): align for selftest interface define. 2021-11-19 11:55:40 +01:00
serial
spi drivers/spi:Define SPI_~CS~_DELAY_CONTROL to support other delays 2021-11-06 05:14:05 -05:00
syslog change /dev/syslog & /dev/ramlog for unix standard 2021-11-24 05:19:46 -06:00
timers pwm: add option to break the loops when using multiple PWM channels 2021-07-26 10:34:16 -03:00
usb include: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
video feat: driver: support double buffer for display 2021-09-30 09:07:48 -03:00
wireless author: Anthony Merlino : update licenses to Apache 2021-09-06 20:38:14 +08:00
.gitignore
addrenv.h mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
arch.h Fix compilation of arm protected build 2021-09-07 00:31:47 +08:00
ascii.h
b2c.h
board.h Userled driver: Add option to check actual pin state with getall 2021-10-18 12:30:18 -07:00
cache.h arch:cache: add lock feature for cache 2021-10-22 13:31:32 -03:00
can.h Replace all __attribute__((aligned(x)) with aligned_data(x) 2021-07-29 21:55:21 -03:00
cancelpt.h
clock.h clock.h: Remove the unnecessary L from macro 2021-11-10 14:32:16 -03:00
compiler.h nuttx: Add function attribute for inhibiting stack protector 2021-09-01 23:11:03 +08:00
elf.h binfmt/elf: add bare metal coredump support 2021-11-23 20:48:00 -06:00
environ.h
envpath.h Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
init.h
irq.h sched/irq/irq_csection.c: Fix typos and correct some comments. 2021-09-16 10:53:51 -05:00
kmalloc.h mm: Add kmm_malloc_size and mm_malloc_size 2021-07-05 14:23:24 +09:00
kthread.h
lirc.h
list.h
mmcsd.h
module.h
mqueue.h mq_open: add long file name check and parameter check 2021-10-21 11:01:45 -03:00
mutex.h
nuttx.h
page.h
pgalloc.h
progmem.h arch/arm/src/samv7: add flash progmem erasestate ioctl support 2021-11-26 14:55:34 -03:00
pthread.h
random.h include: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
sched_note.h
sched.h sched: Move g_tcbinfo to include/nuttx/sched.h 2021-11-22 14:59:48 -03:00
scsi.h
sdio.h bcm43xxx: supported high-speed timing mode with a clock rate up to 50MHz 2021-10-18 21:58:03 -05:00
semaphore.h usrwqueue: implement order work queue 2021-07-27 21:01:38 -07:00
signal.h
spawn.h
spinlock.h spinlock.h: In single CPU case force the lock passed to 2021-09-11 23:24:32 +09:00
streams.h libs/libc: add interface to support output stream as buffer style 2021-11-23 21:00:43 -06:00
symtab.h
time.h
tls.h libc: Implement gettext function 2021-08-03 12:14:07 -03:00
tree.h Replace __attribute__ ((unused)) with unused_code 2021-07-29 21:55:21 -03:00
userspace.h Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
vt100.h
wdog.h wd_start: use sclock_t type replace int 2021-10-10 19:59:57 -07:00
wqueue.h Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
zoneinfo.h Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00