nuttx/drivers
Zhe Weng 4b5585a316 netdev/upper: Delay replied packets to prevent TX quota become negated
When our netstack is replying packets when processing RX, the replied
packets will be sent without considering of TX quota because we don't
want to drop them. Now we may delay them by pushing them to a queue and
send them later, which can always keep quota working.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-08-20 06:37:46 +08:00
..
1wire drivers/1wire/ds28e17.c: fix printf warnings 2024-06-13 02:21:29 +08:00
analog analog: add configuration option to set DAC FIFO size 2024-05-27 23:23:28 +08:00
audio drivers/audio/es8311: Fix setting sample rate and bits per sample 2024-08-01 16:04:53 +08:00
bch driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
can can: enhance API to allow better CAN FD handling 2024-07-10 11:33:03 -03:00
clk clk: fix reg operation not compatible with 64bit 2024-08-17 00:05:18 +08:00
contactless drivers/contactless: fix gcc14 errors 2024-06-13 02:21:29 +08:00
crypto
devicetree drivers/devicetree/fdt: add additional fdt parsing utilities. 2024-06-03 22:05:00 +08:00
dma
dummy
eeprom stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3 2024-03-07 01:55:56 +08:00
efuse
i2c i2c_slave: add poll waiters array 2024-08-07 12:13:38 -03:00
i2s
input input: fix goldfish input and lvgl input device name mismatch problem 2024-08-19 14:03:32 +08:00
ioexpander icjx: use iC-JX interrupt config instead of the general one 2024-05-09 23:43:56 +08:00
ipcc
lcd driver/ssd1680: Add support for 1.54 inch e-paper display 2024-08-04 23:14:55 +08:00
leds
loop
math
misc fix: call rwb->rhreload() when nblocks > 0 2024-05-17 19:15:49 +08:00
mmcsd drivers/mmcsd/Kconfig|mmcsd_sdio.c: check ready without sleep 2024-08-19 19:52:39 +08:00
modem driver/alt1250: Modify return value 2024-02-27 13:16:52 +08:00
motor Fix allocated memory test 2024-06-28 09:30:42 +02:00
mtd fs/mnemofs: Fix journal log rw issue, read size issue 2024-08-17 09:10:04 -03:00
net netdev/upper: Delay replied packets to prevent TX quota become negated 2024-08-20 06:37:46 +08:00
note nuttx/note:fix missing the last character when printing custom labels. 2024-08-19 14:04:50 +08:00
pci
pipes drivers/pipe: Change to the block mode by file_ioctl(FIONBIO) 2024-03-07 10:09:35 -03:00
power pm: add debug_assert for cb register/unregister api 2024-08-17 14:30:49 +08:00
rc
regmap
reset
rf
rmt
rpmsg fix nxstyle 2024-04-16 19:09:12 +08:00
rptun rptun ioctl: remove rptun_panic and rptun_dump_all 2024-02-21 21:38:05 -08:00
segger drivers/segger: upgrade to v3.54 2024-07-03 17:31:23 +08:00
sensors convert pointer string to number in base 16 2024-08-14 22:36:57 +08:00
serial drivers/serial: Make the 16550 rx trigger level configurable 2024-08-03 10:31:36 +08:00
spi spi: Optimize access to private data 2024-08-07 12:13:38 -03:00
syslog driver: There is no need to use sched_[un]lock 2024-04-30 11:35:13 -03:00
timers watchdog: fix idle callback maybe not upperhalf 2024-06-08 11:59:26 +08:00
usbdev usbdev: delete unsigned comparison with 0 2024-07-22 23:44:18 +08:00
usbhost
usbmisc
usbmonitor
usrsock
video drivers/video: add goldfish gpu fb 2024-08-18 10:15:00 +08:00
virt
virtio drivers/input: enable touch/kbd/mouse for virtio input 2024-08-19 20:08:50 +08:00
wireless [driver][bcm43xxx] reset tx_seq of sido-bus when ifdown wlan-if 2024-08-19 19:56:40 +08:00
.gitignore
CMakeLists.txt
drivers_initialize.c drivers/drivers_initialize.c: check if only one console is selected 2024-07-29 00:31:24 +08:00
Kconfig
Makefile