From: Jakub Kicinski Date: Tue, 15 Jul 2025 01:40:51 +0000 (-0700) Subject: Merge branch 'tcp-receiver-changes' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06baf9bfa6ca8db7d5f32e12e27d1dc1b7cb3a8a;p=thirdparty%2Flinux.git Merge branch 'tcp-receiver-changes' Eric Dumazet says: ==================== tcp: receiver changes Before accepting an incoming packet: - Make sure to not accept a packet beyond advertized RWIN. If not, increment a new SNMP counter (LINUX_MIB_BEYOND_WINDOW) - ooo packets should update rcv_mss and tp->scaling_ratio. - Make sure to not accept packet beyond sk_rcvbuf limit. This series includes three associated packetdrill tests. ==================== Link: https://patch.msgid.link/20250711114006.480026-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 06baf9bfa6ca8db7d5f32e12e27d1dc1b7cb3a8a