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>
Mon, 25 Mar 2013 16:30:25 +0000 (12:30 -0400)
commit25c7704d8bdcf6746dab4397953df51759924b37
tree827ce8d9cf89b2a19c248ad3ea1ec0763760ff9d
parent5594c32187e4cb673d2ac815b1adb5a96d9f6254
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>
Acked-by: Cong Wang <amwang@redhat.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
include/net/ipip.h
net/ipv4/af_inet.c