sliver-openvswitch.git
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-23 Ben Pfafftests: Add basic unit tests for interface-reconfigure.
2010-02-23 Ben Pfaffxenserver: Add --no-syslog feature to interface-reconfi...
2010-02-23 Ben Pfaffxenserver: Add --root-prefix feature to interface-recon...
2010-02-23 Ben Pfaffxenserver: Add assertion and additional comments to...
2010-02-23 Ben Pfaffxenserver: Remove a VLAN's bridge when bringing down...
2010-02-23 Ben Pfaffxenserver: Avoid doing unneeded work in deconfigure_dat...
2010-02-23 Ben Pfaffxenserver: Set xs-network-uuids for both datapath and...
2010-02-23 Ben Pfaffxenserver: Always call ovs-vsctl in bring_down().
2010-02-23 Ben Pfaffxenserver: Fix bringing up VLAN PIFs.
2010-02-23 Ben Pfaffxenserver: Hoist identical bridge and vswitch functions...
2010-02-23 Ben Pfaffxenserver: Accept VLAN PIFs in pif_bridge_name().
2010-02-23 Ben Pfaffxenserver: Delete ports by interface name.
2010-02-23 Ben Pfaffxenserver: Fix comment in interface-reconfigure.
2010-02-18 Ben Pfaffovsdb: Introduce <nonnull-json-value> to clarify specif...
2010-02-18 Ben Pfaffovsdb: Fix use of <value> as both a JSON value and...
2010-02-15 Ben Pfaffxenserver: Upgrade and compact database on system boot.
2010-02-15 Ben Pfaffovsdb: Implement ovsdb-tool commands "compact" and...
2010-02-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-15 Ben Pfaffovsdb: Refactor code for writing a transaction to a...
2010-02-15 Ben Pfaffovsdb: Allow ovsdb_log_open()'s caller to choose whethe...
2010-02-15 Ben Pfaffovsdb-server: Add --run option.
2010-02-15 Ben Pfaffovsdb: Add functions to clone schemas.
2010-02-15 Ben Pfaffovsdb-client: Add blank line between tables in CSV...
2010-02-15 Ben Pfaffovsdb-client: Add "dump" command for dumping entire...
2010-02-15 Ben Pfaffovsdb-client: Improve HTML output.
2010-02-15 Ben Pfaffuuid: New function uuid_from_string_prefix().
2010-02-15 Ben Pfaffovsdb-client: Introduce new data formatting style as...
2010-02-15 Ben Pfaffovsdb-client: Remove --wide option.
2010-02-15 Ben Pfaffovsdb: Fix commit to disk of rows added to a table...
2010-02-12 Ben Pfaffovs-vsctl: Clarify manpage.
2010-02-12 Ben Pfaffofproto: Use UINT16_MAX in place of -1, for clarity.
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 Pfaffovs-ofctl: Drop assignment whose value is never used.
2010-02-11 Ben Pfaffovs-vsctl: Avoid redundant initializations in "add...
2010-02-11 Ben Pfaffofproto: Avoid passing indeterminate value to rule_inse...
2010-02-11 Ben Pfaffovsdb: Drop write-only variable.
2010-02-11 Ben Pfaffovs-brcompatd: Use error instead of pointer in handle_f...
2010-02-11 Ben Pfaffsflow: Don't assign value that is never used.
2010-02-11 Ben Pfaffvswitchd: Drop assignment whose value is never used...
2010-02-11 Ben Pfaffprocess: Remove pointless, redundant assignments from...
2010-02-11 Ben Pfafftests: Remove write-only variables.
2010-02-11 Ben Pfaffovsdb: Remove write-only variable from parse_body(...
2010-02-11 Ben Pfaffovsdb: Add default case to ovsdb_mutation_set_execute().
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 Pfaffvswitch: Fix uninitialized variable.
2010-02-11 Ben Pfaffflow: Fix null pointer dereference in flow_from_match().
2010-02-11 Ben Pfaffxenserver: Fix bond configuration.
2010-02-11 Ben Pfaffovs-wdt: Mark variable static and use NULL for a null...
2010-02-11 Ben Pfaffdatapath: Mark functions "static".
2010-02-11 Ben Pfaffdatapath: When adding a port, return the new port numbe...
2010-02-10 Ben Pfaffovs-brcompatd: Handle transaction errors slightly more...
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffxenserver: Fix failure to bring up secondary management...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-port, add...
2010-02-09 Ben Pfaffovs-vsctl: Add --may-exist option for add-br command.
2010-02-09 Ben Pfaffovs-vsctl: Improve error message when options follow...
2010-02-09 Ben Pfaffvswitchd: Add missing * to use of sizeof.
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 Pfaffovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_t...
2010-02-08 Ben Pfaffovsdb: Use direct pointer from table to txn_table to...
2010-02-08 Ben Pfafflist: Fix indentation.
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-08 Ben Pfaffovs-vsctl: When deleting a real bridge, delete ports...
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-08 Jesse Grossdatapath: Set Nicira random address in the datapath.
2010-02-08 Jesse Grossvswitch: Consistently set Nicira OUI.
2010-02-08 Jesse Grossgre: Fix use after free in netns compatibility layer.
2010-02-08 Jesse GrossFix some regressions from the merge from master.
2010-02-07 Justin Pettitvswitch: Set control_ip in sFlow configuration
2010-02-07 Justin Pettitxenserver: Various cleanups to get OVS to work with...
2010-02-06 Justin Pettitxenserver: Exclude compile Python byte code from packaging
2010-02-06 Justin Pettitxenserver: Fix permissions on new interface-reconfigure...
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 Jesse Grossgre: Simplify net namespace operations.
2010-02-04 Jesse Grossgre: Net namespace identifiers are read_mostly.
2010-02-04 Jesse Grossgre: Network namespace upon device creation.
2010-02-04 Jesse Grossgre: Optimize multiple unregistration.
2010-02-04 Jesse Grossgre: Convert locking to RCU.
2010-02-04 Jesse Grossgre: Optimize tx path.
2010-02-04 Jesse Grossgre: Unify IPTUNNEL_XMIT across kernel versions.
2010-02-04 Ben PfaffAdd extern "C" { ... } to some header files to support...
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.
next