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 openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
dp_notify.c openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
flow.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch 2012-07-20 16:16:34 -07:00
flow.h openvswitch: Fix FLOW_BUFSIZE definition. 2012-09-03 19:06:27 -07:00
vport-internal_dev.c openvswitch: Reset upper layer protocol info on internal devices. 2012-05-25 11:29:30 -07:00
vport-internal_dev.h openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
vport-netdev.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch 2012-07-20 16:16:34 -07:00
vport-netdev.h openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
vport.c openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
vport.h openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00