sliver-openvswitch.git
2010-11-16 Jesse Grossnetdev: Fix carrier status for down interfaces. lts-1.0
2010-10-26 Justin Pettitovs-vsctl: Prevent double-free when retrying a transaction
2010-10-26 Ben Pfaffnetdev-linux: Always check tc_make_request() for NULL...
2010-10-26 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-26 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-26 Ben Pfaffvswitch: Make unique "name" columns immutable, to simpl...
2010-10-26 Ben Pfaffovsdb: Document the "mutable" feature for columns.
2010-10-12 Justin Pettitnetflow: Back-out optimization that could lead to infin...
2010-10-09 Justin PettitRelease Open vSwitch 1.0.3 v1.0.3
2010-10-09 Ben Pfaffofproto: Drop flows from datapath more quickly under...
2010-10-09 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-10-09 Ben Pfaffofproto: Iterate through exact-match rules first during...
2010-10-09 Ben Pfaffofproto: Drop unneeded poll_immediate_wake().
2010-10-09 Ben Pfaffofproto: Fix effective memory leak for uninstallable...
2010-10-09 Ben Pfaffofproto: Factor conditional out of loop in send_flow_re...
2010-10-09 Ben Pfaffofproto: Group functions related to flow expiration...
2010-10-09 Justin PettitRelease Open vSwitch 1.0.2 lts-1.0a v1.0.2
2010-10-08 Justin Pettitnetdev: Enforce a floor "linux-htb" min-rate
2010-10-08 Justin Pettitnetdev: Don't divide by zero when "linux-htb" zero...
2010-10-08 Ethan Jacksonxenserver: ovs-external-ids log to file instead of...
2010-10-06 Ben Pfaffnetflow: Avoid (theoretically) looping 2**32 times.
2010-10-06 Ben Pfaffnetflow: Do 64-bit division less often.
2010-10-06 Ben Pfaffnetdev-linux: Fix off-by-one error dumping queue stats.
2010-10-05 Ethan Jacksonxenserver: monitor-external-ids should run with --monitor
2010-10-05 Ethan Jacksonxenserver: Added additional logging to ovs-external-ids
2010-10-05 Ethan Jacksonxenserver: Rename monitor-external-ids -> ovs-external-ids
2010-10-05 Ben Pfaffxenserver: Add license to uuid.py.
2010-10-05 Ben Pfaffxenserver: Add explicit license to refresh-xs-network...
2010-10-05 Ben Pfaffxenserver: Change license of xsconsole plugin to GPLv2.
2010-10-05 Ethan Jacksonpython: timer_wait_until calculated current time incorr...
2010-10-05 Ben Pfaffovsdb: Fix bug in "wait" command implementation.
2010-10-05 Ethan Jacksonxenserver: monitor-external-ids remove redundant ovs...
2010-10-05 Ben Pfaffovs-vsctl: Remove default timeout.
2010-10-05 Vivien Bernet... brcompat_mod: Check if user has CAP_NET_ADMIN in ioctl...
2010-10-05 Jesse Grossdatapath: Check IS_ERR() in do_execute().
2010-10-05 Ben Pfaffdatapath: Increase maximum number of actions per flow.
2010-10-05 Justin Pettitxenserver: Don't delete pidfile when stopping monitor...
2010-10-05 Justin Pettitxenserver: Don't monitor external-ids until XAPI is up
2010-09-01 Ben PfaffRename "xs-vif-mac" external_ids key to "attached-mac...
2010-09-01 Ben Pfaffofproto: Get enough headroom in fail-open when connecte...
2010-09-01 Ben Pfaffofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_wi...
2010-09-01 Justin Pettitnetflow: Send multiple records for byte counts > UINT32_MAX
2010-09-01 Justin PettitXenServer builds barf on hyphens in versions. v1.1.0pre1
2010-09-01 Justin PettitRelease Open vSwitch 1.1.0-pre1
2010-08-31 Simon Hormandatapath: Include net/udp.h in vport-capwap.c
2010-08-31 Simon HormanDebian: Add Joe Perches to debian/copyright
2010-08-30 Simon Hormandatapath: Include linux/version.h in action.h for LINUX...
2010-08-30 Jesse GrossAUTHORS: Add Joe Perches.
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-30 Jesse Grossdatapath: Add compat functions for pr_*.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-30 Ben PfaffINSTALL.Linux: Don't discourage building Debian packages.
2010-08-30 Ben PfaffRemove openvswitch-switch-config package.
2010-08-30 Simon HormanDebian: openswitch-dbg should depend on the packages...
2010-08-30 Simon HormanDebian: Add Homepage
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 Pfaffdatapath: Fix default value of skb transport_header.
2010-08-27 Ben Pfaffdatapath: Avoid pskb_may_pull() checks where not needed.
2010-08-27 Ben Pfaffdatapath: Report memory allocation errors in flow_extra...
2010-08-27 Ben Pfafflearning-switch: Ignore "packet_in"s caused by OFPP_CON...
2010-08-27 Ben Pfaffofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER...
2010-08-27 Ben Pfaffofproto: Avoid user->kernel->user round-trip for many...
2010-08-26 Ben Pfaffxenserver: Finish renaming system-level external_ids.
2010-08-26 Ben Pfaffconfigure: Enable OpenSSL support by default.
2010-08-26 Ben Pfaffdpif-netdev: Expand tabs.
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-26 Ben Pfaffvswitchd: Fix 100% CPU usage with bonds and --fake...
2010-08-26 Ben Pfaffxenserver: Add type-checking to monitor-external-ids...
2010-08-26 Ben Pfaffxenserver: Block until change in poll loop to avoid...
2010-08-26 Ben Pfaffvswitchd: Fix "updelay" configuration for bonds.
2010-08-26 Ben Pfaffdatapath: Free up flow_extract() return value for repor...
2010-08-26 Ben Pfaffdatapath: Remove skb->len >= ETH_HLEN check from flow_e...
2010-08-26 Ben Pfaffdatapath: Use 'bool' instead of 'int' where appropriate.
2010-08-26 Ben Pfaffdatapath: Use min() instead of open-coding it.
2010-08-25 Justin Pettitxenserver: Add monitor-external-ids daemon
2010-08-25 Justin Pettitxenserver: Prepend XenServer external ids with "xs-"
2010-08-25 Justin Pettitxenserver: Report the system type and version as extern...
2010-08-25 Justin Pettitvswitch: Break out XenServer-specific external ids
2010-08-25 Justin Pettitvswitch: Add port status column to Port table
2010-08-25 Ben PfaffDelete local copy of simplejson.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...
2010-08-25 Ben Pfaffreconnect: Refactor tests to use common macro.
2010-08-25 Ben Pfaffovsdbmonitor: Fix uninstall.
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-25 Ben Pfaffxenserver: Add ovs-parse-leaks manpage to list of files.
2010-08-25 Ben Pfaffutilities: Remove ovs-wdt.
2010-08-25 Ben Pfaffutilities: Remove ovs-monitor.
2010-08-25 Ben Pfaffovs-parse-leaks: Add manpage.
2010-08-25 Simon Hormandatapath: Unconditionally call kfree_skb()
2010-08-25 Ben Pfaffdebian: Use pfaffben@debian.org as uploader address...
2010-08-24 Simon HormanDebian: make debian/copyright more friendly to the...
2010-08-24 Jesse Grossnetdev-tunnel: Add CAPWAP userspace interface.
next