cascardo/ovs.git
2009-11-24 Ben Pfaffovsdb: Add ovsdb IDL compiler to build system.
2009-11-20 Ben Pfaffovsdb: Rename variable to better describe its purpose.
2009-11-20 Ben Pfaffshash: Make it more convenient to store "const" objects...
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
2009-11-18 Ben Pfaffovsdb: Make ovsdb-server tests pass even when @RUNDIR...
2009-11-18 Ben Pfaffovsdb: Add more tests for "monitor" feature.
2009-11-18 Ben Pfaffovsdb-server: Fix crash for invalid parameters to ...
2009-11-18 Ben Pfaffovsdb: Monitor support.
2009-11-18 Ben Pfaffjsonrpc: Add logging for messages sent and received...
2009-11-18 Ben Pfaffovsdb-server: Add "exit" unixctl command and --unixctl...
2009-11-17 Ben Pfaffovsdb-parser: Fix logic in ovsdb_parser_member().
2009-11-17 Ben Pfaffovsdb-server: Ignore replies to echo requests.
2009-11-16 Ben Pfaffovsdb: Add tests for file storage and for ovsdb-server.
2009-11-16 Ben Pfaffovsdb-client: New command "transact".
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-11-16 Ben Pfaffovsdb: Refactor JSON-RPC database server implementation.
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-16 Ben Pfaffovsdb: Fix use of non-array for JSON-RPC parameters.
2009-11-16 Ben Pfaffovsdb-parser: Fix indentation.
2009-11-12 Ben Pfaffovsdb-client: Support listening for incoming connection...
2009-11-12 Ben Pfaffovsdb-server: Reconnect to clients specified on --connect.
2009-11-12 Ben Pfaffstream: New function pstream_accept_block().
2009-11-12 Ben PfaffNew "reconnect" library for managing network connection...
2009-11-12 Ben Pfaffsvec: New function svec_is_empty().
2009-11-12 Ben Pfaffvswitch: Only one Open vSwitch daemon is supported...
2009-11-06 Ben Pfaffovsdb: Add new ovsdb-client program.
2009-11-06 Ben Pfaffovsdb: Add documentation for ovsdb-server and ovsdb...
2009-11-06 Ben Pfaffovsdb: Improve error message for transaction that uses...
2009-11-06 Ben PfaffDon't try to distribute file that doesn't exist.
2009-11-06 Ben Pfaffovsdb: Fix inverted logic in ovsdb_open().
2009-11-06 Ben Pfaffovsdb: Fix use-after-free error in ovsdb_destroy().
2009-11-06 Ben Pfaffovsdb-server: Remove unixctl transaction support.
2009-11-06 Ben Pfaffovsdb-tool: Make "query" and "transact" commands work...
2009-11-06 Ben Pfaffovsdb: Make JSON-RPC sessions other than the first...
2009-11-06 Ben Pfaffjson: Make json_equal() compare objects correctly.
2009-11-06 Jeremy Striblingovsdb: Fix bug in JSON-RPC server.
2009-11-05 Ben Pfaffvswitch: First try at an OVSDB schema.
2009-11-05 Ben PfaffInitial implementation of OVSDB.
2009-11-04 Ben PfaffImplement JSON-RPC protocol.
2009-11-04 Ben Pfaffbyteq: Move from extras/ezio into lib and export some...
2009-11-04 Ben Pfaffstream: New library for bidirectional streams (e.g...
2009-11-04 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-04 Ben PfaffFactor out common code from utilities that multiplex...
2009-11-04 Ben PfaffNew dir_name() function plus tests.
2009-11-04 Ben Pfaffutil: Make ovs_error() understand that EOF means "end...
2009-11-04 Ben PfaffImplement RFC 4122-compliant UUIDs.
2009-11-04 Ben PfaffImplement JSON parsing and serialization.
2009-11-04 Ben Pfaffsha1: Add functions, macros for converting digests...
2009-11-04 Ben Pfaffqueue: New function queue_is_empty().
2009-11-04 Ben Pfaffshash: New function shash_sort().
2009-11-04 Ben Pfaffshash: New function shash_count().
2009-11-04 Ben Pfaffshash: New function shash_find_and_delete().
2009-11-04 Ben Pfaffhmap: New functions, macros for iterating buckets witho...
2009-11-04 Ben Pfaffhmap: Fix bug in hmap_replace().
2009-11-04 Ben Pfaffhash: Improve hash function for integers.
2009-11-04 Ben Pfaffhash: Implement hash function for Boolean values.
2009-11-04 Ben Pfaffhash: Implement hash function for "double" values.
2009-11-04 Ben Pfaffhash: Implement hash function for pointer values.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.
2009-10-29 Ben Pfaffunixctl: Allow passing auxiliary data to unixctl commands.
2009-10-23 Ben Pfaffcfg: Fix implementation of timeout in attempting to...
2009-10-23 Ben PfaffAdd test to ensure that time advances both normally...
2009-10-23 Ben PfaffDistribute README-gcov, so that users building from...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-22 Jesse Grossbridge: Eject NORMAL flows without a learning entry...
2009-10-21 Jesse Grossbonding: Balance bond slaves based on ratio.
2009-10-20 Jesse Grossbonding: Drop unicast packets which have a different...
2009-10-20 Jesse Grossxen: Restore state files for VIF VLANs
2009-10-20 Jesse Grossxen: Correctly write VLAN key in config file.
2009-10-16 Ben Pfaffovs-vsctl: Add tests that adding duplicate bridges...
2009-10-16 Ben Pfaffovs-vsctl: Add the ability to perform multiple operatio...
2009-10-16 Ben Pfaffovs-vsctl: Refactor internals to increase flexibility.
2009-10-16 Ben Pfaffovs-vsctl: Allow bridge name to be omitted from del...
2009-10-16 Ben Pfaffovs-vsctl: Log changes to configuration file to syslog.
2009-10-15 Ben PfaffMake sure that time advances in a daemon between calls...
2009-10-15 Ben Pfaffdatapath: Fix build with Linux 2.6.31.
2009-10-15 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-10-15 Ben Pfaffdatapath: Fix warning on 64-bit builds.
2009-10-15 Ben Pfaffdatapath: Factor out code for getting and setting liste...
2009-10-09 Jesse Grossvlan: Compare vlan tags before implicit tagging when...
2009-10-09 Ben Pfaffdatapath: Fix build with Centos 5.3 kernel.
2009-10-09 Ben Pfaffdatapath: Add cpumask.h header wrapper to distribution.
2009-10-08 Ben Pfaffxenserver: Crossport "master" interface-reconfigure...
2009-10-08 Jesse Grossofproto: Make current packet counts more accurate.
2009-10-08 Jesse Grossbonding: Compare ports, not interfaces, for loop checks.
2009-10-08 Jean Tourrilhesovs-ofctl: Fix use-after-free error in mod-flows command.
2009-10-08 Jean Tourrilhesdatapath: Fix validation of ODPAT_SET_VLAN_PCP actions.
2009-10-07 Ben Pfaffxenserver: Fix ovs-vsctl in built RPM by defining ...
2009-10-06 Justin PettitMerge commit 'v0.90.6' into citrix
2009-10-06 Justin PettitPrepare for v0.90.6 release. v0.90.6
2009-10-06 Justin Pettitxenserver: Fix dbcache location for xen-bugtool
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-06 Justin Pettitxenserver: Include dbcache in xen-bugtool output
2009-10-05 Jesse Grossnetflow: Increase maximum number of NetFlow records...
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-10-05 Jesse Grossbonding: Update the link status on the bond fake interface.
2009-10-05 Ian Campbellxenserver: use ovs-vsctl for VIF VLANs instead of separ...
2009-10-05 Ian Campbellxenserver: Include bridge.*.xs-network-uuids for all...
next