ipv4: Fix ip-header identification for gso packets.
authorPravin B Shelar <pshelar@nicira.com>
Sun, 24 Mar 2013 17:36:29 +0000 (17:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 17:50:05 +0000 (13:50 -0400)
commit330305cc4a6b0cb75c22fc01b8826f0ad755550f
tree91d73aaccb12054ba88c538c78a9c1559a0218c8
parent9fe16b78ee17579cb4f333534cf7043e94c67024
ipv4: Fix ip-header identification for gso packets.

ip-header id needs to be incremented even if IP_DF flag is set.
This behaviour was changed in commit 490ab08127cebc25e3a26
(IP_GRE: Fix IP-Identification).

Following patch fixes it so that identification is always
incremented.

Reported-by: Cong Wang <amwang@redhat.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipip.h
net/ipv4/af_inet.c