xenserver: Make Open vSwitch disable itself in "bridge" mode.
[sliver-openvswitch.git] / lib /
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-26 Ben Pfaffxenserver: Gracefully refresh network UUIDs on pool...
2010-04-26 Ben Pfaffofpbuf: New function ofpbuf_push_zeros().
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-26 Ben Pfaffsocket-util: Factor out new function inet_parse_active().
2010-04-20 Ben Pfaffstream: Fix typo in comment.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grosstunneling: Add userspace support for new GRE implementa...
2010-04-19 Jesse Grossnetdev: Allow get_ifindex and get_features to be null.
2010-04-19 Jesse Grossnetdev-linux: Don't free a member of a struct.
2010-04-19 Jesse Grossnetdev-linux: Check notifications are for netdev-linux...
2010-04-19 Jesse Grossdpif-linux: Clean up vports that are no longer in config.
2010-04-19 Jesse Grossnetdev: Add function netdev_is_open().
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Justin Pettitnetdev: Add support for "patch" type
2010-04-14 Ben Pfaffstream-ssl: Avoid access-after-free error in update_ssl...
2010-04-13 Ben Pfaffodp-util: Print bad action numbers in hexadecimal in...
2010-04-13 Ben Pfaffdpif: Make dpif_flow_get() results predictable on error.
2010-04-13 Ben PfaffMake fatal signals cause an exit more promptly in speci...
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-04-12 Ben Pfaffvconn-stream: Factor out port defaults into public...
2010-04-12 Ben Pfaffstream: Generalize stream_open_block().
2010-04-12 Ben Pfaffjsonrpc: Add support for passive connections.
2010-04-12 Ben Pfaffreconnect: Implement "passive mode".
2010-04-12 Ben Pfaffreconnect: Get rid of unused state.
2010-04-12 Ben Pfaffstream-ssl: Make it possible to avoid checking peer...
2010-04-12 Ben Pfaffstream: New functions stream_verify_name() and pstream_...
2010-04-12 Ben Pfaffovsdb-server: Document --unixctl option.
2010-04-12 Ben PfaffFix hyphens in manpage.
2010-04-12 Ben Pfaffstream-ssl: Read existing CA certificate more eagerly...
2010-04-12 Justin Pettitprint: Print mod_vlan_vid action in decimal
2010-04-12 Justin Pettitovs-ofctl: Allow setting cookie as a decimal or hex...
2010-04-11 Ben Pfaffnetdev: Allow recv, recv_wait, drain, send, send_wait...
2010-04-08 Justin Pettitleak-checker: Document "--leak-limit" option
2010-04-06 Ben Pfaffdpif: Really don't log many dpif errors.
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.
next