datapath: Support for Linux kernel 3.9.
authorKyle Mestery <kmestery@cisco.com>
Wed, 31 Jul 2013 21:18:19 +0000 (17:18 -0400)
committerJesse Gross <jesse@nicira.com>
Wed, 31 Jul 2013 22:03:00 +0000 (15:03 -0700)
commit7ceda296fa574aa0d2077306cf6311e88d6bb521
treefeff6fe6dba66954e288d2d074f7755dcd35dbf0
parent6a690106a4e5596b30d07692fbd13020803b3bc1
datapath: Support for Linux kernel 3.9.

In certain cases we need to ensure we save off skb->cb before
calling __skb_gso_segment() since in kernels >= 3.9 skb->cb is
used by this routine.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
FAQ
NEWS
datapath/datapath.c
datapath/linux/compat/gso.c
datapath/tunnel.c
debian/changelog