summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-gre.c
AgeCommit message (Expand)AuthorLines
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du-10/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-1/+1
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang-1/+1
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar-7/+11
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko-8/+4
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko-3/+3
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang-1/+11
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf-1/+22
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross-1/+1
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross-7/+9
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar-11/+12
2014-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang-0/+17
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong-1/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-1/+1
2013-09-23openvswitch: remove duplicated include from vport-gre.cWei Yongjun-2/+0
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel-1/+1
2013-08-23openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang-3/+0
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar-2/+3
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar-1/+1
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar-0/+274