nuttx/net
v-tangmeng 053a3c06c9 net/udp: fix sndbufs member access in udp_sendto_buffered
The sndbufs field was moved to socket_conn_s as s_sndbufs in the
new NuttX version. Line 955 was missed during rebase while line 718
was already correctly updated.

Fix: conn->sndbufs -> conn->sconn.s_sndbufs
2026-04-28 16:02:38 +08:00
..
arp net/arp: optimize the code logic using the breaklock method 2026-04-21 01:35:10 +08:00
bluetooth include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
can socket: support SO_RCVBUF and SO_SNDBUF in psock_socketlevel_option 2026-04-21 01:35:46 +08:00
devif Revert "net:debug patch" 2026-04-21 01:36:02 +08:00
icmp utils: Add conn_init/conn_uninit and replace direct s_lock ops 2026-04-21 01:35:46 +08:00
icmpv6 utils: Add conn_init/conn_uninit and replace direct s_lock ops 2026-04-21 01:35:46 +08:00
ieee802154 include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
igmp igmp: Simplify the igmp_cmptimer 2026-04-21 01:35:40 +08:00
inet net/igmp:fix deadlock issue 2026-04-21 01:35:51 +08:00
ipfilter net: add per cpu support under bmp mode 2026-04-21 01:33:57 +08:00
ipfrag net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-04-21 01:34:34 +08:00
local utils: Add conn_init/conn_uninit and replace direct s_lock ops 2026-04-21 01:35:46 +08:00
mld net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-04-21 01:34:34 +08:00
nat net: add per cpu support under bmp mode 2026-04-21 01:33:57 +08:00
neighbor net/ethernet: ARP can be configured on interface 2026-04-21 01:25:32 +08:00
netdev netdev_checksum: fix the iob null point dereference with hardware_chksum_start 2026-04-21 01:34:46 +08:00
netfilter net: add per cpu support under bmp mode 2026-04-21 01:33:57 +08:00
netforward net: removing bmp marco and using global mempool 2026-04-21 01:34:39 +08:00
netlink net/netlink: initialize socket connection in netlink_alloc 2026-04-21 01:36:02 +08:00
pkt net/pkt: adapt to the modification of SO_RCVBUF and SO_SNDBUF 2026-04-21 01:35:47 +08:00
procfs net/tcp: drop packet when offset info is wrong 2026-04-21 01:31:44 +08:00
route net: removing bmp marco and using global mempool 2026-04-21 01:34:39 +08:00
rpmsg net/rpmsg_sockif: fix memleak, do not destroy conn when connect failed 2026-04-21 01:35:51 +08:00
sixlowpan include/nuttx/net/net.h: add s_ prefix for node, list and list_tail 2026-04-21 01:35:46 +08:00
socket socket: support SO_RCVBUF and SO_SNDBUF in psock_socketlevel_option 2026-04-21 01:35:46 +08:00
tcp net/tcp: fix potential null pointer dereference in tcp_input 2026-04-21 01:36:09 +08:00
udp net/udp: fix sndbufs member access in udp_sendto_buffered 2026-04-28 16:02:38 +08:00
usrsock utils: Add conn_init/conn_uninit and replace direct s_lock ops 2026-04-21 01:35:46 +08:00
utils socket: support SO_RCVBUF and SO_SNDBUF in psock_socketlevel_option 2026-04-21 01:35:46 +08:00
vsock nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-04-21 01:35:40 +08:00
CMakeLists.txt Support no-lto option for the network Makefile 2026-04-21 01:27:57 +08:00
Kconfig Kconfig: Add NET_PKT_WRITE_BUFFERS to NET_SEND_BUFSIZE depends 2026-04-21 01:35:45 +08:00
Makefile net/forward: change ipforward name to netforward for public use 2026-04-21 01:32:12 +08:00
net_initialize.c net/forward: change ipforward name to netforward for public use 2026-04-21 01:32:12 +08:00