]> 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)
commitd5b05ed71550091d50944d51e5ffbe2e3f897630
tree91d73aaccb12054ba88c538c78a9c1559a0218c8
parent51806a480d58486aac446d5a6ebbe3436d1463be
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 b92c2f282bbcd26c7f9ec
(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