nuttx/net
Shoukui Zhang 3f3ad34f42 Fix greater-than-or-equal-to-zero issue
unsigned_compare: This greater-than-or-equal-to-zero comparison without a signed value is always true. conn->lc_crefs >= 0

Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com>
2024-08-08 17:19:42 +08:00
..
arp net: Enable CONFIG_NET_ARP_SEND by default 2024-06-06 02:40:16 +08:00
bluetooth
can net/can: Add SO_RCVBUF option for can socket 2024-06-14 19:54:07 +08:00
devif net/devif: devif_send supports negative offset 2024-07-14 13:20:14 -03:00
icmp net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
icmpv6 net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
ieee802154
igmp
inet net: Add set/getsockopt options compatible with ip6tables 2024-06-20 09:43:05 +08:00
ipfilter net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipforward net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipfrag net/ipfrag/Kconfig: NET_IPFRAG depends on IOB_NCHAINS > 0 2024-06-02 09:27:36 -03:00
local Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
mld
nat
neighbor
netdev net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
netfilter net/netfilter: fix windows compile error 2024-07-14 20:33:18 +08:00
netlink netlink: fix IPV6 macro bug 2024-06-06 09:27:50 +02:00
pkt net/pkt: correct PF_PACKET family sending errors 2024-07-14 13:20:14 -03:00
procfs
route [net][route] fix Mico definition bug 2024-05-14 22:05:35 +08:00
rpmsg
sixlowpan net/inet: Rename ttl to s_ttl in sconn. 2024-06-05 23:22:15 +08:00
socket
tcp net/tcp: fix missing error code propagation 2024-06-22 19:26:14 -03:00
udp net/udp: fix net_[un]lock() in udp_bind 2024-06-22 19:26:14 -03:00
usrsock
utils
CMakeLists.txt
Kconfig net: Support IP packet filter 2024-06-20 09:43:05 +08:00
Makefile net: Support IP packet filter 2024-06-20 09:43:05 +08:00
net_initialize.c