Commit c46358d
Revert "ipv6: save dontfrag in cork"
This reverts commit 8ebf270 which is
commit a18dfa9 upstream.
A regression was introduced when backporting this to the stable kernels
without applying previous commits in this series.
When sending IPv6 UDP packets larger than MTU, EMSGSIZE was returned
instead of fragmenting the packets as expected.
As there is no compelling reason for this commit to be present in the
stable kernels it should be reverted.
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent 1583d90 commit c46358d
2 files changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
1455 | | - | |
1456 | 1455 | | |
1457 | 1456 | | |
1458 | 1457 | | |
| |||
1486 | 1485 | | |
1487 | 1486 | | |
1488 | 1487 | | |
1489 | | - | |
| 1488 | + | |
1490 | 1489 | | |
1491 | 1490 | | |
1492 | 1491 | | |
| |||
1542 | 1541 | | |
1543 | 1542 | | |
1544 | 1543 | | |
1545 | | - | |
| 1544 | + | |
1546 | 1545 | | |
1547 | 1546 | | |
1548 | 1547 | | |
| |||
1914 | 1913 | | |
1915 | 1914 | | |
1916 | 1915 | | |
1917 | | - | |
| 1916 | + | |
1918 | 1917 | | |
1919 | 1918 | | |
1920 | 1919 | | |
| |||
2119 | 2118 | | |
2120 | 2119 | | |
2121 | 2120 | | |
2122 | | - | |
| 2121 | + | |
2123 | 2122 | | |
2124 | 2123 | | |
2125 | 2124 | | |
| |||
0 commit comments