Commit 8eb1572
Revert "ipv6: save dontfrag in cork"
This reverts commit 8ebf2709fe4dcd0a1b7b95bf61e529ddcd3cdf51 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>
(cherry picked from commit c46358d0275953b27c3d86f7a224e229f2d57d05)1 parent e2d6e03 commit 8eb1572
2 files changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
| 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