tmp_suning_uos_patched/net/openvswitch
Tom Herbert af33c1adae vxlan: Eliminate dependency on UDP socket in transmit path
In the vxlan transmit path there is no need to reference the socket
for a tunnel which is needed for the receive side. We do, however,
need the vxlan_dev flags. This patch eliminate references
to the socket in the transmit path, and changes VXLAN_F_UNSHAREABLE
to be VXLAN_F_RCV_FLAGS. This mask is used to store the flags
applicable to receive (GBP, CSUM6_RX, and REMCSUM_RX) in the
vxlan_sock flags.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-24 23:15:40 -08:00
..
actions.c
datapath.c netlink: make nlmsg_end() and genlmsg_end() void 2015-01-18 01:03:45 -05:00
datapath.h
dp_notify.c
flow_netlink.c openvswitch: Support VXLAN Group Policy extension 2015-01-15 01:11:41 -05:00
flow_netlink.h
flow_table.c
flow_table.h
flow.c openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() 2015-01-15 01:11:41 -05:00
flow.h openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() 2015-01-15 01:11:41 -05:00
Kconfig
Makefile
vport-geneve.c openvswitch: Support VXLAN Group Policy extension 2015-01-15 01:11:41 -05:00
vport-gre.c
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c vxlan: Eliminate dependency on UDP socket in transmit path 2015-01-24 23:15:40 -08:00
vport-vxlan.h openvswitch: Support VXLAN Group Policy extension 2015-01-15 01:11:41 -05:00
vport.c
vport.h