Commit 7c9db1a
committed
Merge branch 'tcp-re-enable-acceptance-of-fin-packets-when-rwin-is-0'
Simon Baatz says:
====================
tcp: re-enable acceptance of FIN packets when RWIN is 0
this series restores the ability to accept in‑sequence FIN packets
even when the advertised receive window is zero, and adds a
packetdrill test to guard the behavior.
====================
Link: https://patch.msgid.link/20260224-fix_zero_wnd_fin-v2-0-a16677ea7cea@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>2 files changed
Lines changed: 41 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4858 | 4858 | | |
4859 | 4859 | | |
4860 | 4860 | | |
4861 | | - | |
| 4861 | + | |
| 4862 | + | |
4862 | 4863 | | |
4863 | 4864 | | |
| 4865 | + | |
4864 | 4866 | | |
4865 | 4867 | | |
4866 | 4868 | | |
4867 | 4869 | | |
4868 | | - | |
4869 | | - | |
| 4870 | + | |
| 4871 | + | |
| 4872 | + | |
| 4873 | + | |
| 4874 | + | |
| 4875 | + | |
| 4876 | + | |
| 4877 | + | |
| 4878 | + | |
4870 | 4879 | | |
4871 | 4880 | | |
4872 | 4881 | | |
| |||
6379 | 6388 | | |
6380 | 6389 | | |
6381 | 6390 | | |
6382 | | - | |
| 6391 | + | |
| 6392 | + | |
6383 | 6393 | | |
6384 | 6394 | | |
6385 | 6395 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments