sliver-openvswitch.git
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.
2008-10-16 Ben PfaffFix boot.sh behavior when OpenFlow extensions are not...
2008-10-16 Ben PfaffDelete trailing whitespace in vlog-socket.c
2008-10-16 Ben PfaffHardcode path to tcpdump as /usr/sbin/tcpdump.
2008-10-16 Ben PfaffFix typo in manpage.
2008-10-16 Ben PfaffRevamp build system to make it easier to integrate...
2008-10-15 Ben Pfaffsecchan: Make sure fail-open doesn't drop the first...
2008-10-14 Ben PfaffRework STP implementation in controller.
2008-10-14 Ben PfaffSet DHCP maximum retransmission timeout to 3 seconds...
2008-10-14 Ben Pfaffdhcp-client: Log DHCP messages at higher priority.
2008-10-14 Ben Pfaffdhcp-client: Fix computation of timeouts.
2008-10-14 Ben Pfaffsecchan: Log switch datapath id at startup.
2008-10-14 Ben PfaffNew routine ofpbuf_put_zeros() to simplify a common...
2008-10-14 Ben Pfaffsecchan: Remove unhelpful STP-related log message.
2008-10-14 Ben Pfaffsecchan: Increase max number of local_cbs to accommodat...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-14 Ben PfaffNo problum any more.
2008-10-14 Justin PettitConditionally leave out a few more things if "--enable...
2008-10-14 Justin PettitRemove unnecessary check for validity when dereferencin...
2008-10-14 Justin PettitFix dereference of previously freed data.
2008-10-14 Justin PettitReturn error message when a flow can't be added due...
2008-10-13 Justin PettitAllow SNAT to build on older (2.6.15) and new (2.6...
2008-10-13 Justin PettitWhen sending error messages, set the length properly.
2008-10-13 Ben Pfaffrconn: Never report being in failure mode while connected.
2008-10-13 Ben Pfaffrconn: Improve log message when peer closes connection.
2008-10-12 Justin PettitRemove OFPT_TABLE reference.
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-10 Justin PettitFree sk_buffs with kfree_skb() instead of just kfree().
2008-10-10 Ben Pfaffrconn: Be pickier about what constitutes a successful...
2008-10-10 Ben PfaffFix inaccurate log message.
2008-10-09 Ben PfaffUpdate documentation to talk about userspace datapath.
2008-10-09 Ben PfaffRemove secchan dependence on Netlink for connecting...
2008-10-09 Ben PfaffMake rconn_disconnect() a no-op if already disconnected.
2008-10-09 Ben PfaffNew function stp_set_bridge_id() to change the bridge...
2008-10-09 Ben PfaffNew function dhclient_get_netdev().
2008-10-09 Ben PfaffImplement dhclient_destroy().
2008-10-09 Ben PfaffAdd support for TAP virtual network devices in netdev.
next