datapath: Fix build with backported dev_get_stats().
[sliver-openvswitch.git] / ofproto /
2010-05-17 Wei Yongjunofproto: fix compile warning of ofproto/ofproto.c
2010-05-13 Ben Pfaffofproto: Prefer "master" and "other" connections for...
2010-05-12 Ben Pfaffofproto-sflow: Maintain table of ports even when cleari...
2010-05-11 Ben Pfaffofproto: Don't send async messages on transient connect...
2010-05-11 Ben Pfaffofproto: Fix segfault sending packet_ins on transient...
2010-05-05 Ben Pfaffofproto: Implement ofp_action_output "max_len" feature.
2010-05-05 Neil McKeesflow: Always add poller and sampler together.
2010-05-05 Neil McKeesflow: Properly fill in initial destination VLAN in...
2010-05-05 Neil McKeesflow: Include Ethernet FCS in frame_length to comply...
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-26 Ben Pfaffofproto: Fix bad memory access sending large numbers...
2010-04-26 Ben Pfaffofproto: Allow client to pass down extra (IP,port)...
2010-04-26 Ben Pfaffin-band: Generalize the in-band code to arbitrary ...
2010-04-26 Ben Pfaffin-band: Use NULL for null pointer constant, instead...
2010-04-26 Ben Pfaffin-band: Refactor in_band_set_remotes().
2010-04-26 Ben Pfaffin-band: Refactor slightly to be easier to understand.
2010-04-26 Ben Pfaffin-band: Avoid magic number in refresh_remotes().
2010-04-26 Ben Pfaffin-band: Better adapt to new rconn usage pattern.
2010-04-20 Ben Pfaffin-band: Refresh both local and remote rules even if...
2010-04-20 Ben Pfaffin-band: Really reinstall in-band rules in in_band_flus...
2010-04-20 Ben Pfaffin-band: Remove comment that only a single controller...
2010-04-20 Ben Pfaffofproto: Add support for master/slave controller coordi...
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-20 Ben Pfaffofproto: Bundle all controller-related settings into...
2010-04-20 Ben Pfaffin-band: Support an arbitrary number of controllers.
2010-04-20 Ben Pfaffin-band: Drop in-band flows when turning off in-band...
2010-04-20 Ben Pfaffin-band: Fix memory leak in in_band_destroy().
2010-04-20 Ben Pfaffin-band: Fix null pointer dereference.
2010-04-20 Ben Pfaffin-band: Fix memory leak in get_remote_mac().
2010-04-20 Ben Pfaffin-band: Fix inconsistency in in-band code.
2010-04-20 Ben Pfaffofproto: Make valgrind happy.
2010-04-20 Ben Pfafffail-open: Fix typo in comment.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Ben Pfaffofproto: Use original in_port for executing NXAST_RESUB...
2010-04-13 Ben Pfaffofproto: Maximum value of "int" is INT_MAX, not UINT32_MAX.
2010-04-13 Ben Pfaffofproto: Make NXAST_RESUBMIT take header modifications...
2010-04-13 Ben Pfaffofproto: Copy the flow being translated in xlate_actions().
2010-04-05 Ben Pfaffofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffofproto: Don't optimize out updating flow cookie.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-09 Ben Pfaffofproto: Avoid extra call to time_msec().
2010-03-06 Ben Pfaffofproto: Fix stupid typo that broke the build.
2010-03-05 Ben Pfaffofproto: Fix OpenFlow flow statistics result.
2010-03-04 Ben Pfaffofproto: Don't shadow global variable name.
2010-02-25 Jesse Grosscollectors: Check for NULL set of collectors.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Jesse Grosscollectors: Check for NULL set of collectors.
2010-02-20 Ben Pfaffofproto: Fix implementation of OFPAT_SET_NW_DST.
2010-02-20 Justin Pettitofproto: Always terminate OpenFlow description strings
2010-02-20 Justin Pettitovs-vswitchd: Remove inline OpenFlow descriptions
2010-02-20 Justin Pettitofproto: Don't leak descriptions when destroying an...
2010-02-20 Justin Pettitofproto: Set protocol version to 0x01 (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Querying port stats for individual ports ...
2010-02-20 Justin Pettitofproto: Improve resolution of flow stats and removed...
2010-02-20 Justin Pettitofproto: Add support for matching IP addresses in ARP...
2010-02-20 Justin Pettitofproto: Add support for flow cookies (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add user-specifiable datapath description...
2010-02-20 Justin Pettitofproto: Use 64-bit datapath id and management id ...
2010-02-20 Justin Pettitofproto: Add support for barrier command (OpenFlow...
2010-02-20 Justin Pettitofproto: Add selective Flow Removed messages and flow...
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.
next