nuttx/net
zhanghongyu 3fa5466077 net/pkt: correct PF_PACKET family sending errors
Enable the pkt_sendmsg interface to send packets containing Layer 2
headers.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-07-14 13:20:14 -03: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
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
local nuttx/net: fixed bind can not return error when used same addr. 2024-06-13 22:00:41 +08:00
mld
nat
neighbor
netdev
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
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