linux/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
Makefile
actions.c
datapath.c
datapath.h
dp_notify.c
flow.c
flow.h
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport.c
vport.h