Catalli's threaded switch
[sliver-openvswitch.git] / lib /
2012-05-17 Giuseppe LettieriCatalli's threaded switch orig-parallel
2010-09-10 Ben Pfaffovs-ofctl: Add support for drop_spoofed_arp action.
2010-09-01 Ben Pfaffofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_wi...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffstream-ssl: Use OPENSSL_free() to free memory from...
2010-08-27 Ben Pfaffdatapath: Avoid accesses past the end of skbuff data...
2010-08-27 Ben Pfafflearning-switch: Ignore "packet_in"s caused by OFPP_CON...
2010-08-27 Ben Pfaffofproto: Avoid user->kernel->user round-trip for many...
2010-08-26 Ben Pfaffdpif-netdev: Expand tabs.
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...
2010-08-25 Ben Pfaffdaemon: Improve comments.
2010-08-25 Ben Pfaffreconnect: Fix typo in comment.
2010-08-25 Ben Pfaffjson: Remove unused return value from json_parser_push().
2010-08-25 Ben Pfaffpoll-loop: Fix obsolete comment.
2010-08-25 Ben Pfaffjsonrpc: Indentation fix.
2010-08-25 Ben Pfaffstream, vconn: Fix comments.
2010-08-25 Ben Pfaffjson: Remove write-only variable from json_lex_number().
2010-08-25 Ben Pfaffovsdb: Remove unused ovsdb_datum_from_json_unique().
2010-08-24 Jesse Grossnetdev-tunnel: Add CAPWAP userspace interface.
2010-08-24 Jesse Grossnetdev: Don't assume all netdevs are available at runtime.
2010-08-24 Jesse Grossnetdev-gre: Genericize GRE netdev.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-08-23 Jesse Grossterminal: Remove vlog modules.
2010-08-23 Ben PfaffRemove ezio-term and ovs-switchui utilities.
2010-08-21 Jesse Grossgre: Don't require incoming checksum.
2010-08-21 Jesse Grossgre: Disable checksums by default.
2010-08-20 Tsvi Slonimbacktrace: Use generic code to find the bottom of the...
2010-08-20 Bryan Phillippesocket-util: Suppress uninitialized variable warning...
2010-08-20 Bryan Phillippevconn-stream: printf() specifier for int is %d (not...
2010-08-20 Bryan Phillippesocket-util: Remove stray printf() from make_unix_socket().
2010-08-19 Ben PfaffFix SSL boilerplate descriptions in manpages.
2010-08-13 Ben Pfaffodp-util: Avoid branch in odp_actions_add().
2010-08-13 Ben Pfaffuuid: Fix warnings carelessly introduced a few commits...
2010-08-13 Ben PfaffRemove vestigial support for Spanning Tree Protocol.
2010-08-12 Ben Pfaffrandom: Get random seed from /dev/urandom.
2010-08-12 Ben Pfaffuuid: Break code to read /dev/urandom into a new module.
2010-08-12 Ben Pfaffutil: Make ovs_fatal() understand EOF also.
2010-08-12 Ben Pfaffdaemon: Make sure that vlog is initialized when a proce...
2010-08-11 Ben Pfaffrandom: Implement a decent random number generator.
2010-08-11 Ben Pfaffbridge: Don't pay attention to columns that vswitchd...
2010-08-11 Ben Pfaffovsdb-idl: Make it possible to omit or pay less attenti...
2010-08-11 Ben Pfaffstream-ssl: Enable SSL session caching.
2010-08-11 Ben Pfaffstream-ssl: Remove unused 'connect_error' member.
2010-08-10 Ben Pfaffdpif-netdev: Properly track whether there is a vlan...
2010-08-10 Ben Pfaffdpif-netdev: Tolerate undersized packets.
2010-08-10 Ben Pfaffdatapath: Fix handling of 802.1Q and SNAP headers.
2010-08-06 Ben Pfaffjson: Add extern "C" { ... } to headers.
2010-08-06 Ben Pfafftag: Be more precise about choosing tags to add, in...
2010-08-06 Ben Pfafftag: Use existing macro instead of constant.
2010-08-05 Ben Pfaffstream-ssl: Make changing keys and certificate at runti...
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-07-30 Ben Pfafflearning-switch: Avoid violating C aliasing rules initi...
2010-07-30 Ben Pfaffsflow: Avoid "unused parameter" warnings from GCC 4.4.
2010-07-30 Ben Pfaffovs-ofctl: Add support for OpenFlow enqueue action.
2010-07-30 Justin Pettitlearning-switch: Add ability to define default flows
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...
2010-07-23 Ben Pfaffvlog: Fix logic error in update_min_level().
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Make vlog initialize itself when necessary.
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-07-21 Ben Pfafftimeval: Make timeval module initialize itself.
2010-07-21 Ben Pfafftimeval: Integrate CLOCK_MONOTONIC detection into time_...
2010-07-20 Ben Pfaffnetdev-linux: Avoid minor number 0 in traffic control.
2010-07-20 Ben Pfaffnetdev-linux: Dump all queues, not just direct children...
2010-07-20 Ben Pfaffdpif-linux: Translate queues to priorities correctly.
2010-07-20 Ben Pfaffdpif: Abstract translation from OpenFlow queue ID into...
2010-07-20 Ben PfaffAdd pretty-printers for QoS related OpenFlow and ODP...
2010-07-20 Ben Pfafflearning-switch: Add support for OpenFlow queues.
2010-07-20 Ben Pfafflearning-switch: Break packet-in processing into two...
2010-07-16 Ben Pfafflearning-switch: Refactor wildcards calculation.
2010-07-16 Ben Pfafflearning-switch: Reserved addresses are destinations...
2010-07-15 Jesse Grossdatapath: Don't update flow key when applying actions.
2010-07-15 Jesse Grossvport: Use EBUSY to represent already attached device.
2010-07-14 Ben Pfaffofpbuf: Implement unsupported feature in ofpbuf_trim().
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_d...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_atom_default(), ovsdb_datum_...
2010-07-12 Ben Pfaffovsdb: Document some ovsdb-data.[ch] functions.
2010-06-30 Ben Pfaffjson: Better handle JSON objects with duplicate names.
2010-06-30 Ben Pfaffshash: New function shash_replace().
2010-06-30 Ben Pfaffshash: Refactor shash_add_nocopy(), shash_find().
2010-06-30 Ben PfaffSimplify shash_find() followed by shash_add() into...
2010-06-29 Ben Pfaffdoc: Change "-" to "\-" in appropriate places.
2010-06-29 Ben Pfaffdaemon: Clarify documentation.
2010-06-29 Ben Pfaffovs-vsctl: Prepare for more flexible database argument...
2010-06-28 Ben Pfaffofproto: Log changes made by flow normalization.
2010-06-25 Ben Pfafftimeval: Hide "memory leak" from Valgrind.
2010-06-24 Jesse Grossovsdb-idl: Check if row->written is valid.
2010-06-24 Ben Pfaffrconn: Suppress failed connection messages after the...
2010-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-06-24 Ben Pfaffrconn: Remove superfluous \n from log message.
2010-06-23 Ben Pfaffovsdb-idl: Drop unnecessary allocation from ovsdb_idl_t...
2010-06-23 Ben Pfaffovsdb-idl: Start documenting the public interface.
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-23 Ben Pfaffstream-ssl: Log protocol details at DBG level.
2010-06-22 Ben Pfaffofp-util: Also normalize nw_tos in normalize_match().
2010-06-22 Ben PfaffSuppress ovsdb-server log messages about connections...
next