aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-10openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis1-2/+9
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni1-1/+0
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-8/+0
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar1-1/+1
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-3/+2
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-2/+1
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar1-215/+22
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-8/+8
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du1-10/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar1-7/+11
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-8/+4
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-3/+3
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-1/+11
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-7/+9
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-11/+12
2014-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kernel crashWei Zhang1-0/+17
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2013-09-23openvswitch: remove duplicated include from vport-gre.cWei Yongjun1-2/+0
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-1/+1
2013-08-23openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang1-3/+0
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar1-2/+3
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+274