nuttx/net
zhanghongyu eb5c8f4e9c net/netlink: replace net_lock with netlink_lock
remove the use of net_lock in the netlink module and decouple it from
other network modules.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-02 00:00:55 +08:00
..
arp Revert "net/arp: reducing unnecessary ARP requests can mitigate" 2026-01-01 17:03:29 +08:00
bluetooth net/ioctl: add a socket interface for ioctl 2025-12-29 14:38:15 +08:00
can net/can: fix poll setup to properly find and use free pollfd slots 2025-12-31 02:35:42 +08:00
devif net/arp: support queue iob when arp_out failed 2026-01-01 17:03:29 +08:00
icmp net/icmp: Support icmp timestamp request 2025-12-30 21:05:46 +08:00
icmpv6 net/neighbor: Skip Neighbor request if ip address is invalid at ipv6 2025-12-30 22:06:21 +08:00
ieee802154 net/ioctl: add a socket interface for ioctl 2025-12-29 14:38:15 +08:00
igmp igmp_msg.c:mod check of IGMP_SCHEDMSG from assert to error log 2025-12-25 09:58:14 +08:00
inet net/ethernet: fix compilation issues 2025-12-29 23:31:51 +08:00
ipfilter fix compile warning with implicit declaration of function 'icmp_reply' 2024-10-08 22:30:11 +08:00
ipforward net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
ipfrag net/netdev: separate netdev_list_lock from net_lock 2025-12-29 09:42:18 +08:00
local net/local: simplify file descriptor passing using shared filep references 2025-12-31 02:29:46 +08:00
mld mld: free all mld group when netdev unregister 2025-12-25 08:35:04 -03:00
nat net/nat: replace net_lock with nat_lock(mutex) 2025-12-29 09:42:18 +08:00
neighbor net/neighbor: Skip Neighbor request if ip address is invalid at ipv6 2025-12-30 22:06:21 +08:00
netdev netdev_foreach.c: add lock protection during the traversal process 2026-01-02 00:00:55 +08: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/netlink: replace net_lock with netlink_lock 2026-01-02 00:00:55 +08:00
pkt net/ethernet: fix compilation issues 2025-12-29 23:31:51 +08:00
procfs net/tcp: replace net_lock with conn_lock and conn_lock_dev 2025-12-29 09:42:18 +08:00
route style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
rpmsg net/rpmsg/rpmsg_sockif: fix compile error about nxsched_getpid 2025-12-31 02:36:29 +08:00
sixlowpan style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
socket net/socket: replace net_lock with conn_lock 2026-01-01 07:35:12 -03:00
tcp net/tcp: fix send RST bug when receive syn retransmit in syn-rcvd state 2025-12-30 21:04:52 +08:00
udp net: change conn lock from mutex to rmutex 2025-12-29 09:42:18 +08:00
usrsock net/usrsock: replace net_lock with usrsock_lock 2026-01-01 07:35:12 -03:00
utils net/usrsock: replace net_lock with usrsock_lock 2026-01-01 07:35:12 -03:00
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net/can: add write buffer to support nonblock send 2025-12-15 10:19:15 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
net_initialize.c net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00