linux/net/openvswitch
Jesse Gross c303aa94cd openvswitch: Fix FLOW_BUFSIZE definition.
The vlan encapsulation fields in the maximum flow defintion were
never updated when the representation changed before upstreaming.
In theory this could cause a kernel panic when a maximum length
flow is used.  In practice this has never happened (to my knowledge)
because skb allocations are padded out to a cache line so you would
need the right combination of flow and packet being sent to userspace.

Signed-off-by: Jesse Gross <jesse@nicira.com>
2012-09-03 19:06:27 -07:00
..
Kconfig
Makefile
actions.c openvswitch: Fix typo 2012-09-02 12:18:25 -07:00
datapath.c openvswitch: Relax set header validation. 2012-08-06 15:49:47 -07:00
datapath.h
dp_notify.c
flow.c
flow.h openvswitch: Fix FLOW_BUFSIZE definition. 2012-09-03 19:06:27 -07:00
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport.c
vport.h