openvswitch
2009-03-18 Ben Pfaffsecchan: Fix memory leak.
2009-03-18 Ben Pfaffdpif: Clear stats before deleting or query flows.
2009-03-18 Ben Pfaffdpctl: Make examples in the manpage more generic.
2009-03-18 Ben Pfaffdpctl: Allow datapath names to be given in place of...
2009-03-18 Justin PettitFix mirroring when no selection criteria provided....
2009-03-18 Justin PettitRemove extraneous debug message.
2009-03-18 Ben Pfaffsecchan: Make default normal action do switching.
2009-03-18 Ben PfaffMake ofproto manage the revalidation set, instead of...
2009-03-18 Ben Pfaffin-band: Use OFPP_NORMAL instead of OFPP_LOCAL for...
2009-03-18 Ben Pfaffsecchan: Implement in-band control using wildcard rules.
2009-03-18 Ben Pfaffsecchan: Support priorities over UINT16_MAX for interna...
2009-03-18 Ben Pfaffclassifier: Expand the classifier priority range to...
2009-03-17 Justin PettitRead netflow config from vswitchd.conf (Bug #1087).
2009-03-17 Ben Pfaffsecchan: Tolerate local port change in MAC address.
2009-03-17 Ben Pfaffsecchan: Get rid of static data in in-band control.
2009-03-17 Ben Pfaffsecchan: Remove idle flows from datapath even if their...
2009-03-17 Ben Pfaffsecchan: Simplify code by making rule_uninstall() updat...
2009-03-17 Ben Pfaffsecchan: Make expire_rule() slightly easier to read.
2009-03-17 Ben Pfaffsecchan: Track datapath actions in userspace, to avoid...
2009-03-17 Ben Pfaffsecchan: Centralize creation of rules in new function...
2009-03-17 Ben Pfaffsecchan: Avoid dynamic allocation in xlate_actions().
2009-03-16 Ben Pfaffsecchan: Add explanatory comment.
2009-03-16 Ben Pfaffdpctl: Add support for OFPAT_SET_DL_SRC and ..._DST...
2009-03-16 Ben Pfaffdpctl: Remove unused macro.
2009-03-16 Keith AmidonNo longer need secchan to be on the executable search...
2009-03-16 Keith AmidonDocument correct default nice level in default sysconfi...
2009-03-16 Keith AmidonWait longer for userspace on brcompat changes.
2009-03-16 Keith AmidonAdd help and version options to vswitch init script.
2009-03-16 Keith AmidonHack vswitchd init script to remove bridge ports at...
2009-03-16 Ben Pfaffbrcompat: Tolerate a race condition in deleting bridge...
2009-03-16 Ben Pfaffdebian: Suppress printing out random numbers in init...
2009-03-16 Ben Pfaffdatapath: Speed up ioctl fast paths.
2009-03-16 Ben PfaffAdd ability to snoop on the primary switch<->controller...
2009-03-16 Ben Pfaffdpctl: Allow requesting flow misses, expirations in...
2009-03-16 Ben Pfaffsecchan: Only let the controller connection set configu...
2009-03-15 Ben Pfaffbrcompat: Fix sign of return value.
2009-03-15 Ben Pfaffbrcompat: When adding or removing datapath ports, wait...
2009-03-15 Ben Pfaffbrcompat: Fix netdevice refcount in non-2.6.18 when...
2009-03-14 Ben Pfaffsecchan: Fix in-band ODP->OFP port translation.
2009-03-14 Ben Pfaffsecchan: Drop redundant 'in_port' args to in-band,...
2009-03-13 Justin PettitFix cfg_del_section() function that was recently broken.
2009-03-13 Justin PettitLog error messages instead of calling printf.
2009-03-13 Ben Pfaffdpctl: Add dp-dump-flows, dp-dump-groups commands.
2009-03-13 Ben Pfaffdpif: Make higher-verbosity flow logging available.
2009-03-13 Ben Pfaffdpif: Make dpif_port_group_get() work. (It was never...
2009-03-13 Ben Pfaffsecchan: Validate subrules before attempting to derefer...
2009-03-13 Ben Pfaffsecchan: Remove unused function ofproto_set_actions().
2009-03-13 Justin PettitDon't send mgmt OpenFlow messages if mgmt_rconn isn...
2009-03-13 Ben Pfaffdebian: Fix confusion between dp0 and of0.
2009-03-12 Ben Pfaffsecchan: Treat invalid table IDs in stats requests...
2009-03-12 Ben Pfaffdebian: Remove obsolete --monitor support from switch...
2009-03-12 Ben PfaffUpdate documentation and fix up a few related inconsist...
2009-03-12 Justin PettitAdd retired Nicira entension types.
2009-03-12 Ben Pfaffvswitchd: Use datapath ID format instead of MAC format...
2009-03-12 Ben Pfaffvswitchd: Improve formatting of manpage.
2009-03-12 Ben Pfaffsecchan: Remove unused variable.
2009-03-12 Ben Pfaffcfg: Make 'cfg_cookie' static.
2009-03-12 Ben Pfaffcfg: Write "# This file intentionally left blank.\n...
2009-03-12 Ben Pfaffsvec: Add new argument to svec_join().
2009-03-12 Ben Pfaffcfg: Write correct data when retrying a partial write...
2009-03-12 Justin PettitAllow ignoring "mgmt.controller" settings per bridge.
2009-03-12 Justin PettitIndicate that SSL configuration is global in vswitchd.
2009-03-12 Justin PettitFix copy/paste naming issue.
2009-03-12 Ben PfaffMake sure that the .man include files get into "make...
2009-03-12 Justin PettitVarious fixes for SSL configruation and mgmt id generation.
2009-03-12 Ben Pfaffsecchan: Update documentation.
2009-03-12 Ben Pfaffsecchan: Drop configuration file support.
2009-03-11 Ben Pfaffdpctl: Update manpage.
2009-03-11 Ben PfaffMake manpages come out better in PostScript format.
2009-03-11 Ben Pfaffdpctl: Remove nl: special case that no longer makes...
2009-03-11 Keith AmidonUpdate Xen init scripts & default config for changes...
2009-03-11 Ben Pfaffvswitch: Don't delete all flows on SIGHUP if a controll...
2009-03-11 Ben Pfaffcfg: Fix cfg_unlock() to remove the lockfile unconditio...
2009-03-11 Ben Pfaffcfg: Make lock_fd, dirty static.
2009-03-11 Ben Pfaffdpif: More consistently initialize dpifs in failure...
2009-03-11 Ben Pfaffdpif: Fix fd leak in dpif_create().
2009-03-11 Ben Pfafflockfile: Fix inverted comparison.
2009-03-11 Ben Pfafflockfile: Remove fd parameter to remove_lockfile().
2009-03-11 Ben Pfaffcfg: Initialize lock_fd to -1.
2009-03-11 Keith AmidonFix 64-bit alignment issue in management protocol message.
2009-03-11 Keith AmidonExample configuration in comments in the configuration...
2009-03-11 Ben Pfaffvswitch: Disallow bridges named "dpN" or "nl:N".
2009-03-11 Ben Pfaffsecchan: Don't infinite-loop in switch_status_destroy().
2009-03-11 Ben Pfaffdatapath: Always return EFAULT to userspace when copy_t...
2009-03-11 Ben Pfaffdatapath: Refuse module load if an active bridge exists.
2009-03-11 Ben Pfaffdatapath: End load-time greeting message with new-line.
2009-03-11 Justin PettitFix help output that indicated multiple config files...
2009-03-11 Justin PettitFirst cut of management control protocol.
2009-03-11 Justin PettitIgnore vim swap files.
2009-03-11 Ben Pfaffvswitch: Choose the datapath ID more intelligently.
2009-03-11 Ben Pfaffcfg: Add ability to parse datapath IDs.
2009-03-11 Ben Pfaffcfg: Fix collision between CFG_VLAN and CFG_REQUIRED.
2009-03-11 Ben Pfaffdpctl: New command "get-name", for symmetry with "get...
2009-03-11 Ben Pfaffdpctl: Allow initial set of interfaces to be specified...
2009-03-11 Ben Pfaffvswitch: Fix sense of comparison.
2009-03-10 Ben Pfaffsecchan: In ofproto_set_controller(), only reconnect...
2009-03-10 Ben Pfaffdpctl: Accept port names (e.g. "NORMAL") on in_port...
2009-03-10 Ben Pfaffofp-print: Make flow statistics and actions slightly...
2009-03-10 Ben Pfaffofp-print: Support printing NXAST_RESUBMIT Nicira action.
2009-03-10 Ben Pfaffsecchan: Fix segfault in handling OFPP_TABLE, NXAST_RES...
next