ovs-openflowd: Standardize on OpenFlow description option
[sliver-openvswitch.git] / lib /
2010-02-20 Justin PettitDon't go beyond buffer length when printing descriptions
2010-02-20 Justin Pettitofproto: Querying port stats for individual ports ...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
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-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-15 Ben Pfaffuuid: New function uuid_from_string_prefix().
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 Pfaffprocess: Remove pointless, redundant assignments from...
2010-02-11 Ben Pfaffnetdev-linux: Avoid fiddling with indeterminate data.
2010-02-11 Ben Pfaffdhcp: Don't pass NULL to memcmp() even with size 0.
2010-02-11 Ben Pfaffflow: Fix null pointer dereference in flow_from_match().
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffdhcp: Add missing * to use of sizeof.
2010-02-09 Ben Pfaffovsdb: Make scalars and 1-element sets interchangeable.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Fix support for systems where libpcre is not...
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-08 Ben Pfafflist: Fix indentation.
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-08 Jesse Grossvswitch: Consistently set Nicira OUI.
2010-02-08 Jesse GrossFix some regressions from the merge from master.
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-04 Ben PfaffAdd extern "C" { ... } to some header files to support...
2010-02-02 Ben Pfaffovsdb-idl: Fix memory leaks and bad memory references.
2010-02-02 Ben Pfaffstp: Fix memory leak.
2010-02-02 Ben Pfaffdaemon: Fix memory leak in --monitor implementation.
2010-02-02 Ben Pfaffjson: Fix memory leak when nesting depth is exceeded.
2010-02-02 Ben Pfaffstream-ssl: Fix unimportant memory leak.
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-02-01 Ben Pfaffofpbuf: Rename ofpbuf "private" member for C++ header...
2010-02-01 Jesse Grossdpif: Allow providers to be managed at runtime.
2010-02-01 Jesse Grossnetdev: Allow providers to be managed at runtime.
2010-01-29 Jesse Grossnetdev: Correctly maintain netdev refcounts even if...
2010-01-29 Ben PfaffNew functions hmap_moved(), shash_moved().
2010-01-29 Ben Pfaffhmap: Rename hmap_moved() to hmap_node_moved().
2010-01-29 Ben Pfaffovsdb-idl: Add interface to find out the permanent...
2010-01-29 Ben Pfaffdynamic-string: New function ds_swap().
2010-01-28 Ben Pfaffovsdb-data: Allow spaces around '=' in key-value pairs.
2010-01-28 Ben Pfaffovsdb-data: Allow arbitrary white space as string data...
2010-01-28 Ben Pfaffovsdb-data: Make string parsing of negative 0 match...
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Ben Pfaffovsdb-idl: Make rows inserted by transaction appear...
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-26 Ben Pfaffovsdb-datum: Add functions for parsing and formatting...
2010-01-26 Ben Pfaffovsdb-data: Add some more functions for dealing with...
2010-01-26 Ben Pfaffovsdb-idl: Allow clients to modify records without...
2010-01-26 Ben Pfaffjson: New function json_to_ds().
2010-01-26 Ben Pfaffjson: Export function to parse an individual JSON string.
2010-01-26 Ben Pfaffovsdb-idl: Avoid redundant memset.
2010-01-26 Ben Pfaffovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_de...
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-22 Ben Pfaffnetdev: Rename "class" members to "netdev_class" for...
2010-01-22 Ben Pfaffhmap: Rename "new" to "new_node" for C++ header compati...
2010-01-22 Ben Pfaffdpif: Rename "class" member to "dpif_class" for C+...
2010-01-20 Jesse Grosshash: Prevent warnings about strict aliasing rules.
2010-01-19 Ben Pfaffmac-learning: Rename "non-learning VLANs" to "flood...
2010-01-19 Ben PfaffReimplement port mirroring configuration for database.
2010-01-19 Ben Pfaffdpif-linux: Always set *fnp in make_openvswitch_device().
2010-01-18 Jesse Grossnetdev: Compare full arguments instead of hash for...
2010-01-18 Jesse Grossnetdev-linux: Use the netdev list of devices instead...
2010-01-18 Jesse Grossnetdev-linux: Avoid potential issues with unset FD.
2010-01-16 Jesse Grossnetdev-linux: Properly store netdev_dev pointer for...
2010-01-16 Justin Pettitrtnetlink: Fix typo in comments referencing rtnetlink_n...
2010-01-16 Justin Pettitnetdev: Increase default ingress policing burst size
2010-01-15 Ben Pfaffidl: Gracefully handle destroying a transaction before...
2010-01-15 Ben Pfaffnetdev-linux: Don't close(0) when closing an ordinary...
2010-01-15 Ben Pfaffdaemon: Add support for process monitoring and restart.
2010-01-15 Ben Pfaffdaemon: Refactor code.
2010-01-15 Ben Pfafffatal-signal: After fork, clear hooks instead of disabl...
2010-01-15 Ben Pfaffunixctl: Improve error reporting.
2010-01-15 Jesse Grossnetdev-linux: Cleanup tap netdev.
2010-01-15 Jesse Grossgre: Add support for destroying GRE devices.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2010-01-13 Ben Pfaffdaemon: Close standard file descriptors when daemonizing.
2010-01-12 Ben Pfaffovsdb-idl: Fix memory leak committing a no-op transaction.
2010-01-12 Ben Pfaffjsonrpc: Fix memory leak in jsonrpc_session_send()...
2010-01-12 Ben Pfaffreconnect: Fix repeated RECONNECT_CONNECT that was...
2010-01-11 Ben Pfaffovsdb: Improve comments.
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2010-01-11 Ben Pfaffjsonrpc: Check RPC status after trying to send, not...
2010-01-11 Ben Pfaffdpif: Remove stray new-line.
2010-01-09 Ben PfaffImprove comments on interpretation of sFlow sampling...
2010-01-08 Ben Pfaffjsonrpc: Properly implement connection timeout.
2010-01-08 Ben Pfaffstream-ssl: Fix bug that crept in during rebasing.
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
next