aboutsummaryrefslogtreecommitdiff
path: root/datapath/tunnel.h
AgeCommit message (Expand)Author
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-21tunnel: hh_cache access cleanupPravin B Shelar
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-10-04datapath: Fix tunnel hashing.Pravin B Shelar
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-05-01tunneling: Add DF inherit and default flags to set of public tunnel flags.Andrew Evans
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
2010-12-28datapath: Return vport configuration when queried.Justin Pettit
2010-12-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-12-03datapath: Encapsulate parameters for new vports in new struct vport_parms.Ben Pfaff
2010-09-22datapath: Add tunnel header caching.Jesse Gross
2010-08-24datapath: Add support for CAPWAP UDP transport.Jesse Gross
2010-08-24datapath: Add support for tunnel fragmentation.Jesse Gross
2010-08-24datapath: Abstract tunneling implementation from GRE.Jesse Gross