cascardo/ovs.git
2009-07-17 Justin PettitSet version number to 0.90.3. v0.90.3
2009-07-17 Justin PettitFirst cut of guide to using Open vSwitch as a simple...
2009-07-17 Keith AmidonMinor documentation fixups.
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-16 Ben PfaffImplement "brctl showmacs" support in brcompat and...
2009-07-16 Ben Pfaffbrcompat: Refactor infrastructure for communication...
2009-07-16 Ben Pfaffbrcompatd: Factor code out of prune_ports().
2009-07-16 Ben Pfaffprocess: New function process_run_capture().
2009-07-16 Ben Pfaffprocess: Factor code out of process_start() into helper...
2009-07-16 Ben Pfaffprocess: Fix races on fatal signal handling in process_...
2009-07-16 Ben Pfaffvswitchd: New unixctl command "fdb/show" to print the...
2009-07-16 Ben Pfaffmac-learning: New function mac_entry_age().
2009-07-16 Ben PfaffAdd macros for parsing MAC addresses from strings.
2009-07-16 Ben PfaffNew function ds_steal_cstr().
2009-07-16 Ben PfaffAdd function get_null_fd(), to reduce code redundancy.
2009-07-15 Ben Pfaffovs-ofctl: Use 65535 instead of 0 for OFPP_CONTROLLER...
2009-07-15 Ben Pfaffbrcompat: Improve comments in header file.
2009-07-15 Ben Pfaffvswitchd: Skip updelay on slave when only a single...
2009-07-15 Ben Pfaffvswitchd: Fix log messages when bond slaves are enabled...
2009-07-14 Justin PettitFix unitialized variable in coverage_log()
2009-07-13 Ben Pfaffdatapath: Don't orphan packets in dp_dev transmit path.
2009-07-13 Ben Pfaffvconn: Fix detection of vconn local IP address, to...
2009-07-13 Ben PfaffRevert "datapath: Don't orphan packets in dp_dev transm...
2009-07-13 Ben Pfaffdatapath: Don't orphan packets in dp_dev transmit path.
2009-07-11 Justin PettitRemove "coverage/clear" command due its limited use
2009-07-11 Justin PettitFix small typo in ovs-ofctl man page.
2009-07-10 Justin PettitProvide ability to retrieve coverage information
2009-07-10 Ben PfaffDocument how to submit patches for Open vSwitch.
2009-07-10 Ben PfaffDocument how to report bugs in Open vSwitch.
2009-07-10 Ben PfaffINSTALL.bridge: Add detail suggested by Pete.
2009-07-10 Ben PfaffDocument how to use Open vSwitch as a replacement for...
2009-07-08 Ben Pfaffdatapath: Fix races in updating dp_dev port statistics.
2009-07-08 Ben Pfaffdatapath: Fix race in datapath creation.
2009-07-08 Ben Pfaffdatapath: Fix race against workqueue in dp_dev and...
2009-07-08 Ben Pfaffdatapath: Remove declarations of functions that are...
2009-07-08 Ben Pfaffdatapath: Fix use-after-free error in datapath destruction.
2009-07-08 Ben Pfaffdatapath: Remove redundant synchronize_rcu() call.
2009-07-08 Justin Pettitsecchan: Various fixes to run in-band on non-"local...
2009-07-08 Justin PettitProvide method to locate device by IP and add more...
2009-07-08 Justin PettitShow more information about connection when querying...
2009-07-08 Justin PettitHave rconn and vconn export information about IPs and...
2009-07-08 Justin PettitInclude "inttypes.h" to pickup definition of PRIu8.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...
2009-07-07 Justin Pettitsecchan: Display mgmt and datapath id in status messages
2009-07-07 Justin Pettitvswitchd: Add missing argument to check for update...
2009-07-06 Ben Pfaffvswitch: Don't pass null pointer to stat().
2009-07-06 Ben Pfaffvswitch: Avoid knowledge of details specific to Linux...
2009-07-06 Ben Pfaffdpif-linux: Don't allow arbitrary internal ports to...
2009-07-06 Ben Pfaffvswitch: Remove restriction on datapath names.
2009-07-06 Ben PfaffNew implementation of userspace datapath, based on...
2009-07-06 Ben PfaffIntroduce general-purpose ways to wait for dpif and...
2009-07-06 Ben Pfaffdpif: Add new functions dp_run() and dp_wait().
2009-07-06 Ben Pfaffdpif: Make dpifs abstract, to allow multiple datapath...
2009-07-06 Ben Pfaffdatapath: Drop unneeded local variable initialization.
2009-07-06 Ben Pfaffdatapath: Change ODP_PORT_LIST semantics.
2009-07-06 Ben Pfaffdatapath: Make openvswitch_ioctl() have a single point...
2009-07-06 Ben Pfaffdatapath: Fix ODP_PORT_DEL handling of bad user memory...
2009-07-06 Ben Pfaffdatapath: Style fix.
2009-07-06 Ben Pfaffdatapath: Get rid of query operations for single flows.
2009-07-06 Ben Pfaffdatapath: Make the datapath responsible for choosing...
2009-07-06 Ben Pfaffdatapath: Remove unnecessary range check from put_actio...
2009-07-06 Ben Pfaffdpif: Rename odp_msg related functions for more consist...
2009-07-06 Ben Pfaffdpif: Change dpif_port_group_get() semantics.
2009-07-06 Ben Pfaffdpif: Remove obsolete support for datapaths whose names...
2009-07-06 Ben Pfaffdpif: Hide the contents of struct dpif.
2009-07-06 Ben Pfaffdpif: Make dpif_port_query_by_name() more useful by...
2009-07-06 Ben Pfaffdpif: Replace dpif_id() by dpif_name().
2009-07-06 Ben Pfaffdpif: New function dpif_get_netflow_ids().
2009-07-06 Ben Pfaffdpif: Rename dpif_get_name() to dpif_port_get_name...
2009-07-06 Ben Pfaffshash: New function shash_first().
2009-07-06 Ben Pfaffshash: New function shash_is_empty().
2009-07-01 Justin Pettitvswitchd: Enable updating resolv.conf by default when...
2009-07-01 Justin PettitIncrease version number to 0.90.2. v0.90.2
2009-07-01 Justin PettitMerge commit 'origin/citrix'
2009-06-30 Justin Pettitvswitch: Set minimum probe interval to 5 seconds
2009-06-26 Ben PfaffLog more rconn status.
2009-06-26 Ben Pfaffdatapath: Fix use-after-free error in datapath destruction.
2009-06-26 Justin Pettitxenserver: Remove cacert when user reconfigures the...
2009-06-26 Ben Pfaffdatapath: Remove redundant synchronize_rcu() call.
2009-06-25 Justin PettitAdjust Open vSwitch mailing lists to reflect reality
2009-06-25 Justin Pettitxenserver: Validate controller IP address in xsconsole
2009-06-25 Justin Pettitvswitchd: Adding and removing mgmt interface breaks...
2009-06-24 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-06-23 Justin PettitRemove references to Open vSwitch being a "virtual...
2009-06-23 Ben Pfaffxenserver: Also log ovs-brcompatd messages at INFO...
2009-06-23 Ben Pfaffovs-brcompatd: Turn up log level of port removal messages.
2009-06-23 Ben Pfaffovs-brcompatd: Handle XS Tools 5.0.0 destroying and...
2009-06-23 Justin PettitAdd some comments to description to netdev functions.
2009-06-20 Justin Pettitvswitchd: Reduce number of calls to reconfigure() durin...
2009-06-20 Ben Pfaffcfg: Log accurate waiting times in cfg_lock().
2009-06-18 Justin Pettitxenserver: xsconsole plugin doesn't need execute permis...
2009-06-18 Justin Pettitxenserver: Handle slave disconnection more gracefully...
2009-06-16 Justin Pettitxenserver: Force reload of config file after VIF deleted
2009-06-15 Justin PettitIncrease version number to v0.90.1. v0.90.1
2009-06-15 Ben PfaffUpdate license on file not in citrix branch to Apache...
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffReplace SHA-1 library with one that is clearly licensed.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-06-15 Ben Pfaffxenserver: Fix stupid typo in previous commit (s/modudu...
2009-06-15 Ben Pfaffxenserver: Don't include veth_mod.ko in RPMs.
next