summaryrefslogtreecommitdiff
path: root/net/openvswitch/vport-vxlan.c
AgeCommit message (Expand)Author
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf
2015-01-15vxlan: Group Policy extensionThomas Graf
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-07-07vxlan: Call udp_flow_src_portTom Herbert
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-04-24vxlan: add x-netns supportNicolas Dichtel
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-23openvswitch: remove duplicated include from vport-vxlan.cWei Yongjun
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel
2013-08-31vxlan: add ipv6 supportCong Wang
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar