zephyr/tests/net
Shrek Wang c68359ff32 net: tcp: Add support for partially valid data recv
Based on TCP Spec., if the incoming packet seqnum is old but with
new data (seqnum + len > conn->ack), that part of valid data should
be accepted. Now Zephyr doesn't support it.
This patch will add support to such scenario.

Signed-off-by: Shrek Wang <inet_eman@outlook.com>
2025-07-19 15:47:57 -04:00
..
6lo
all
arp
bridge
checksum_offload tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
conn_mgr_conn net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
conn_mgr_monitor net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
conn_mgr_nsos tests: net: conn_mgr_nsos: fix CONFIG_ETH_NATIVE_TAP=n 2025-07-14 11:18:20 -10:00
context
dhcpv4 tests: net: dhcpv4: client: Add DNS server deletion test 2025-06-26 14:08:19 +02:00
dhcpv6 tests/net: dhcpv6: Avoid directly accessing address of unaligned struct 2025-07-01 10:15:55 -05:00
ethernet_mgmt drivers: ethernet: remove phy related configs from eth config 2025-06-11 10:17:37 -07:00
hostname net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
icmp tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
icmpv4
icmpv6
ieee802154 net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
iface tests: net: iface: Fix interface context misuse 2025-07-04 13:16:32 -05:00
igmp net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
ip-addr
ipv4_fragment
ipv6 tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
ipv6_fragment
lib tests: net: mqtt_sn_client: Remove debug options 2025-07-19 13:47:45 -04:00
mgmt tests: net: mgmt: define request handler properly 2025-06-25 09:51:56 +02:00
mld net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
mocks
neighbor
net_pkt
npf tests: net: npf: test NPF_ORIG_IFACE_[UN]MATCH rules 2025-06-27 14:14:49 +02:00
offloaded_netdev tests: net: offloaded_netdev: Add test for offloaded DNS APIs 2025-06-11 16:20:18 -07:00
pm
pmtu net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
ppp/driver tests: net: ppp: Compile test with PPP statistics 2025-06-27 09:05:22 -10:00
promiscuous
ptp/clock
route
route_mcast
shell
socket tests: net: socket: net_mgmt: mark unused function argument 2025-07-14 11:18:31 -10:00
tcp net: tcp: Add support for partially valid data recv 2025-07-19 15:47:57 -04:00
traffic_class
trickle
tx_timestamp tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
udp
utils tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
virtual tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
vlan tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
wifi