summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-gre.c
AgeCommit message (Expand)Author
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
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-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2013-09-23openvswitch: remove duplicated include from vport-gre.cWei Yongjun
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-23openvswitch: check CONFIG_OPENVSWITCH_GRE in makefileCong Wang
2013-07-01openvswitch: Add Kconfig dependency on GRE-DEMUX.Pravin B Shelar
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar