summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-101-1/+8
* lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni2016-02-191-1/+1
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-20/+0
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-19/+0
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-221-1/+1
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-261-1/+2
|/
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-2/+2
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-2/+1
* openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar2015-08-101-16/+1
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-1/+1
* openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf2015-07-291-0/+207
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-322/+0
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-9/+9
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+3
* openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf2015-02-091-1/+1
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-281-2/+5
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-241-4/+2
* openvswitch: Support VXLAN Group Policy extensionThomas Graf2015-01-151-2/+80
* vxlan: Group Policy extensionThomas Graf2015-01-151-3/+6
* openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-141-10/+2
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-231-0/+2
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-091-1/+23
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-1/+22
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-1/+1
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-061-5/+5
* openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-151-10/+11
* vxlan: Call udp_flow_src_portTom Herbert2014-07-071-4/+1
* vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-1/+1
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* vxlan: add x-netns supportNicolas Dichtel2014-04-241-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-11-041-1/+0
|\
| * openvswitch: remove duplicated include from vport-vxlan.cWei Yongjun2013-09-231-1/+0
* | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-1/+1
|/
* vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-041-1/+1
* vxlan: add ipv6 supportCong Wang2013-08-311-1/+1
* openvswitch: Add vxlan tunneling support.Pravin B Shelar2013-08-201-0/+204