linux/net/openvswitch
Pravin B Shelar 74f84a5726 openvswitch: Copy individual actions.
Rather than validating actions and then copying all actiaons
in one block, following patch does same operation in single pass.
This validate and copy action one by one. This is required for
ovs tunneling patch.

This patch does not change any functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-19 18:07:41 -07:00
..
actions.c openvswitch: make skb->csum consistent with rest of networking stack. 2013-06-14 15:09:12 -07:00
datapath.c openvswitch: Copy individual actions. 2013-06-19 18:07:41 -07:00
datapath.h openvswitch: Simplify datapath locking. 2013-04-15 14:38:40 -07:00
dp_notify.c net: pass info struct via netdevice notifier 2013-05-28 13:11:01 -07:00
flow.c openvswitch: Copy individual actions. 2013-06-19 18:07:41 -07:00
flow.h openvswitch: Copy individual actions. 2013-06-19 18:07:41 -07:00
Kconfig
Makefile
vport-internal_dev.c openvswitch: make skb->csum consistent with rest of networking stack. 2013-06-14 15:09:12 -07:00
vport-internal_dev.h openvswitch: Replace Nicira Networks. 2012-05-03 18:55:23 -07:00
vport-netdev.c openvswitch: make skb->csum consistent with rest of networking stack. 2013-06-14 15:09:12 -07:00
vport-netdev.h openvswitch: Remove unused get_config vport op. 2013-06-14 15:09:09 -07:00
vport.c openvswitch: Fix misspellings in comments and docs. 2013-06-14 15:09:11 -07:00
vport.h openvswitch: make skb->csum consistent with rest of networking stack. 2013-06-14 15:09:12 -07:00