openvswitch
2009-06-05 Ben Pfaffvswitch: Reimplement bond rebalancing.
2009-06-04 Ben Pfaffvswitch: Fix typo in log message.
2009-06-04 Ben Pfaffvswitch: Make bonded interface up/down detection happen...
2009-06-04 Ben Pfaffxenserver: Print better error messages when "xe" fails...
2009-06-04 Ben PfaffMerge citrix branch into master.
2009-06-04 Ben Pfaffvswitch: Remove development debug logging code that...
2009-06-03 Justin Pettitvswitch: Send NACK for bad cookie on update attempt.
2009-06-03 Ben Pfaffvswitch: Don't push bad flows to datapath during reconf...
2009-06-02 Ben Pfafftimeval: Log additional statistics along with wall...
2009-06-02 Ben Pfafftimeval: Refresh current time after every wakeup, not...
2009-06-02 Ben Pfaffcoverage: Don't output similar event coverage more...
2009-06-02 Ben Pfaffhash: New function hash_int() for hashing a single...
2009-06-02 Ben Pfaffhash: New convenience function hash_string() for hashin...
2009-06-02 Ben Pfaffovs-cfg-mod: Add -T, --timeout option.
2009-06-02 Ben Pfaffovs-brcompatd: Don't bother to unlock the config file...
2009-06-02 Ben Pfaffovs-brcompatd: Log the time to reload vswitch, to aid...
2009-06-02 Ben Pfaffcfg: Reimplement vswitchd config file locking reliably.
2009-06-02 Ben Pfaffvswitch: Fix typo in manpage.
2009-05-30 Ben PfaffDrop trailing white space from Makefile line that Autom...
2009-05-30 Ben PfaffRename COVERAGE_SOURCES to COVERAGE_FILES to avoid...
2009-05-30 Ben PfaffDrop -Wno-syntax from Automake options, because we...
2009-05-29 Ben PfaffAdd coding style document.
2009-05-29 Ben Pfaffxenserver: Load llc module at boot time.
2009-05-29 Ben Pfaffdatapath: Prevent bridge module from loading along...
2009-05-29 Ben Pfaffxenserver: Put XenServer network UUIDs into ovs-vswitch...
2009-05-29 Ben Pfaffxenserver: Keep Centos network config files up-to-date...
2009-05-29 Ben Pfaffxenserver: Create xapi database cache in RPM preinstall...
2009-05-27 Ben Pfaffdatapath: Avoid bad array reference for missing group...
2009-05-27 Ben Pfaffdatapath: Avoid double-free on skb_clone failure in...
2009-05-27 Ben Pfaffdatapath: Fix read of uninitialized data.
2009-05-26 Ben Pfaffsecchan: Disallow port numbers not supported by datapath.
2009-05-26 Ben Pfaffdatapath: Fix return value when ODP_FLOW_PUT fails...
2009-05-26 Ben Pfaffsecchan: Do not refresh datapath indexes from bridge_ge...
2009-05-21 Ben Pfaffxenserver: Remove bridge configuration files when they...
2009-05-21 Ben Pfaffxenserver: Fix file name conflict.
2009-05-21 Ben Pfaffcfg: Fix typo in comment.
2009-05-21 Ben Pfaffxenserver: Delete port ingress policing settings when...
2009-05-21 Ben Pfaffxenserver: Only require confirmation for "vswitch resta...
2009-05-21 Ben Pfaffxenserver: Remove now-unsupported commands from /etc...
2009-05-21 Ben PfaffRename vswitchd to ovs-vswitchd, for consistency.
2009-05-21 Ben PfaffRename brcompatd to ovs-brcompatd, for consistency.
2009-05-21 Ben Pfaffdatapath: Disable TX on internal ports before removing.
2009-05-21 Ben Pfaffxenserver: Make vif script log its changes to vswitchd...
2009-05-21 Ben Pfaffbrcompat refactoring fixes
2009-05-21 Ben Pfaffxenserver: Fix VLANs on virtual interfaces.
2009-05-21 Ben Pfaffxenserver: Fix use of VLAN as primary management interface.
2009-05-21 Ben PfaffRevert "xenserver: Make primary management interface...
2009-05-21 Ben Pfaffbrcompat: Move more brcompat implementation into userspace.
2009-05-21 Ben Pfaffdirs: Add variable for bindir.
2009-05-21 Ben Pfaffcfg: Add new function cfg_is_dirty().
2009-05-21 Justin PettitChange project name to "Open vSwitch"
2009-05-21 Justin PettitModify version string for various binaries.
2009-05-21 Justin Pettitxenserver: Fix typo in description of RPM spec file
2009-05-20 Ben PfaffRemove vestigial SNAT support.
2009-05-20 Ben Pfaffbrcompatd: Improve error message.
2009-05-20 Ben Pfafflib/automake.mk: Fix odd typo that apparently did no...
2009-05-20 Ben Pfaffhash: Add unit test.
2009-05-20 Ben Pfafftests: Ignore test binaries.
2009-05-20 Ben Pfaffovs-pki: Fix bashism.
2009-05-20 Justin Pettitxenserver: Fix setting pool-wide controller setting
2009-05-19 Justin Pettitxen: Fix a missed xapi plugin from the Nicira brand...
2009-05-18 Justin Pettitxen: Add missing change to Nicira brand removal commit
2009-05-18 Justin Pettitxen: Remove Nicira branding from vSwitch xsconsole...
2009-05-18 Jesse Grossbrcompatd: Fix type in brcompatd man page.
2009-05-18 Ben Pfaffxenserver: Drop unused variable.
2009-05-18 Ben Pfaffxenserver: Fix missing default route problem.
2009-05-18 Ben Pfaffxenserver: Choose correct management PIF even with...
2009-05-18 Ben Pfaffxenserver: Delete code unneeded for openvswitch.
2009-05-18 Ben Pfaffxenserver: Make primary management interface on VLAN...
2009-05-18 Justin Pettitxen: Fix permission on xsconsole plugin
2009-05-18 Justin Pettitxen: xsconsole plugin cleanup based on Citrix feedback
2009-05-15 Ben Pfaffovs-dpctl: Rename commands for consistency.
2009-05-15 Ben Pfaffovs-dpctl: Remove get-idx and get-name commands.
2009-05-15 Ben PfaffBreak dpctl into two programs: ovs-ofctl and ovs-dpctl.
2009-05-15 Ben Pfaffxenserver: Fix package build.
2009-05-15 Ben Pfaffovs-cfg-mod: Accept -v option before any targets are...
2009-05-15 Ben PfaffRename vlogconf to ovs-appctl, for consistency and...
2009-05-15 Ben PfaffRename cfg-mod to ovs-cfg-mod, for consistency.
2009-05-15 Ben Pfaffxenserver: Fix path to invoke cfg-mod utility when...
2009-05-15 Ben PfaffDrop stray references to udatapath, which doesn't exist...
2009-05-15 Ben PfaffRename "controller" to "ovs-controller" and move to...
2009-05-15 Justin Pettitnetflow: Set Engine and Add Alternate Port ID Flag
2009-05-15 Justin Pettitnetflow: Document 1400-byte packet length limit.
2009-05-15 Justin Pettitvswitch: reduce passes through config loop
2009-05-14 Ben Pfaffnetflow: Report largest possible value when counters...
2009-05-14 Ben Pfaffxenserver: Avoid printing log messages to the console...
2009-05-14 Ben Pfaffbrcompatd: Fix typo in previous commit.
2009-05-14 Ben Pfaffbrcompatd: Don't remove nonexistent ports if vswitchd...
2009-05-14 Ben PfaffGet rid of vswitchext entirely.
2009-05-14 Ben PfaffMove watchdog timer utility from vswitchext to openvswitch.
2009-05-14 Ben PfaffMove ovs-monitor script from vswitchext to openvswitch.
2009-05-14 Ben PfaffAdd configure option --disable-userspace for building...
2009-05-14 Ben Pfaffvswitch: Give up hope that the config file delimiter...
2009-05-14 Ben PfaffDelete OpenFlow management spec.
2009-05-14 Ben PfaffDelete OpenFlow spec.
2009-05-14 Ben PfaffRevert "Apply temporary band-aid to VLAN-related OOPS...
2009-05-14 Ben Pfaffdatapath: Fix VLAN-related kernel OOPS on XenServer.
2009-05-14 Ben PfaffApply temporary band-aid to VLAN-related OOPS on XenServer.
2009-05-13 Ben PfaffMove EZIO utilities from vswitchext into openvswitch.
2009-05-13 Keith AmidonFix for typo in warning message.
next