nuttx/net
Xiang Xiao 002d89885e net: Remove IFF_DOWN flag to compatible with Linux/*BSD
turn off interface by checking IFF_UP flag isn't set:
https://github.com/apache/nuttx/issues/1838

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-10-15 22:40:22 +08:00
..
arp
bluetooth
can can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc. 2024-09-18 23:50:11 +08:00
devif
icmp
icmpv6
ieee802154
igmp
inet
ipfilter
ipforward
ipfrag
local local_sock: fix accept use-after-free 2024-10-09 23:00:32 +08:00
mld
nat
neighbor
netdev net: Remove IFF_DOWN flag to compatible with Linux/*BSD 2024-10-15 22:40:22 +08:00
netfilter
netlink Fix the bug that netlink receive wait does not hang up 2024-09-19 03:19:15 +08:00
pkt
procfs
route
rpmsg
sixlowpan
socket accept4:move function from net to fs 2024-10-10 15:30:41 +02:00
tcp
udp
usrsock
utils
CMakeLists.txt
Kconfig
Makefile
net_initialize.c