dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/openvswitch
Jesse Gross 81e5d41d7e openvswitch: Fix checksum update for actions on UDP packets.
When modifying IP addresses or ports on a UDP packet we don't
correctly follow the rules for unchecksummed packets.  This meant
that packets without a checksum can be given a incorrect new checksum
and packets with a checksum can become marked as being unchecksummed.
This fixes it to handle those requirements.

Signed-off-by: Jesse Gross <jesse@nicira.com>
2012-03-07 14:36:57 -08:00
..
Kconfig net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
Makefile net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
actions.c openvswitch: Fix checksum update for actions on UDP packets. 2012-03-07 14:36:57 -08:00
datapath.c openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. 2012-03-06 15:04:04 -08:00
datapath.h net: remove version.h includes in net/openvswitch/ 2012-01-17 10:07:58 -05:00
dp_notify.c net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
flow.c net: kill duplicate included header 2012-01-17 10:31:12 -05:00
flow.h net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
vport-internal_dev.c net: remove version.h includes in net/openvswitch/ 2012-01-17 10:07:58 -05:00
vport-internal_dev.h net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
vport-netdev.c net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
vport-netdev.h net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
vport.c net: remove version.h includes in net/openvswitch/ 2012-01-17 10:07:58 -05:00
vport.h net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00