Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / vport-patch.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-01 Jesse Grossdatapath: Don't dereference potentially NULL vport...
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-11 Pravin B Shelardatapath: Don't use Nicira's OUI for generating mac...
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-03-14 Jesse Grossdatapath: Use compat directory only for backported...
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
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-06 Ben Pfaffdatapath: Distinguish set_config() functions' names.
2011-01-06 Ben Pfaffdatapath: Improve vport-patch names that are too generic.
2010-12-29 Jesse Grossdatapath: Allocate vports in more RCU friendly manner.
2010-12-29 Jesse Grossdatapath: Add casts for direct freeing of RCU data.
2010-12-29 Jesse Grossdatapath: Add missing rtnl_dereference() calls.
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-13 Jesse Grossdatapath: Convert rcu_dereference() to correct variant.
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-10 Jesse Grossdatapath: Fix indentation in patch-vport.c.
2010-12-10 Jesse Grossdatapath: Convert patch vport to use call_rcu() on...
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-09-14 Justin Pettitdatapath: Increase default MTU on patch ports
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-05-18 Jesse Grossdatapath: Add 'patch' vport.