openvswitch
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.
2009-05-13 Ben Pfaffxenserver: Add comments describing open issues for...
2009-05-13 Ben Pfaffxenserver: Fix --force up/down behavior in a resource...
2009-05-13 Ben PfaffAdd support for Citrix XenServer.
2009-05-13 Ben Pfaffdatapath: Fix build warnings and errors on Linux 2...
2009-05-13 Ben Pfaffdatapath: Add support for "internal" ports similar...
2009-05-13 Justin PettitDon't print warning about removing policy on startup.
2009-05-13 Justin PettitFix return value call on send() when sending NetFlow...
2009-05-12 Ben Pfaffdatapath: Call rcu_barrier() before unloading module.
2009-05-12 Ben Pfaffdatapath: Always call dp_process_received_packet()...
2009-05-12 Ben Pfaffdatapath: Omit sysfs-specific data when sysfs is not...
2009-05-12 Ben Pfaffdatapath: Omit SNAT-specific data when SNAT is not...
2009-05-12 Ben Pfaffbrcompatd: Log high-level actions and their results.
2009-05-12 Ben Pfaffcfg-mod: Add --changes option for logging configuration...
2009-05-12 Ben Pfaffcfg-mod: Make --query print all values, not just those...
2009-05-12 Ben Pfaffcfg: Log changes to config, not whole config, in cfg_re...
2009-05-12 Ben Pfaffcfg: Improve comment.
2009-05-12 Justin PettitOnly send NetFlow notifications for IP traffic.
2009-05-12 Ben PfaffRemove the ChangeLog since it is no longer relevant...
2009-05-12 Ben PfaffRemove spanning tree documentation, since STP doesn...
2009-05-11 Justin PettitUpdate OpenFlow tcpdump patch to work with latest code.
2009-05-11 Justin PettitRename strlcpy to ovs_strlcpy.
2009-05-11 Ben PfaffRename the project to OpenVSwitch and change version...
2009-05-11 Ben Pfaffdatapath: Remove hardware table support.
2009-05-06 Ben Pfaffdatapath: Compare entire flow during lookup, not just...
2009-05-06 Ben Pfaffdatapath: Make sure that the "reserved" byte in user...
2009-05-05 Ben PfaffFix complaint from "make distcheck" about failing to...
2009-05-05 Ben Pfaffdatapath: Remove support for Linux 2.4.
2009-05-05 Ben Pfaffvswitch: Restore MAC learning for broadcast ARP replies...
2009-05-05 Ben Pfaffvswitch: Eliminate dead code.
2009-05-05 Ben PfaffAdd support for coverage counters.
2009-05-04 Ben Pfaffsecchan: When listing flows, uninstall rules that shoul...
2009-05-04 Ben Pfaffsecchan: Reinstall flows deleted externally.
2009-05-04 Ben Pfaffdatapath: Generalize flow creation and modification.
2009-05-01 Ben Pfaffsecchan: Honor OFPPC_NO_RECV, OFPPC_NO_RECV_STP, OFPPC_...
2009-05-01 Ben Pfaffsecchan: Don't let queued packets exhaust memory.
2009-05-01 Ben Pfaffsecchan: Fix TCP flags and IP TOS tracking for packets...
2009-05-01 Ben Pfaffsecchan: Fix flow statistics tracking.
2009-05-01 Ben Pfaffsecchan: Clean up and simplify handle_odp_msg().
2009-05-01 Ben Pfaffsecchan: Factor common code into new function rule_upda...
2009-05-01 Ben Pfaffsecchan: Optimize no-change case in modify_flow().
2009-05-01 Ben Pfaffsecchan: Factor common code into rule_remove().
2009-05-01 Ben Pfaffsecchan: Factor common code into new function rule_inse...
2009-05-01 Ben Pfaffsecchan: Remove unused parameter from ofproto_add_flow().
2009-05-01 Ben Pfaffsecchan: Eliminate UNKNOWN_SUPER.
2009-05-01 Ben Pfaffclassifier: Make classifier_for_each() easier to use.
2009-05-01 Ben Pfaffsecchan: Reduce redundancy in handle_odp_msg().
2009-05-01 Ben Pfaffsecchan: Fix OpenFlow matching on output port with...
2009-05-01 Ben Pfaffsecchan: Update byte, packet counts for packets switche...
2009-05-01 Ben Pfaffdatapath: Eliminate synchronize_rcu() in table swap.
2009-05-01 Ben Pfaffdatapath: Eliminate synchronize_rcu() in port group...
2009-05-01 Ben Pfaffdatapath: Fix memory leak in port group.
2009-04-30 Ben Pfaffleak-checker: Stop logging after fstat() fails.
2009-04-30 Ben Pfaffleak-checker: Stop logging after an output error.
2009-04-30 Ben Pfaffleak-checker: Make output line-buffered.
2009-04-30 Ben Pfaffbrcompatd: Fix formatting of /proc/net/vlan files.
2009-04-30 Ben Pfaffbrcompat: Use named macro in place of literal constants.
2009-04-30 Ben Pfaffdatapath: Break up GSO packets before sending to userspace.
2009-04-29 Justin PettitFix policing performance issues with VIFs.
2009-04-29 Keith AmidonFix vswitch init script "restart" and "update-modules...
2009-04-29 Keith AmidonFix copy-paste errors when combining vswitchd & brcompa...
2009-04-29 Keith AmidonProperly refer to brcompatd pidfile in init script...
2009-04-28 Ben PfaffFix "make dist" by adding forgotten headers to the...
2009-04-28 Ben Pfaffbrcompat: Add /proc/net/vlan, /proc/net/bonding compati...
2009-04-27 Keith AmidonStop attempting to add mgmt interface flows at boot...
2009-04-27 Keith AmidonInitial cut at merging vswitch and vswitch-brcompatd...
2009-04-27 Ben Pfaffvswitch: Don't bring up interfaces when adding them...
2009-04-24 Ben Pfaffvswitch: Fix typo in manpage.
2009-04-24 Ben Pfaffvswitch: By default, operate standalone when controller...
2009-04-24 Ben Pfaffbrcompat: Add comments to netlink header.
2009-04-24 Ben Pfaffbrcompatd: Make vars used only in brcompatd.c "static".
next