summaryrefslogtreecommitdiff
path: root/datapath/vport-gre.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang2014-04-051-0/+20
* datapath: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal2014-03-271-1/+1
* datapath: Add support for Linux 3.12Pravin Shelar2014-03-071-1/+1
* datapath: remove duplicated include from vport-gre.cWei Yongjun2013-09-231-2/+0
* datapath: iptunnels: remove net arg from iptunnel_xmit().Pravin B Shelar2013-09-071-2/+1
* datapath: Remove vlan compat supportPravin B Shelar2013-09-061-3/+8
* datapath: Remove checksum compat supportPravin B Shelar2013-09-061-2/+0
* datapath: Remove skb->mark compat code.Pravin B Shelar2013-09-061-1/+1
* datapath: Move generic tunnel functions to lisp module.Pravin B Shelar2013-08-131-2/+2
* datapath: move tunnel-init function to flow.hPravin B Shelar2013-08-131-1/+1
* datapath: tunnel: Fix gre64 tunnel when key not specified.Pravin B Shelar2013-08-131-4/+6
* datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.Jesse Gross2013-06-271-0/+3
* gre: Restructure tunneling.Pravin B Shelar2013-06-201-214/+128
* datapath: make skb->csum consistent with rest of networking stack.Pravin B Shelar2013-06-121-2/+1
* datapath: Kill VPORT_F_TUN_ID vport flag.Pravin B Shelar2013-05-061-4/+1
* datapath: Move vport init to first port create.Pravin B Shelar2013-05-061-17/+34
* datapath: Unify vport error stats handling.Pravin B Shelar2013-05-061-10/+4
* tunneling: Remove struct tnl_vport and tnl_ops.Pravin B Shelar2013-05-061-21/+46
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-121-2/+2
* datapath: Factor out common code from *_build_header() to ovs_tnl_send().Jarno Rajahalme2013-03-261-10/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-86/+128
* tunneling: Don't send ICMP messages if no tunnel port is found.Jesse Gross2013-02-011-3/+1
* datapath: Remove compatibility GRE identifier.Jesse Gross2013-01-281-18/+0
* datapath: Remove vport MAC address configuration.Jesse Gross2013-01-281-6/+0
* datapath: Remove tunnel path MTU discovery support.Jesse Gross2013-01-281-125/+0
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-271-10/+0
* tunnel: Zero keys if marked as not present.Jesse Gross2012-11-061-7/+10
* datapath: Allow GRE64 to use flow based tunneling.Jesse Gross2012-11-061-32/+7
* datapath: Shorten flow tunneling flags.Jesse Gross2012-11-061-5/+5
* datapath: Remove tunnel header caching.Pravin B Shelar2012-11-051-48/+12
* datapath: Add Upstream id for GRE type.Pravin B Shelar2012-11-051-0/+23
* datapath: Fix zero key tunnels.Pravin B Shelar2012-10-241-19/+6
* datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery2012-10-201-30/+101
* datapath: Allow GRE64 tunnels without any key.Pravin B Shelar2012-10-091-3/+9
* datapath: Fix GRE tunnel without any key.Pravin B Shelar2012-10-091-1/+4
* datapath: 64-bit GRE supportPravin B Shelar2012-10-051-21/+104
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath: Add support for namespace.Pravin B Shelar2012-01-301-5/+9
* datapath: Correct GRE checksum offset.Jesse Gross2012-01-201-2/+3
* datapath: Scope global symbols with ovs_ prefix.Jesse Gross2011-11-221-18/+18
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-4/+14
* datapath: Add multicast tunnel support.Ben Pfaff2011-10-241-0/+2
* datapath: Simplify tnl_find_port().Ben Pfaff2011-10-171-4/+4
* datapath: Streamline tunnel port lookupPravin Shelar2011-09-301-1/+1
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-1/+1
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-1/+1
* tunneling: Force selection of an IP ID with GRE.Jesse Gross2011-06-301-1/+4
* tunneling: Rely on protocol handles to parse ToS.Jesse Gross2011-03-101-1/+1
* datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff2011-02-041-2/+0
* datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff2011-01-271-18/+16