openvswitch
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 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 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-25 Ben PfaffAdd build checks for portable OpenFlow structure paddin...
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-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-18 Keith AmidonAdd ability to set controller for specific bridges
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 PfaffEnable daemon monitoring and automatic restart by default.
2010-01-15 Ben Pfaffdaemon: Add support for process monitoring and restart.
2010-01-15 Ben Pfaffdaemon: Refactor code.
2010-01-15 Ben Pfafftests: New macro OVS_WAIT_WHILE.
2010-01-15 Ben Pfafftests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for...
2010-01-15 Ben Pfafffatal-signal: After fork, clear hooks instead of disabl...
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-15 Ben Pfaffunixctl: Improve error reporting.
2010-01-15 Ben Pfafftests: Improve error reporting for timeval test failures.
2010-01-15 Jesse Grossnetdev: Fix build for switchui.
2010-01-15 Justin Pettitxenserver: Give ovs-vsctl a bit more time to do its...
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-15 Justin Pettitovs-vsctl: Add option to create fake iface when adding...
2010-01-15 Jesse Grossgre: Workarounds for large packets over GRE
2010-01-15 Justin Pettitovs-vsctl: Don't mask timeout argument
2010-01-14 Jesse Grossbonding: Use device names instead of Xen OpaqueRefs
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2010-01-14 Justin Pettitovs-brcompatd: Don't consume CPU if can't connect to...
2010-01-13 Ben Pfaffovsdb-client: Fix regression introduced with changes...
2010-01-13 Ben Pfaffdaemon: Close standard file descriptors when daemonizing.
2010-01-12 Ben Pfaffxenserver: Make BRCOMPATD_MEMLEAK_LOGFILE setting work.
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()...
next