linux/net/openvswitch
andy zhou 5b8784aaf2 openvswitch: Simplify do_execute_actions().
do_execute_actions() implements a worthwhile optimization: in case
an output action is the last action in an action list, skb_clone()
can be avoided by outputing the current skb. However, the
implementation is more complicated than necessary.  This patch
simplify this logic.

Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-29 19:00:16 -05:00
..
actions.c openvswitch: Simplify do_execute_actions(). 2017-01-29 19:00:16 -05:00
conntrack.c openvswitch: maintain correct checksum state in conntrack actions 2017-01-15 22:15:16 -05:00
conntrack.h
datapath.c openvswitch: upcall: Fix vlan handling. 2016-12-27 12:28:07 -05:00
datapath.h
dp_notify.c
flow_netlink.c
flow_netlink.h
flow_table.c
flow_table.h
flow.c openvswitch: upcall: Fix vlan handling. 2016-12-27 12:28:07 -05:00
flow.h
Kconfig
Makefile
vport-geneve.c
vport-gre.c
vport-internal_dev.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c
vport.c
vport.h