debian: Add $remote_fs to Required-Start/-Stop field in init scripts
[sliver-openvswitch.git] / lib /
2010-04-01 Justin PettitDefine IQ macro for SSL man page fragment
2010-03-26 Justin PettitCleanup default file locations and XenServer packaging
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-25 Ben Pfafftimeval: Always log true poll interval instead of round...
2010-03-25 Tetsuo NAKAGAWAdpif-linux: Fix file descriptor leak.
2010-03-24 Ben Pfaffjsonrpc: Fix potential memory leak.
2010-03-24 Ben Pfafffatal-signal: Initialize library upon any call to publi...
2010-03-24 Ben Pfaffstream-ssl: Only re-read certificates and keys if they...
2010-03-19 Ben Pfaffdocs: Move PKI section heading into individual manpages.
2010-03-19 Ben Pfaffdocs: Make SSL manpage fragments less specific to OpenFlow.
2010-03-19 Ben Pfaffstream-ssl: Make no-op reconfiguration cheap.
2010-03-19 Ben Pfaffstream-ssl: Permit race in bootstrapping CA certificate.
2010-03-19 Jesse Grossclassifier: Check all rules of equal priority when...
2010-03-18 Ben Pfaffutil: New functions get_cwd(), abs_file_name().
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Add support for weak references.
2010-03-17 Ben Pfaffovsdb: Check for changed columns only once per transact...
2010-03-17 Ben PfaffNew function ovsdb_error_assert() for verifying that...
2010-03-15 Jesse Grossdatapath: Consistently maintain flow key.
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
2010-03-15 Tetsuo NAKAGAWAvconn-stream: Copy stream's IP and port info into vconn...
2010-03-15 Ben Pfaffvconn-stream: Fix listening on ptcp: and pssl: without...
2010-03-11 Justin Pettitofp-print: Cleanup typos in print OpenFlow Flow Stats...
2010-03-08 Ben Pfafflockfile: Occasionally log a warning when waiting for...
2010-03-08 Ben Pfaffovsdb-idl: Make ovsdb_idl_txn_add_comment() take a...
2010-03-08 Ben Pfaffcsum: Fix rare error cases in checksum computation.
2010-03-05 Jesse GrossAdd extern "C" to more header files.
2010-03-05 Jesse Grossgre: Add support for path MTU discovery.
2010-03-05 Jesse Grossgre: Allow ToS on outer packet to be configured.
2010-03-05 Jesse Grossgre: Always set TTL on outer packet to 64.
2010-03-03 Ben Pfaffbrcompatd: Make bridge ioctls synchronous again.
2010-03-03 Ben Pfaffovsdb-idl: New function ovsdb_idl_txn_commit_block().
2010-03-03 Ben Pfaffovsdb-idl: Improve check in ovsdb_idl_row_is_orphan().
2010-03-03 Ben Pfaffovsdb-idl: Fix iteration over rows in IDL tables.
2010-03-03 Ben Pfaffjson: Fix typo in error message.
2010-03-02 Justin PettitProperly escape quotes in process_escape_args() library...
2010-02-27 Ben Pfaffovsdb-idl: Fix bad logic in ovsdb_idl_txn_commit()...
2010-02-21 Justin Pettitdpif-netdev: Clarify function to modify VLAN TCI field
2010-02-25 Ben Pfaffovsdb: Add support for "enum" constraints.
2010-02-25 Ben Pfaffovsdb: Drop regular expression constraints.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-24 Ben PfaffFix excessive white space in manpages.
2010-02-20 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-20 Justin PettitDon't go beyond buffer length when printing descriptions
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: 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-17 Jesse GrossAdd extern "C" to more header files.
2010-02-15 Ben Pfaffovsdb: Factor out code to fsync a file's containing...
2010-02-15 Ben Pfaffuuid: New function uuid_from_string_prefix().
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 Pfaffutil: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
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 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 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 Pfaffprocess: Remove pointless, redundant assignments from...
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 Pfaffflow: Fix null pointer dereference in flow_from_match().
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
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 Pfafflist: Fix indentation.
2010-02-08 Ben Pfaffovsdb-idl: On transaction hard failure make a reason...
2010-02-08 Jesse Grossvswitch: Consistently set Nicira OUI.
2010-02-08 Jesse GrossFix some regressions from the merge from master.
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 Ben PfaffAdd extern "C" { ... } to some header files to support...
2010-02-02 Ben Pfaffovsdb-idl: Fix memory leaks and bad memory references.
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-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
next