aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/vport-vxlan.c
AgeCommit message (Expand)Author
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-08-10openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
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