summaryrefslogtreecommitdiff
path: root/net/openvswitch/vport-gre.c
AgeCommit message (Expand)Author
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