aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-patch.c
AgeCommit message (Expand)Author
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-10datapath: Don't use Nicira's OUI for generating mac-address.Pravin B Shelar
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-09-15datapath: Always use generic stats for devices (vports)Pravin 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-03-14datapath: Use compat directory only for backported code.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
2011-01-06datapath: Distinguish set_config() functions' names.Ben Pfaff
2011-01-05datapath: Improve vport-patch names that are too generic.Ben Pfaff
2010-12-29datapath: Allocate vports in more RCU friendly manner.Jesse Gross
2010-12-29datapath: Add casts for direct freeing of RCU data.Jesse Gross
2010-12-29datapath: Add missing rtnl_dereference() calls.Jesse Gross
2010-12-28datapath: Return vport configuration when queried.Justin Pettit
2010-12-13datapath: Convert rcu_dereference() to correct variant.Jesse Gross
2010-12-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-09datapath: Fix indentation in patch-vport.c.Jesse Gross
2010-12-09datapath: Convert patch vport to use call_rcu() on destruction.Jesse Gross
2010-12-03datapath: Merge vport "attach" into "create" and "detach" into "destroy".Ben Pfaff
2010-12-03datapath: Merge "struct dp_port" into "struct vport".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-12-02datapath: Constify ops structures.Jesse Gross
2010-09-14datapath: Increase default MTU on patch portsJustin Pettit
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-06-10vport: Move 'extern' declarations of vports to header.Jesse Gross
2010-05-18datapath: Add 'patch' vport.Jesse Gross