]> 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>
Mon, 25 Mar 2013 16:30:25 +0000 (12:30 -0400)
commit88b3bdfffee168197161c5c198d41fb939f7e47d
tree827ce8d9cf89b2a19c248ad3ea1ec0763760ff9d
parent349f8f45f10390f31f583aba9b9f926a62a91785
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>
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