summaryrefslogtreecommitdiff
path: root/net/openvswitch/vport-vxlan.c
Commit message (Expand)AuthorAge
* vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-20
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-10
* lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni2016-02-19
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-22
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-22
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-26
|/
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-31
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-29
* openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar2015-08-10
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-07
* openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf2015-07-29
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-21
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-21
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-07
* openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf2015-02-09
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-28
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-24
* openvswitch: Support VXLAN Group Policy extensionThomas Graf2015-01-15
* vxlan: Group Policy extensionThomas Graf2015-01-15
* openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-14
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-23
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-09
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-28
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-06
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-06
* openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-15
* vxlan: Call udp_flow_src_portTom Herbert2014-07-07
* vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-04
* net: rename local_df to ignore_dfWANG Cong2014-05-12
* vxlan: add x-netns supportNicolas Dichtel2014-04-24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-11-04
|\
| * openvswitch: remove duplicated include from vport-vxlan.cWei Yongjun2013-09-23
* | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-30
|/
* vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-04
* vxlan: add ipv6 supportCong Wang2013-08-31
* openvswitch: Add vxlan tunneling support.Pravin B Shelar2013-08-20