]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1dc4bce56250e8b63abbea812bde8690399a6bb4
tree91d73aaccb12054ba88c538c78a9c1559a0218c8
parent049de27d6cb9de936e29b1bea6f66052b0059e9f
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 de8ac36fb3810d54cf362
(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