sliver-openvswitch.git
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfafftests: Fix memory leaks in test programs.
2010-02-02 Ben Pfaffovs-vsctl: Free memory on successful exit.
2010-02-02 Ben Pfaffovs-vsctl: Fix memory leaks.
2010-02-02 Ben Pfaffovs-vsctl: Free memory on fatal error.
2010-02-02 Ben Pfaffovs-vsctl: Use vsctl_fatal() consistently.
2010-02-02 Ben Pfaffovsdb-tool: Fix minor memory leak in "create".
2010-02-02 Ben Pfaffovsdb-client: Fix memory leaks in "monitor" command.
2010-02-02 Ben Pfaffovsdb-idl: Fix memory leaks and bad memory references.
2010-02-02 Ben Pfaffovsdb-server: Free memory on exit.
2010-02-02 Ben Pfaffovsdb-server: Fix various memory leaks.
2010-02-02 Ben Pfaffovs-appctl: Free memory on exit.
2010-02-02 Ben Pfafftests: Always make ovsdb-server exit cleanly, to better...
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-02 Ben PfaffAdd support for running the testsuite under 'valgrind'.
2010-02-02 Ben Pfafftests: Fix timing dependency in ovsdb-log test.
2010-02-02 Ben PfaffRework and simplify the "lcov" support for the testsuite.
2010-02-02 Jesse Grossdatapath: Set datapath device MTU to minimum of MTU...
2010-02-01 Jesse Grossxenserver: Add XenServer 5.5.0 updates 1 and 2 to suppo...
2010-02-01 Ben PfaffClean up nicira-ext.h header a bit.
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-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 Ben Pfaffovs-vsctl: Add tests for database commands.
2010-01-29 Ben Pfaffovs-vsctl: Add --if-exists option to "get" command...
2010-01-29 Ben Pfaffovs-vsctl: Improve error reporting.
2010-01-29 Ben Pfaffovs-vsctl: Alphabetize lists of database column names.
2010-01-29 Ben Pfaffovs-vsctl: Make "create" command print new row's UUID.
2010-01-29 Ben Pfaffovs-vsctl: Add postprocess step.
2010-01-29 Ben Pfaffovs-vsctl: Refactor in preparation for adding "postproc...
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 Grossopenflowd: Update for changes to dpif and netdev.
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Ben Pfaffovs-vsctl: Drop redundant {port,iface}-{set,get}-extern...
2010-01-27 Ben Pfaffovsdb-idl: Make rows inserted by transaction appear...
2010-01-27 Ben Pfaffovs-vsctl: Update --help message.
2010-01-27 Ben Pfaffovs-vsctl: Add "destroy" command.
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-27 Ben Pfaffovs-vsctl: Add new "create" command.
2010-01-27 Ben Pfaffovs-vsctl: Add --force option to database commands...
2010-01-27 Ben Pfaffovs-vsctl: Fix formatting in manpage.
2010-01-27 Ben Pfaffovs-vsctl: Add "remove" and "clear" commands.
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-27 Ben Pfaffovs-vsctl: Make the "list" format more uniform.
2010-01-27 Ben Pfaffovs-vsctl: Score perfect matches higher than ones that...
2010-01-27 Jesse Grossovs-vsctl: Fix uninitialized variable.
2010-01-27 Jesse Grossbridge: Properly read NetFlow parameters.
2010-01-26 Jesse Grossdatapath: Fix compilation on newer old-style Xen kernels.
2010-01-26 Jesse Grossdatapath: Support CHECKSUM_PARTIAL on older kernels.
2010-01-26 Jesse Grossdatapath: Transport port is not part of psuedoheader.
2010-01-26 Jesse Grossdatapath: Handle packets with precomputed checksums.
2010-01-26 Jesse Grossovs-vsctl: Add missing columns.
2010-01-26 Ben PfaffFix references to vswitch-idl.ovsschema to refer to...
2010-01-26 Ben Pfaffconfigure: Silence check for broken strtok_r().
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben PfaffFix "make distcleancheck" by deleting the nicira-ext...
2010-01-26 Ben Pfafftests: Fix ovsdb tests.
2010-01-26 Ben Pfaffxenserver: Update to use upstream XenServer location...
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-26 Ben Pfaffovs-vsctl: Add commands for low-level database manipula...
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-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-26 Ben Pfaffvswitch: Remove redundant "internal" column from Interf...
2010-01-26 Ben Pfaffvswitch: Fix types of NetFlow columns in db schema.
2010-01-26 Ben Pfaffovsdb-idlc: With "doc" command, output tables and colum...
2010-01-26 Ben Pfafftests: Prefer $(VAR) over @VAR@ in Makefiles.
2010-01-26 Justin PettitRelease Open vSwitch 0.99.1 v0.99.1
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-25 Ben PfaffAdd build checks for portable OpenFlow structure paddin...
2010-01-25 Ian Campbellxenserver: Update interface-reconfigure and vif integra...
2010-01-25 Ben Pfaffdatapath: Clean up vswitch_skb_checksum_setup().
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 Ben Pfaffsflow: Fix sFlow sampling structure.
2010-01-20 Jesse Grossovs-vsctl: Prevent uninitialized variable warning.
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 Pfaffsflow: Fix printf format specifier in log message.
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.
next