ofproto: fix compile warning of ofproto/ofproto.c
[cascardo/ovs.git] / lib /
2010-05-17 Wei Yongjunovsdb-idl: fix compile warning of lib/ovsdb-idl.c
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-13 Ben Pfaffdaemon: Throttle max respawning rate.
2010-05-13 Ben Pfaffdaemon: Allow monitored daemon to dump core no more...
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-05-11 Ben Pfaffvconn-stream: Refactor vconn_stream_recv() for readability.
2010-05-11 Jesse Grossflow: Zero tun_id if wildcarded.
2010-05-07 Ben Pfaffflow: Fix misaligned access.
2010-05-07 Ben PfaffAdd header for access to potentially unaligned data.
2010-05-07 Ben Pfafftests: Fix bug in ovsdb-server test suite.
2010-05-07 Ben Pfaffutil: Fix GCC false-positive warning for CONTAINER_OF.
2010-05-06 Justin PettitFix issue with "strict" deletion of flows
2010-05-05 Ben Pfaffnetdev-linux: Optimize removing policing from an interface.
2010-05-05 Ben Pfaffnetdev-linux: Cache policing values.
2010-05-05 Ben Pfaffnetdev-linux: Factor out removing policing.
2010-05-05 Ben Pfaffnetdev-linux: Factor out obtaining an RTNL socket.
2010-05-05 Ben Pfaffdpif-linux: Use hash instead of sorted array.
2010-05-05 Ben Pfaffdynamic-string: Optimize ds_put_char().
2010-05-05 Ben Pfaffbridge: Optimize iface_lookup() and port_lookup_iface...
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
next