openvswitch
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...
2009-03-10 Ben PfaffImplement OFPP_NORMAL action in secchan and hook into...
2009-03-10 Ben Pfaffvswitch: Work in terms of ODP port numbers.
2009-03-10 Ben Pfaffsecchan: Purge buffered packets on startup.
2009-03-10 Ben Pfaffsecchan: Fix memory leak, and flush all flows on ofprot...
2009-03-10 Ben Pfaffsecchan: New function ofproto_flush_flows() to flush...
2009-03-10 Ben Pfaffclassifier: New enum CLS_INC_ALL, for convenience.
2009-03-10 Ben Pfaffsecchan: Make ofproto_add_flow() able to add a permanen...
2009-03-10 Ben Pfaffsecchan: Add wildcard support to ofproto_add_flow(...
2009-03-10 Ben Pfaffsecchan: Keep track of ofproto even when translating...
2009-03-10 Ben Pfaffvswitch: Fix typo in comment.
2009-03-10 Ben Pfaffsecchan: Drop unused function.
2009-03-10 Ben Pfaffvswitch: Drop unused extern declaration.
2009-03-09 Ben Pfaffvconn: Delete fd-based vconns.
2009-03-09 Ben Pfaffvswitch: Eliminate OpenFlow connection to ofproto.
2009-03-09 Ben PfaffStop using vswitch OpenFlow connection to ofproto,...
2009-03-09 Ben Pfaffsecchan: Make netflow expiration arguments more sensible.
2009-03-09 Ben Pfaffsecchan: Optimize flow expiration when not connected.
2009-03-09 Ben Pfaffsecchan: Add comments.
2009-03-09 Ben PfaffMove ODP-related functions into new module "odp-util".
2009-03-09 Ben Pfaffsecchan: Retain original input port for NXAST_RESUBMIT...
2009-03-09 Ben Pfaffsecchan: Fix typo in comment.
2009-03-09 Ben Pfaffsecchan: Add clarifying comment.
2009-03-09 Ben Pfaffvswitch: Fix memory leak in error path.
2009-03-09 Ben Pfaffdpif: New function dpif_id() for getting the datapath...
2009-03-09 Ben Pfaffvswitch: Fix file descriptor leak.
2009-03-09 Ben Pfaffsecchan: Remove an invalid optimization.
2009-03-09 Justin PettitRepair recently broken cfg_has_section().
2009-03-09 Justin PettitHave secchan reply to OpenFlow echo requests.
2009-03-09 Justin PettitInclude limits.h for UINT_MAX definition.
2009-03-06 Ben PfaffKeep secchan and vswitchd from consuming 100% CPU when...
2009-03-06 Ben Pfaffvswitch: Keep existing datapaths when starting up.
2009-03-06 Ben Pfaffdpif: New function dpif_get_name().
2009-03-06 Ben PfaffMake ODP_DP_CREATE distinguish conflicting name from...
2009-03-06 Ben Pfaffshash: Don't free block we didn't allocate in shash_des...
2009-03-06 Ben Pfaffflow: Properly translate port numbers in flow_from_match().
2009-03-06 Ben Pfaffnetdev: Don't log a warning for unsupported ethtool...
2009-03-06 Ben Pfaffdpif: Don't log a warning in dpifmon_poll() for missing...
2009-03-06 Ben Pfaffsecchan: Fix use-after-free by allocating rule actions...
2009-03-06 Justin PettitCleanup .gitignore for 2.4 datapath builds.
2009-03-06 Justin PettitMore files for git to ignore for 2.6 datapath builds.
2009-03-06 Justin PettitCleanup files for git to ignore in datapath linux-2...
2009-03-06 Justin PettitOnly build SSL components if build configured with...
2009-03-06 Justin PettitAdd limits.h for UINT_MAX definition.
2009-03-06 Ben Pfaffsecchan: Correctly maintain rule's number of actions.
2009-03-06 Ben Pfaffdpif: Suppress spurious error from Valgrind.
2009-03-06 Ben PfaffAdd header for interacting with Valgrind, where it...
2009-03-05 Ben Pfaffnetdev: Fall back to /proc/net/dev on kernels that...
2009-03-05 Ben Pfaffdpif: Make it harder to randomly corrupt memory.
next