sliver-openvswitch.git
2009-08-18 Ben Pfaffswitch UI: Only build ovs-switchui if PCRE 7.2 or later...
2009-08-18 Ian Campbelldatapath: Only call skb_checksum_setup on 2.6.18 &...
2009-08-13 Justin Pettitovs-pki: Add uniqueness to CA certs
2009-08-07 Justin Pettitdpif: Only clear 'all_dps' argument in dp_enumerate().
2009-07-31 Ben PfaffFix broken build by making "make dist" include lib...
2009-07-30 Ben Pfaffrtnetlink: Move into separate source and header file.
2009-07-30 Ben Pfaffrtnetlink: Document.
2009-07-30 Ben Pfaffnetdev-linux: Rename "linux_netdev_*" to "rtnetlink_*".
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-30 Ben Pfaffnetdev: Remove netdev_nodev_*() functions.
2009-07-30 Ben Pfaffnetdev: Make netdev_get_vlan_vid() take a netdev instea...
2009-07-30 Ben Pfaffvswitchd: Avoid netdev_nodev_*() functions.
2009-07-30 Ben Pfaffvswitchd: Avoid netdev_nodev_set_policing().
2009-07-30 Ben Pfaffnetdev: Make netdev_find_dev_by_in4() use netdevs,...
2009-07-30 Ben Pfaffvswitchd: Don't keep track of mac in struct iface.
2009-07-30 Ben Pfaffvswitchd: Keep a netdev open for each interface.
2009-07-30 Ben Pfaffvswitchd: Factor out iteration over interfaces with...
2009-07-30 Ben Pfaffofproto: Don't use netdev_nodev_get_etheraddr() in...
2009-07-30 Ben Pfaffnetdev: Add 'netdev' parameter to netdev_add_router().
2009-07-30 Ben Pfaffnetdev: New function netdev_exists().
2009-07-30 Ben Pfaffnetdev: Get rid of netdev_open_tap().
2009-07-30 Ben Pfaffnetdev: Change netdev_get_in4() to return an error...
2009-07-30 Ben Pfaffnetdev: Change netdev_get_mtu() to return an error...
2009-07-30 Ben Pfaffnetdev: Change netdev_get_etheraddr() to return an...
2009-07-30 Ben Pfaffshash: Introduce new macros SHASH_FOR_EACH, SHASH_FOR_E...
2009-07-30 Ben Pfaffshash: Make shash_add() return the new node.
2009-07-30 Ben PfaffAlways distribute extras/ezio/ezio3.ti.
2009-07-29 Ben PfaffRemove --disable-userspace "configure" option, since...
2009-07-29 Ben PfaffAdd support for code coverage analysis with gcov and...
2009-07-29 Ben PfaffUse Autotest for the Open vSwitch test suite.
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-28 Ben Pfaffxenserver: Enable ARP filtering to work around xhad...
2009-07-28 Justin Pettitxenserver: Retrieve vSwitch version from binary in...
2009-07-28 Justin PettitLabel the current "citrix" release 0.90.4. v0.90.4
2009-07-21 Ben PfaffDo not try to resolve DNS for OpenFlow controllers...
2009-07-17 Ben Pfaffxenserver: Fix creating, destroying bonds with the...
2009-07-17 Justin PettitVarious clean-ups to INSTALL.OpenFlow
2009-07-17 Justin PettitAdd INSTALL.bridge and INSTALL.OpenFlow to distribution
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 Pfaffbrcompat: Make "brctl showmacs" honor Linux notion...
2009-07-16 Ben Pfaffvswitchd: Make "fdb/show" output more meaningful port...
2009-07-16 Ben Pfaffcfg: New function cfg_get_matches().
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.
next