aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+1
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2016-08-10openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis1-1/+8
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+1
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-19/+0
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar1-1/+1
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-1/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-2/+2
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-2/+1
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar1-16/+1
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-1/+1
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf1-0/+207
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-322/+0
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-9/+9
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-2/+3
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf1-1/+1
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross1-2/+5
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-4/+2
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-2/+80
2015-01-15vxlan: Group Policy extensionThomas Graf1-3/+6
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du1-10/+2
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar1-0/+2
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-1/+23
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf1-1/+22
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-1/+1
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-5/+5
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-10/+11
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-4/+1
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-04-24vxlan: add x-netns supportNicolas Dichtel1-1/+2
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-1/+0
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-23openvswitch: remove duplicated include from vport-vxlan.cWei Yongjun1-1/+0
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-08-31vxlan: add ipv6 supportCong Wang1-1/+1
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar1-0/+204