openvswitch
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.
2009-04-01 Ben PfaffLog a warning when the interval between poll_block...
2009-04-01 Ben PfaffFix failures in unit tests.
2009-04-01 Ben PfaffFix typo in manpage.
2009-04-01 Ben PfaffAdd missing debian/automake.mk.
2009-04-01 Ben PfaffAdd forgotten header files, to fix "make dist".
2009-03-31 Ben Pfaffboot.sh: Avoid the need for Git repository information
2009-03-31 Ben PfaffBe more liberal about what constitutes a virtual interf...
2009-03-31 Ben Pfaffvswitch: Do not use "xe" on XenServer, to avoid deadlock.
2009-03-30 Justin PettitFix newly introduced newline in brcompatd init script.
2009-03-30 Justin PettitVarious fixes for vswitch-brcompatd init script.
2009-03-30 Justin PettitFix missing newline suppression in vswitchd automake.mk.
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.
next