nuttx/net
SPRESENSE 72b67832ea Makefile: Remove make depend files by make distclean
Intermediate files of make depend like .ddc and .dds may remain
when make is interrupted. Remove them using make distclean.

Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com>
2026-02-16 16:27:57 +01:00
..
arp net:modify check condition from IFF_UP to IFF_RUNNING in the sending process 2026-01-09 21:48:18 +08:00
bluetooth Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
can net/can: allow errmask to be set to CAN_ERR_FLAG; 2026-01-19 15:13:14 +08:00
devif Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
icmp Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
icmpv6 Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
ieee802154 net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
igmp net:modify check condition from IFF_UP to IFF_RUNNING in the sending process 2026-01-09 21:48:18 +08:00
inet net/netdev: modify for hardware checksum offload 2026-01-19 23:22:46 +08:00
ipfilter fix compile warning with implicit declaration of function 'icmp_reply' 2024-10-08 22:30:11 +08:00
ipforward forward: Add IFF_NOSRC_FORWARD and IFF_NODST_FORWARD flags. 2026-01-31 02:37:58 +08:00
ipfrag ipfrag: use netdev_iob_replace_l2 to replace d_iob 2026-01-15 01:55:19 +08:00
local net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
mld net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
nat net/nat: replace net_lock with nat_lock(mutex) 2025-12-29 09:42:18 +08:00
neighbor net/neighbor: fix compilation with CONFIG_NET_ICMPv6_NO_STACK 2026-01-16 09:38:27 +08:00
netdev net/netdev: a valid netdev for ipv4 should have ipv4 addr configured 2026-02-02 13:57:56 +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: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
pkt Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
procfs net:modify check condition from IFF_UP to IFF_RUNNING in the sending process 2026-01-09 21:48:18 +08:00
route net/route/ramroute: replace prealloc with netpool 2026-01-15 23:15:03 +08:00
rpmsg net/rpmsg: add err handle when rpmsg_socket_unbind called 2026-01-29 09:15:33 -03:00
sixlowpan Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
socket net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
tcp Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
udp Revert "net: limit TCP and UDP send/recv buffer usage with throttled IOB" 2026-01-23 14:40:06 -03:00
usrsock usrsock: Check RECVFROM_AVAIL before setting POLLIN in pollsetup 2026-01-20 22:37:10 +08:00
utils net/utils: add union name for tasking compiler compatibility 2026-02-12 10:49:44 -03:00
CMakeLists.txt net: Support no-lto option for the network build. 2026-01-20 10:12:45 +08:00
Kconfig net: Support no-lto option for the network build. 2026-01-20 10:12:45 +08:00
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00
net_initialize.c net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00