Catalli's threaded switch
[sliver-openvswitch.git] / ofproto /
2010-02-20 Justin Pettitofproto: Check overlap, emerg flow cache, and error...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-24 Ben Pfaffofproto: Delete fail-open flow when turning off fail...
2010-02-17 Jesse GrossAdd extern "C" to more header files.
2010-02-12 Ben Pfaffofproto: Use UINT16_MAX in place of -1, for clarity.
2010-02-12 Ben PfaffWork around bugs in system headers.
2010-02-12 Ben PfaffAdd missing <stdint.h> includes.
2010-02-12 Ben Pfaffpktbuf: Assign UINT16_MAX in place of -1, for clarity.
2010-02-12 Ben Pfaffofproto: Don't leak struct ofproto's port array.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffofproto: Avoid passing indeterminate value to rule_inse...
2010-02-11 Ben Pfaffsflow: Don't assign value that is never used.
2010-02-08 Jesse Grossvswitch: Consistently set Nicira OUI.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-01 Ben Pfaffofproto: Mark NXT_ACT_SET_CONFIG and NXT_ACT_GET_CONFIG...
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-20 Ben Pfaffsflow: Fix sFlow sampling structure.
2010-01-19 Ben Pfaffsflow: Fix printf format specifier in log message.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-11 Ben Pfaffsflow: Fix byte order problem.
2010-01-11 Ben Pfaffsflow: Improve user-visible string.
2010-01-11 Ben Pfaffsflow: Improve comments.
2010-01-11 Ben Pfaffsflow: Avoid division by zero if sampling rate is 0.
2010-01-11 Ben Pfaffsflow: Fix ifDirection setting if duplex unknown.
2010-01-11 Ben Pfaffsflow: Fix handling of struct ofproto_sflow_options...
2010-01-09 Ben Pfaffsflow: Set proper output port number for dropped packets.
2010-01-09 Ben Pfaffsflow: Report port ifIndexes instead of datapath port...
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-05 Tetsuo NAKAGAWAofproto: Fix segfault when changing command execution...
2010-01-04 Ben Pfaffofproto: Get rid of unused parameter to ofconn_destroy().
2010-01-04 Ben PfaffInitial implementation of sFlow.
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-07 Jesse Grossnetflow: Correctly set active timeout value.
2009-12-07 Ben Pfaffofproto: Fix reversed inequality test.
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-23 Ben Pfaffnetflow: Break out code for sending packets into a...
2009-11-23 Ben Pfaffnetflow: Use inet_open_active() to factor out some...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitofproto: Support missing set_nw_dst and set_tp_dst...
2009-11-14 Justin Pettitofproto: Update time of super-rule to match sub-rule
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben Pfaffofproto: Fix bad merge in previous commit.
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitCleanup incorrect unitialized variable warnings.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-30 Ben Pfaffnetdev: Make netdev_find_dev_by_in4() use netdevs,...
2009-07-30 Ben Pfaffofproto: Don't use netdev_nodev_get_etheraddr() in...
2009-07-30 Ben Pfaffnetdev: Change netdev_get_etheraddr() to return an...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...