Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / vport.h
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Jesse Grossdatapath: Use u64_stats_sync for datapath and vport...
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-08 Jesse Grossdatapath: Slim down the vport interface.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-23 Ben Pfaffdatapath: Remove unused ->set_stats() function from...
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-13 Jesse Grossdatapath: Add usage of __percpu annotation.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-12-03 Jesse Grossvport: Remove unused error types.
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.