commit | 490ab08127cebc25e3a260a74556b56ce5f47c0f | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Fri Feb 22 07:30:30 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 25 15:47:41 2013 -0500 |
tree | 61a662927a56a72ae7d567728edae1ce2bc9c8c5 | |
parent | 2bedc2e65bf58676afc4b380617327e018a97270 [diff] |
IP_GRE: Fix IP-Identification. GRE-GSO generates ip fragments with id 0,2,3,4... for every GSO packet, which is not correct. Following patch fixes it by setting ip-header id unique id of fragments are allowed. As Eric Dumazet suggested it is optimized by using inner ip-header whenever inner packet is ipv4. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>