wdp-xflow: Remove wx structure from global list when closing.
[sliver-openvswitch.git] / lib /
2010-11-04 Ben Pfaffofp-util: Use our usual variable naming convention...
2010-11-04 Ben Pfaffofp-util: Actually map vendor codes to IDs correctly.
2010-11-04 Ben Pfaffofp-util.h: Use NX_VENDOR_ID instead of literal numeric...
2010-11-04 Ben PfaffFix typos in comments.
2010-10-06 Ben PfaffMerge remote branch 'origin/master' into HEAD
2010-10-06 Ben PfaffMerge "master" into "wdp".
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffovs-controller: Improve QoS abilities.
2010-10-01 Ben Pfafflearning-switch: Introduce struct for configuration.
2010-10-01 Ben Pfaffovs-controller: Make --with-flows read the file only...
2010-10-01 Ben Pfaffofp-print: Make output easier to read.
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-10-01 Ben Pfaffofp-parse: Properly byteswap in_port.
2010-10-01 Ben Pfaffnetdev-linux: Fix off-by-one error dumping queue stats.
2010-10-01 Ben Pfaffovs-ofctl: Add "queue-stats" command to print queue...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffutil: New macro OBJECT_CONTAINING.
2010-10-01 Ben Pfaffhmap: New function hmap_clear().
2010-10-01 Ben Pfaffnetdev-linux: Use hash table instead of sparse array...
2010-09-24 Justin Pettitnetdev: Cleanup minor comment formatting issues.
2010-09-24 Justin Pettitvswitch: Disable header-caching when IPsec is enabled
2010-09-23 Ben Pfaffovs-vswitchd: Export system stats through Open_vSwitch...
2010-09-23 Ben Pfaffovsdb-data: New function ovsdb_datum_from_shash().
2010-09-23 Ben Pfaffshash: New function shash_steal().
2010-09-23 Ben Pfaffdaemon: Fix behavior of read_pidfile() for our own...
2010-09-23 Ben Pfaffdaemon: Report number of crashes on monitor process...
2010-09-23 Ben Pfaffvlog: Add VLOG_WARN_ONCE() and similar macros.
2010-09-22 Jesse Grosstunneling: Allow disabling tunnel header caching.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-15 Ben Pfaffovs-ofctl, ovs-controller: Disable flow idle timeout...
2010-09-15 Ben PfaffProperly print drop_spoofed_arp actions when decoding...
2010-09-15 Ben Pfaffofp-util: Also accept NXAST_DROP_SPOOFED_ARP.
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-31 Ben PfaffMerge "master" into "wdp".
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 Ben PfaffMerge "master" into "wdp".
2010-08-20 Bryan Phillippeofp-parse: Suppress GCC warning about comparing an...
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-20 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-08-20 Ben PfaffMake flow table iteration functions propagate return...
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-09 Ben PfaffMerge "master" into "wdp".
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-26 Ben PfaffMerge "master" branch into "wdp".
2010-07-23 Ben Pfaffvlog: Fix logic error in update_min_level().
2010-07-22 Ben Pfaffflow: Change function names to be less deceptive.
2010-07-22 Ben PfaffFix up merge.
2010-07-22 Ben PfaffMerge "master" into "wdp".
2010-07-22 Ben Pfaffofproto: Add Nicira extension to OpenFlow multiple...
next