openvswitch
2009-03-30 Justin PettitBreak bridge compatibility daemon into separate process.
2009-03-30 Justin PettitFix skipping of lines when deleting a section with...
2009-03-28 Keith AmidonNew init files to work with separate brcompatd program.
2009-03-25 Justin PettitReturn error when multiple writers are modifying vswitc...
2009-03-20 Ben Pfaffvswitch: Fix duplicated DPIDs observed under XenServer.
2009-03-20 Ben Pfaffprocess: New function process_search_path().
2009-03-20 Ben Pfaffsha1: New function SHA1Bytes().
2009-03-20 Ben Pfaffsha1: Fix indentation.
2009-03-20 Ben Pfaffpackets: New function eth_addr_mark_random().
2009-03-20 Ben Pfaffnetdev: New function for obtaining the VID of a VLAN...
2009-03-20 Keith AmidonRemove vswitchd.conf so blank file doesn't overwrite...
2009-03-19 Ben Pfaffsecchan: Remove ofproto hook functions that are no...
2009-03-19 Ben Pfaffsecchan: Make fail-open work using a wildcard rule...
2009-03-19 Ben Pfaffsecchan: When we flush the flow table, add the in-band...
2009-03-19 Ben Pfaffsecchan: Force revalidation in ofproto_add_flow(),...
2009-03-19 Ben Pfaffvswitch: Force local port into bridge when in-band...
2009-03-19 Ben Pfaffvswitch: Don't choose Xen's FE:FF:FF:FF:FF:FF address...
2009-03-19 Ben PfaffRemove debug printf() that escaped.
2009-03-19 Ben Pfaffvswitch: Add rate-limiting support.
2009-03-19 Ben Pfaffpinsched: Move rate-limiting sanity checks into pinsched.
2009-03-19 Ben Pfaffsecchan: Fix rate-limiting statistics reporting.
2009-03-19 Ben Pfaffdpif: Accept 64 kB packets from the kernel.
2009-03-19 Ben PfaffNew function ofpbuf_trim(), for freeing up wasted space...
2009-03-19 Keith AmidonIn init script, redirect core files to known writable...
2009-03-19 Keith AmidonChange init script to interact with xapi better at...
2009-03-19 Ben Pfaffsecchan: Aggregate multiple NetFlow messages into a...
2009-03-18 Ben Pfaffsecchan: Make NetFlow work with any flow, not just...
2009-03-18 Ben Pfaffvlog: Trim trailing new-lines from log messages.
2009-03-18 Keith AmidonFix vswitch init.d file
2009-03-18 Ben PfaffRestore the default maximum backoff to 15 seconds for...
2009-03-18 Ben Pfaffsecchan: Properly maintain super-rule's list of subrule...
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.
next