incubator-nuttx/net
zhangshuai39 e7ec9d7fe5 net/udp: Fixed the issue of sending ICMP error when the destination address is broadcast/multicast.
According to rfc1112, section 7.2:
"An ICMP error message (Destination Unreachable, Time Exceeded, Parameter Problem, Source Quench, or Redirect) is
never generated in response to a datagram destined to an IP host group."

Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>
2024-09-10 22:53:58 +08:00
..
arp net: Enable `CONFIG_NET_ARP_SEND` by default 2024-06-06 02:40:16 +08:00
bluetooth net: Fix max conn always one less than configured value 2024-04-07 10:42:56 -03:00
can can: Before we use pstate, we should check if it is NULL. 2024-09-05 21:25:22 +08:00
devif modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
icmp modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
icmpv6 modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
ieee802154 net: Fix max conn always one less than configured value 2024-04-07 10:42:56 -03:00
igmp modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
inet modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +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 ipfrag: remove assert for actual product reasons 2024-08-26 17:44:40 +08:00
local local_socket: add SO_SNDBUF & SO_RCVBUF support for accept socket 2024-09-10 11:35:15 +08:00
mld modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
nat net/netlink: Add NETLINK_NETFILTER's CONNTRACK support 2024-04-18 13:03:59 +08:00
neighbor net/netlink: Add RTM neigh notify support 2024-05-14 10:05:37 -03:00
netdev netdev/statistics: Add bytes for netdev statistics log 2024-09-10 11:36:03 +08:00
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: fix raw socket send data length is insufficient. 2024-08-20 13:41:49 +08:00
procfs net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
route [net][route] fix Mico definition bug 2024-05-14 22:05:35 +08:00
rpmsg rpmsg/Kconfig: add rpmsg_local_name to replace rptun_local_name 2024-02-18 04:09:34 -08:00
sixlowpan nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
socket udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
tcp support rss/arfs with device 2024-08-30 01:45:06 +08:00
udp net/udp: Fixed the issue of sending ICMP error when the destination address is broadcast/multicast. 2024-09-10 22:53:58 +08:00
usrsock nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
utils nuttx: resolve various 'FAR' and 'CODE' issues 2024-08-26 10:21:03 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile net: Support IP packet filter 2024-06-20 09:43:05 +08:00
net_initialize.c