aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-gre.c
AgeCommit message (Expand)Author
2013-03-26datapath: Factor out common code from *_build_header() to ovs_tnl_send().Jarno Rajahalme
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-02-01tunneling: Don't send ICMP messages if no tunnel port is found.Jesse Gross
2013-01-28datapath: Remove compatibility GRE identifier.Jesse Gross
2013-01-28datapath: Remove vport MAC address configuration.Jesse Gross
2013-01-28datapath: Remove tunnel path MTU discovery support.Jesse Gross
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-11-06tunnel: Zero keys if marked as not present.Jesse Gross
2012-11-06datapath: Allow GRE64 to use flow based tunneling.Jesse Gross
2012-11-06datapath: Shorten flow tunneling flags.Jesse Gross
2012-11-05datapath: Remove tunnel header caching.Pravin B Shelar
2012-11-05datapath: Add Upstream id for GRE type.Pravin B Shelar
2012-10-24datapath: Fix zero key tunnels.Pravin B Shelar
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-10-09datapath: Allow GRE64 tunnels without any key.Pravin B Shelar
2012-10-09datapath: Fix GRE tunnel without any key.Pravin B Shelar
2012-10-05datapath: 64-bit GRE supportPravin B Shelar
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
2011-03-10tunneling: Rely on protocol handles to parse ToS.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-01-27datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff
2011-01-27datapath: Change vport type from string to integer enumeration.Ben Pfaff
2010-12-28datapath: Return vport configuration when queried.Justin Pettit
2010-12-13datapath: Correct byte order annotations.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03datapath: Encapsulate parameters for new vports in new struct vport_parms.Ben Pfaff
2010-12-02tunnels: Mark tnl_ops as static.Jesse Gross
2010-12-02datapath: Constify ops structures.Jesse Gross
2010-09-22datapath: Add tunnel header caching.Jesse Gross
2010-08-30treewide: Use pr_fmt and pr_<level>Joe Perches
2010-08-24datapath: Add support for tunnel fragmentation.Jesse Gross
2010-08-24datapath: Abstract tunneling implementation from GRE.Jesse Gross
2010-08-23datapath: rtable may not have a u. memberSimon Horman
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-07-15gre: Use struct for parsing GRE header.Jesse Gross
2010-07-15gre: Wait for an RCU grace period before freeing port.Jesse Gross
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-07-13gre: Fix headroom calculation.Jesse Gross
2010-06-18datapath: Compute checksum while sending packets to userspace().Jesse Gross
2010-06-18datapath: Check vswitch_skb_checksum_setup() return code.Jesse Gross