linux/net/openvswitch
Jesse Gross a9341512c3 openvswitch: Preallocate reply skb in ovs_vport_cmd_set().
Allocation of the Netlink notification skb can potentially fail
after changing vport configuration.  In general, we try to avoid
this by undoing any change we made but that is difficult for existing
objects.  This avoids the problem by preallocating the buffer (which
is fixed size).

Signed-off-by: Jesse Gross <jesse@nicira.com>
2013-03-27 09:07:40 -07:00
..
actions.c openvswitch: fix the calculation of checksum for vlan header 2013-02-22 17:02:38 -08:00
datapath.c openvswitch: Preallocate reply skb in ovs_vport_cmd_set(). 2013-03-27 09:07:40 -07:00
datapath.h netlink: Rename pid to portid to avoid confusion 2012-09-10 15:30:41 -04:00
dp_notify.c openvswitch: Add support for network namespaces. 2012-08-22 14:48:55 -07:00
flow.c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch 2013-03-15 09:00:39 -04:00
flow.h openvswitch: add skb mark matching and set action 2012-11-26 11:33:18 -08:00
Kconfig
Makefile
vport-internal_dev.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
vport-internal_dev.h openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
vport-netdev.c openvswitch: remove some useless comments 2013-02-22 17:02:49 -08:00
vport-netdev.h openvswitch: Use RCU callback when detaching netdevices. 2012-11-28 14:04:34 -08:00
vport.c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch 2013-03-15 09:00:39 -04:00
vport.h netlink: Rename pid to portid to avoid confusion 2012-09-10 15:30:41 -04:00