nuttx/net
zhangshuai39 a3c914c50d net/socket: Check on the end of the NIC name when binding device
When using usrsock to pass the network interface name, omitting "\0" will cause the host to parse extra characters. therefore, the tail section should be inspected during device binding.

Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>
2025-12-23 10:27:37 +08:00
..
arp net/arp: reducing unnecessary ARP requests can mitigate 2025-07-08 12:43:43 -03:00
bluetooth style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
can net/can/can_recvmsg.c: Cleanup can_readahead 2025-08-26 20:42:01 +08:00
devif style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmp style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
icmpv6 style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ieee802154 style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
igmp net:when work_cancel_sync is excuted,it releases net_lock 2024-10-13 02:05:26 +08:00
inet net: unify Private Types banners 2025-05-28 10:17:15 +08:00
ipfilter fix compile warning with implicit declaration of function 'icmp_reply' 2024-10-08 22:30:11 +08:00
ipforward style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipfrag style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
local local: correct shutdown state when use UDP mode 2025-07-07 23:45:35 +08:00
mld style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
nat style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
neighbor style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
netdev net/arp: reducing unnecessary ARP requests can mitigate 2025-07-08 12:43:43 -03:00
netfilter fix compile warning with ipt_sockopt.c and ip6t_sockopt.c: implicit declaration of function 'popcount' 2024-10-08 22:30:11 +08:00
netlink net: Split msg_iovlen check in recvmsg into each protocol 2025-01-20 17:12:14 +08:00
pkt net: Split msg_iovlen check in recvmsg into each protocol 2025-01-20 17:12:14 +08:00
procfs net: unify Private Types banners 2025-05-28 10:17:15 +08:00
route style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
rpmsg net: Split msg_iovlen check in recvmsg into each protocol 2025-01-20 17:12:14 +08:00
sixlowpan style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
socket net/socket: Check on the end of the NIC name when binding device 2025-12-23 10:27:37 +08:00
tcp net: enable tcp backlog by default 2025-06-26 09:32:54 -03:00
udp style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
usrsock style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
utils net_bufpool.c:when timeout value is zero,It don't break netlock 2025-11-10 22:30:37 -05:00
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
net_initialize.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00