sliver-openvswitch.git
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-24 Ben Pfaffofctl: Improve manpage.
2010-02-24 Ben PfaffFix excessive white space in manpages.
2010-02-24 Ben Pfaffinterface-reconfigure: Fix up unit tests expected output.
2010-02-24 Ian CampbellCP-1592: interface-reconfigure: Configure network devic...
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Tetsuo NAKAGAWAovs-dpctl: Fix setting of packet length for "controller...
2010-02-20 Justin Pettitopenflow: Fix frag config flag values
2010-02-20 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-20 Ben Pfaffofproto: Fix implementation of OFPAT_SET_NW_DST.
2010-02-20 Justin Pettitezio: Fix typo in function call
2010-02-20 Justin Pettitofproto: Always terminate OpenFlow description strings
2010-02-20 Justin Pettitovs-openflowd: Standardize on OpenFlow description...
2010-02-20 Justin Pettitovs-vswitchd: Remove inline OpenFlow descriptions
2010-02-20 Justin Pettitovs-openflowd: Fix typo in comment describing dp_desc
2010-02-20 Justin PettitDon't go beyond buffer length when printing descriptions
2010-02-20 Justin Pettitofproto: Don't leak descriptions when destroying an...
2010-02-20 Justin Pettitofproto: Set protocol version to 0x01 (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add wire-compatibility for slicing (OpenFlow...
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: Cleanups to openflow.h (OpenFlow 0.9)
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-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-19 Justin PettitRelease Open vSwitch 0.99.2 v0.99.2
2010-02-19 Justin Pettitxenserver: Fix VIF script to work with XenServer 5.5
2010-02-19 Justin Pettitxenserver: Exclude compile Python byte code from packaging
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-17 Jesse GrossAdd extern "C" to more header files.
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-12 Ben PfaffUse VLAN_PCP_SHIFT consistently, instead of open-coding...
2010-02-12 Ben Pfaffcompiler: Don't use __attribute__ for non-GCC compilers.
2010-02-12 Ben PfaffWork around bugs in system headers.
2010-02-12 Ben Pfaffofp-print: Properly order #includes.
2010-02-12 Ben PfaffAdd missing <stdint.h> includes.
2010-02-12 Ben Pfaffpktbuf: Assign UINT16_MAX in place of -1, for clarity.
2010-02-12 Ben Pfaffutil: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
2010-02-12 Ben Pfaffopenflow.h: Remove unused OFP_PACKED macro.
2010-02-12 Ben Pfaffcompiler: Remove "likely" and "unlikely" macros, since...
2010-02-12 Ben Pfaffcompiler: Remove PACKED macro and its only (unneeded...
2010-02-12 Ben Pfaffclassifier: New function cls_rule_to_string().
2010-02-12 Ben Pfaffdatapath: Add ODPP_NORMAL constant.
2010-02-12 Ben Pfaffvconn: New functions vconn_verify_name(), pvconn_verify...
2010-02-12 Ben Pfaffrconn: New function rconn_get_last_error().
2010-02-12 Ben Pfaffrconn: Decentralize and improve disconnection logging.
2010-02-12 Ben Pfaffvconn: When validating OpenFlow actions always check...
2010-02-12 Ben Pfaffofpbuf: New function ofpbuf_to_string().
2010-02-12 Ben Pfaffofpbuf: Mark ofpbuf_headroom(), ofpbuf_tailroom() param...
2010-02-12 Ben Pfaffofproto: Don't leak struct ofproto's port array.
2010-02-12 Ben Pfaffdpif-netdev: Fix validation of VLAN PCP value in usersp...
2010-02-12 Neil McKeeAllow sFlowCpInterval=0 to disable counter samples...
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(...
next