sliver-openvswitch.git
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...
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 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.
2009-06-15 Ben Pfaffvswitch: Avoid segfault when revalidating ARP flows.
2009-06-13 Ben Pfaffvconn: Add unit test for tcp and unix vconns.
2009-06-13 Ben Pfaffvconn: Factor out common code from TCP and SSL vconns.
2009-06-12 Ben Pfaffvconn: Drop obsolete code for Netlink-based vconns.
2009-06-12 Ben Pfaffvconn: Report valid errno value if connection closed...
2009-06-12 Ben Pfaffdatapath: Add sysfs support for all (otherwise supporte...
2009-06-12 Justin Pettitxenserver: xen 2.6.27 kernel doesn't need skb_checksum_...
2009-06-12 Justin Pettitxenserver: Fix key used to identify network UUID
2009-06-11 Ben PfaffDon't accept unix: connections, etc. in OpenFlow contro...
2009-06-11 Ben Pfaffxenserver: Pass network UUID to controller for internal...
2009-06-11 Justin Pettitvswitch: Add support for large OFMP messages
2009-06-11 Justin Pettitxenserver: Remove debugging redirect from vif script
2009-06-11 Justin Pettitvswitch: Fix memory leak when OFMP resource updates...
2009-06-10 Ben PfaffAdd unit test for SHA-1 library.
2009-06-10 Ben PfaffAdd file missing from commit baf099 "Fix glibc 2.7...
2009-06-10 Ben Pfaffvswitch: Fix handling of multicast packets received...
2009-06-10 Ben Pfaffvswitch: Add ovs-appctl commands for debugging and...
2009-06-10 Ben PfaffFix glibc 2.7 strtok_r() bug in a more permanent fashion.
2009-06-10 Justin Pettitvswitch: Clarify what "ingress" means in policing
2009-06-10 Justin Pettitxenserver: Add dump-vif-details to automake
2009-06-10 Justin Pettitxenserver: Send VIF details to controller
2009-06-10 Justin PettitXen: Fixes for core handling configuration
2009-06-10 Justin PettitFix url in RPM spec.
2009-06-10 Ben PfaffAdd unit test for TCP/IP checksumming code.
2009-06-09 Ben PfaffFix another "make" versus "make dist" build problem.
2009-06-09 Ben PfaffRemove "dpkg-buildpackage" test from "make distcheck".
2009-06-09 Ben PfaffFix behavior of simultaneous "make" and "make dist".
2009-06-09 Ben Pfaffxenserver: Use parallel make in RPM build on SMP machines.
2009-06-09 Ben Pfaffdebian: Honor "noopt", "parallel=<n>" build options.
2009-06-09 Ben Pfaffdebian: Run build tests during build (unless "nocheck...
2009-06-09 Ben Pfaffdebian: Ignore directories created as part of Debian...
2009-06-09 Ben PfaffUpdate documentation.
2009-06-09 Ben Pfaffovs-pki: Improve readability of manpage.
2009-06-09 Ben Pfaffovs-pki: Fix formatting errors in manpage.
2009-06-08 Ben Pfaffvswitch: Send gratuitous learning packets when bond...
2009-06-08 Ben Pfaffmac-learning: Make data structures public.
2009-06-05 Justin Pettitvswitch: Fix typos in OFMP comments.
2009-06-05 Justin Pettitvswitch: Fix OFMP alignment problem on 64-bit systems.
2009-06-05 Ben Pfaffvswitch: Enable bond slaves based on carrier status...
2009-06-05 Ben Pfaffnetdev: New function netdev_nodev_get_carrier().
2009-06-05 Ben Pfaffxenserver: Bring up bond slave device before adding...
2009-06-05 Ben Pfaffxenserver: Allow RPM to install only with correct Xen...
2009-06-05 Justin Pettitvswitch: Send Xen UUIDs associated with system and...
2009-06-05 Ben Pfaffxenserver: Rename cache file to ovs-vswitch.dbache...
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0