incubator-nuttx/net
Jukka Laitinen ef827e88a7 net: Copy out also can cmsg data into the end of packet
This has been broken at some point. Just fix it by copying the can frame and
the cmsg data into IOB, and fix devif_poll to copy out the full data.

The can drivers expect to find the timeout timestamp in the end of the frame.

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2024-10-16 15:39:11 +08:00
..
arp
bluetooth
can net: Copy out also can cmsg data into the end of packet 2024-10-16 15:39:11 +08:00
devif net: Copy out also can cmsg data into the end of packet 2024-10-16 15:39:11 +08:00
icmp
icmpv6
ieee802154
igmp net:when work_cancel_sync is excuted,it releases net_lock 2024-10-13 02:05:26 +08:00
inet
ipfilter fix compile warning with implicit declaration of function 'icmp_reply' 2024-10-08 22:30:11 +08:00
ipforward fix compile warning with implicit declaration of function 'icmp_reply' 2024-10-08 22:30:11 +08:00
ipfrag
local local_socket: corrent send/recv return value after shutdown 2024-10-12 09:57:20 +08:00
mld
nat
neighbor
netdev net/netdev/netdev_default.c: Exclude socket can from default devices 2024-10-16 15:39:11 +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 netlink: Remove the dead code in netlink_close 2024-10-09 12:38:54 +08:00
pkt
procfs
route
rpmsg net/rpmsg: use hash to handle rp_name 2024-10-13 11:33:04 +08:00
sixlowpan
socket net/can: Save simple options to socket_conn_s 2024-10-13 11:24:31 +08:00
tcp net/tcp: Reset the conn when receiving a ACK in the SYN_SENT state. 2024-10-15 01:11:22 +08:00
udp arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
usrsock modify for set conn status with connected when receive event USRSOCK_EVENT_SENDTO_READY 2024-10-16 07:55:10 +08:00
utils sched: add up_this_task and up_change_task macro stub 2024-10-15 15:25:55 +08:00
CMakeLists.txt
Kconfig
Makefile
net_initialize.c