nuttx/net/procfs
gaohedong 00dd9c97bd net/tcp: drop packet when offset info is wrong
According RFC 793 section 3.1, TCP header length must be longer than 20.
Meanwhile, the total length of the packet cannot be less than the sum of the IP header and TCP header

Signed-off-by: gaohedong <gaohedong@xiaomi.com>
2026-04-21 01:31:44 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
Kconfig net/: Move net_procfs.c to net/procfs/. Partition logic a little better to make space to support net device procfs as well 2015-11-27 13:53:33 -06:00
Make.defs net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
net_mld.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
net_procfs.c fs/procfs: delete all child nodes dup implementation 2026-04-21 01:26:32 +08:00
net_procfs_route.c fs/procfs: delete all child nodes dup implementation 2026-04-21 01:26:32 +08:00
net_statistics.c net/tcp: drop packet when offset info is wrong 2026-04-21 01:31:44 +08:00
net_tcp.c net/tcp: replace net_lock with conn_lock and conn_lock_dev 2026-04-21 01:28:25 +08:00
net_udp.c net/udp: remove net_lock 2026-04-21 01:28:24 +08:00
netdev_statistics.c net:modify check condition from IFF_UP to IFF_RUNNING in sendto_next_transfer 2026-04-21 01:15:27 +08:00
procfs.h net: Move NET_TCP/UDP_HAVE_STACK to netconfig.h 2026-04-21 01:14:28 +08:00