aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-capwap.c
AgeCommit message (Expand)Author
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-21vport-capwap: Fix use-after-free on error path.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-09datapath: add key support to CAPWAP tunnelValient Gough
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-02tunneling: Warn if CAPWAP is not available on this kernel.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-09capwap: Bind address should be big endian.Jesse Gross
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-30datapath: Include net/udp.h in vport-capwap.cSimon Horman
2010-08-30treewide: Use pr_fmt and pr_<level>Joe Perches
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-24datapath: Add support for CAPWAP UDP transport.Jesse Gross