sliver-openvswitch.git
2008-11-13 Ben PfaffIn handle_arp_snat() and snat_pre_route() pull enough...
2008-11-13 Ben PfaffIn update_mapping(), update m->hw_addr unconditionally.
2008-11-13 Ben PfaffFactor common SNAT code into new functions.
2008-11-13 Ben PfaffMake snat_skb() skb argument const.
2008-11-13 Ben PfaffDon't process packets in NAT that aren't destined for us.
2008-11-13 Ben PfaffOrphan and clone packets transmitted on dp_dev (proper...
2008-11-13 Ben PfaffAlways compile openflow modules with debug information.
2008-11-11 Ben PfaffCheck kmalloc() return value.
2008-11-11 Ben PfaffFix typo: = should be ==
2008-11-11 Ben PfaffStopgap fix for bug #478, where kernel panics on SNAT...
2008-11-10 Ben PfaffFix " is running" and " is not running" messages from...
2008-11-10 Ben PfaffMake openflow-switch depend on dmidecode, procps instea...
2008-11-10 Ben PfaffAdd build number to kernel modules built via Debian...
2008-11-07 Ben PfaffAdd --with-build-number configure argument and support...
2008-11-06 Justin PettitAdd --monitor flag to default init scripts for secchan.
2008-11-06 Ben PfaffNew package openflow-dbg for debugging symbols for...
2008-11-06 Ben PfaffFix typo in code to set core limit that broke the openf...
2008-11-05 Ben PfaffAdd openflow-switch settings for the limit on core...
2008-11-05 Ben PfaffAdd new Debian package "corekeeper" to centralize and...
2008-11-05 Justin PettitRename switchmon to switchui.
2008-11-05 Ben PfaffIgnore openflow-monitor and openflow-wdt build directories.
2008-11-05 Justin PettitAdd dist_sbin_SCRIPTS make target.
2008-11-05 Justin PettitHave git ignore the monitor and wdt packaging links.
2008-11-05 Ben PfaffWhen a new OpenFlow kernel module package is installed...
2008-11-05 Ben PfaffUnload kernel module when stopping switch, in Debian...
2008-11-05 Ben PfaffAdd required "subst" script to EXTRA_DIST.
2008-11-05 Ben PfaffMove "update" remote command from base secchan into...
2008-11-05 Ben PfaffNew switch remote command for setting configuration...
2008-11-05 Ben PfaffMake ofp-switch-setup preserve config variables that...
2008-11-05 Ben PfaffAdd "execute" to dpctl usage message.
2008-11-05 Ben PfaffFix openflow-switch log rotation.
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-11-04 Justin PettitDump more detailed information about system state from...
2008-11-04 Ben PfaffUse "set -e" command instead of "#! /bin/sh -e" magic.
2008-11-04 Ben PfaffAdd missing dependency on openssl to openflow-pki.
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-11-04 Ben PfaffIn reboot script, send SIGUSR1 to ofp-switchmon to...
2008-11-04 Ben PfaffCall VLOG_WARN before send_child_message(), to get...
2008-11-04 Ben PfaffFix location of installed commands.
2008-11-04 Ben PfaffPass --enable-snat to configure for datapath module...
2008-11-03 Ben PfaffMake COMMANDS option in openflow-switch defaults file...
2008-10-31 Ben PfaffAdd libncurses5-dev as build dependency for openflow.
2008-10-31 Ben PfaffImplement log rotation in openflow-switch.
2008-10-31 Ben PfaffMake secchan log to file by default.
2008-10-31 Ben PfaffAdd /var/log/openflow directory to openflow-common.
2008-10-31 Ben PfaffSend openssl output to logfile on "ofp-pki self-sign...
2008-10-31 Ben PfaffDon't make ofp-pki --log option relative to log directory.
2008-10-31 Ben PfaffPut ofp-pki logfile in log directory instead of in...
2008-10-31 Ben PfaffFix openflow-datapath-source bugs added in "Simplify...
2008-10-31 Ben PfaffAdd settings for switch netmask and gateway for in...
2008-10-31 Ben PfaffAdd extension hooks to debian/rules.
2008-10-31 Ben PfaffMove ofp-switch-config into new package openflow-switch...
2008-10-31 Ben PfaffImprove the error message when vconn gets an unexpected...
2008-10-31 Ben PfaffIn openflow-switch init script, correct secchan option...
2008-10-31 Ben PfaffIn openflow-switch init script, do not re-load openflow...
2008-10-31 Ben PfaffIgnore openflow-pki-server directory.
2008-10-31 Ben PfaffAdd missing header file to datapath/Modules.mk.
2008-10-30 Justin PettitPull configuration information from DMI.
2008-10-30 Ben PfaffFix vconn_transact() bug introduced in commit 65ac65a6d2,
2008-10-30 Ben PfaffSimplify debian/rules by adding new openflow-datapath...
2008-10-30 Ben PfaffBreak HTTP parts of openflow-pki package into new openf...
2008-10-29 Ben PfaffFix support for out-of-band control in Debian switch...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-29 Ben PfaffNew function netdev_set_etheraddr().
2008-10-29 Ben PfaffFix parsing of logging options in OpenFlow controller.
2008-10-29 Ben PfaffAdd "self-sign" command to ofp-pki.
2008-10-29 Ben PfaffFix typo in manpage.
2008-10-28 Ben PfaffImprove the command interface so that it sends back...
2008-10-27 Ben PfaffDelete ununsed file Make.vars.
2008-10-27 Ben PfaffAdd a warning when secchan is invoked with a controller...
2008-10-27 Ben PfaffAdd Nicira extension for remote command execution.
2008-10-27 Ben PfaffChange the secchan "hook" mechanism to be easier to...
2008-10-27 Ben PfaffFix typo in default switch config.
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-24 Ben PfaffBreak secchan into multiple files, to make it more...
2008-10-23 Ben PfaffController need not run as root now that we don't use...
2008-10-23 Ben PfaffUpdate manpages to mention new --log-file option.
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-23 Ben PfaffCreate rundir, logdir, pkidir at install time.
2008-10-23 Ben PfaffMake pkidir, rundir, logdir modifiable from "configure...
2008-10-23 Ben PfaffIntroduce logdir (typically /var/log/openflow, by defau...
2008-10-23 Ben Pfaffvlog: Avoid calling any function if nothing will be...
2008-10-23 Ben PfaffMake the format of vlog messages user-configurable.
2008-10-23 Ben PfaffNew functions xvasprintf() and strlcpy() and macro...
2008-10-23 Ben PfaffNew functions ds_put_uninit(), ds_put_char_multiple().
2008-10-23 Ben PfaffConsistently use AM_CPPFLAGS, not AM_CFLAGS, for -D...
2008-10-23 Ben PfaffEnable SNAT in Debian packages.
2008-10-23 Ben PfaffAvoid making Emacs think that this file contains a...
2008-10-23 Ben PfaffAdd support for bootstrapping the CA certificate to...
2008-10-23 Ben PfaffNo need to pass -DVERSION=... to C compiler: Autoconf...
2008-10-23 Ben PfaffMake it possible to open more than one vlog client...
2008-10-23 Justin PettitSwitch default OpenFlow port from 975 and 976 to 6633.
2008-10-22 Justin PettitFix crash when SNAT support is built and traffic is...
2008-10-21 Ben PfaffAdd support for packaging openflowext.
2008-10-17 Ben PfaffAvoid leaving Makefile.am and configure.ac slightly...
2008-10-17 Ben PfaffAdd missing Debian package dependency.
2008-10-17 Ben PfaffModify Makefile.am and configure.ac only if they actual...
2008-10-17 Ben PfaffFix lib/dhparams.c build failure fallout from earlier...
2008-10-16 Ben PfaffCentralize daemon option processing and usage.
next