openvswitch
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".
2009-04-24 Ben Pfaffbrcompat: Check for null pointer before reading netlink...
2009-04-24 Ben Pfaffvswitch: Fetch interface MAC when creating an interface...
2009-04-22 Justin PettitHave NetFlow account for first buffered packet of new...
2009-04-20 Ben Pfaffbrcomapt: Delete VLANs and bonding entries for deleted...
2009-04-17 Ben Pfaffdatapath: Fix Xen performance when adding a VLAN tag...
2009-04-17 Ben Pfaffdatapath: Define ERR_CAST on kernels that don't already...
2009-04-16 Ben Pfaffdatapath: Attempt to checksum packets sent to controlle...
2009-04-16 Ben Pfaffdatapath: Fix VLAN tag insertion actions on Xen.
2009-04-16 Ben Pfaffdatapath: Fix build on 2.6.18, which doesn't have ...
2009-04-16 Ben Pfaffvswitch: Fix indefinite wait on reload.
2009-04-15 Ben Pfaffsvec: Avoid calling svec_sort() when it is not necessary.
2009-04-15 Ben Pfaffvswitch: Keep list of old interfaces sorted when reconf...
2009-04-15 Ben Pfaffcfg: Keep configuration sorted when adding entries.
2009-04-15 Ben Pfaffdatapath: Set only VID when adding a new header with...
2009-04-15 Ben Pfaffvswitch: Strip VLAN headers correctly.
2009-04-15 Ben Pfaffdpctl: When parsing actions, don't let "drop" be preced...
2009-04-15 Ben Pfaffdpif: Remove duplicated functionality.
2009-04-14 Keith AmidonBe more conservative about bringing up interfaces when...
2009-04-14 Justin PettitAdd "dp-del-flows" command to dpctl.
2009-04-14 Justin PettitAdd support for explicitly specifying a "drop" action...
2009-04-14 Justin PettitAdd description of table output to dpctl man page.
2009-04-09 Ben Pfaffvswitch: Add unixctl command to reload configuration...
2009-04-09 Ben PfaffImprove infrastructure for Unix socket-based local...
2009-04-08 Ben Pfaffvlog: Make vlog_reopen_log_file() a no-op if no log...
2009-04-08 Ben Pfaffvswitch: Fix handling of ARPs received on bonded interf...
2009-04-08 Ben Pfaffsecchan: Fix OFPPS_LINK_DOWN detection.
2009-04-08 Ben Pfaffdpif: Optimize no-actions case in dpif_execute().
2009-04-08 Ben Pfaffdpif: Improve dpif_execute() log messages.
2009-04-08 Ben Pfaffvswitch: Drop debug print that escaped.
2009-04-08 Justin PettitRemove "section"-style descriptions from vswitchd.conf...
2009-04-07 Keith AmidonChange paths to match locations used in installs.
2009-04-07 Keith AmidonHave vswitchd and brcompatd installed into sbindir
2009-04-07 Keith AmidonAdd appropriate extension to profile.d script.
2009-04-07 Keith AmidonUseful path additions, aliases, and functions for vswit...
2009-04-07 Keith AmidonInclude cfg-mod man page in extra dist.
2009-04-07 Keith AmidonAdd vswitch init files to dist target.
2009-04-07 Ben Pfaffvlog: Improve log message when rate-limiting.
2009-04-07 Ben Pfaffvswitch: Let mgmt.fail-mode setting be default for...
2009-04-07 Ben Pfaffbrcompat: Add support for bonded interfaces; avoid...
2009-04-07 Ben Pfaffcfg: Avoid doing unnecessary work in cfg_del_match().
2009-04-07 Ben Pfaffcfg: Always null-terminate the cfg array.
2009-04-07 Justin PettitUse "policing-*" instead of "policing_*" in config.
2009-04-07 Justin PettitAdd hack to get around "." delimiter problem with polic...
2009-04-06 Ben Pfaffcfg-mod: Add new --del-match option.
2009-04-06 Ben Pfaffcfg: Prevent infinite loop in cfg_del_section().
2009-04-06 Ben Pfaffcfg-mod: Complain about non-option arguments, since...
2009-04-06 Ben Pfaffcfg-mod: Make --help work.
2009-04-04 Justin PettitUse "dp-show" instead of "showdp" in dpctl.
2009-04-04 Justin PettitAdd support for ingress policing.
2009-04-04 Justin PettitNetFlow configuration is no longer is limited to eight...
2009-04-04 Justin PettitMention SPAN and RSPAN in vswitchd.conf man page.
2009-04-03 Justin PettitUse new vswitchd management settings when they change.
2009-04-03 Ben Pfaffcfg-mod: Fix --del-section long option parsing.
2009-04-02 Justin PettitDon't complain when setting STP sysfs values to the...
2009-04-02 Justin PettitAdd cfg-mod, a vswitchd.conf-style manipulation utility.
2009-04-01 Justin PettitFix reading wrong value when bad file provided.
next