2008-11-05 |
Ben Pfaff | Fix openflow-switch log rotation. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Create vlog sockets after daemonizing, so that pidfiles... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Justin Pettit | Dump more detailed information about system state from... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Use "set -e" command instead of "#! /bin/sh -e" magic. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Add missing dependency on openssl to openflow-pki. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Add build number to datapath version and --version... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | In reboot script, send SIGUSR1 to ofp-switchmon to... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Call VLOG_WARN before send_child_message(), to get... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Fix location of installed commands. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Pass --enable-snat to configure for datapath module... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ben Pfaff | Make COMMANDS option in openflow-switch defaults file... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add libncurses5-dev as build dependency for openflow. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Implement log rotation in openflow-switch. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Make secchan log to file by default. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add /var/log/openflow directory to openflow-common. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Send openssl output to logfile on "ofp-pki self-sign... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Don't make ofp-pki --log option relative to log directory. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Put ofp-pki logfile in log directory instead of in... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Fix openflow-datapath-source bugs added in "Simplify... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add settings for switch netmask and gateway for in... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add extension hooks to debian/rules. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Move ofp-switch-config into new package openflow-switch... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Improve the error message when vconn gets an unexpected... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | In openflow-switch init script, correct secchan option... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | In openflow-switch init script, do not re-load openflow... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Ignore openflow-pki-server directory. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add missing header file to datapath/Modules.mk. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Justin Pettit | Pull configuration information from DMI. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ben Pfaff | Fix vconn_transact() bug introduced in commit 65ac65a6d2, |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ben Pfaff | Simplify debian/rules by adding new openflow-datapath... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ben Pfaff | Break HTTP parts of openflow-pki package into new openf... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | Fix support for out-of-band control in Debian switch... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | Move exported headers to include/openflow, private... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | New function netdev_set_etheraddr(). |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | Fix parsing of logging options in OpenFlow controller. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | Add "self-sign" command to ofp-pki. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ben Pfaff | Fix typo in manpage. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Ben Pfaff | Improve the command interface so that it sends back... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ben Pfaff | Delete ununsed file Make.vars. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ben Pfaff | Add a warning when secchan is invoked with a controller... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ben Pfaff | Add Nicira extension for remote command execution. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ben Pfaff | Change the secchan "hook" mechanism to be easier to... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ben Pfaff | Fix typo in default switch config. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Justin Pettit | Fix leaking of flows when output action validation... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Justin Pettit | Fix leaking of flows when output action validation... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Ben Pfaff | Break secchan into multiple files, to make it more... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Controller need not run as root now that we don't use... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Update manpages to mention new --log-file option. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | vlog: Add ability to log to an arbitrary file, and... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Create rundir, logdir, pkidir at install time. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Make pkidir, rundir, logdir modifiable from "configure... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Introduce logdir (typically /var/log/openflow, by defau... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | vlog: Avoid calling any function if nothing will be... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Make the format of vlog messages user-configurable. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | New functions xvasprintf() and strlcpy() and macro... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | New functions ds_put_uninit(), ds_put_char_multiple(). |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Consistently use AM_CPPFLAGS, not AM_CFLAGS, for -D... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Enable SNAT in Debian packages. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Avoid making Emacs think that this file contains a... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Add support for bootstrapping the CA certificate to... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | No need to pass -DVERSION=... to C compiler: Autoconf... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Ben Pfaff | Make it possible to open more than one vlog client... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Justin Pettit | Switch default OpenFlow port from 975 and 976 to 6633. |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Justin Pettit | Fix crash when SNAT support is built and traffic is... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Ben Pfaff | Add support for packaging openflowext. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ben Pfaff | Avoid leaving Makefile.am and configure.ac slightly... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ben Pfaff | Add missing Debian package dependency. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ben Pfaff | Modify Makefile.am and configure.ac only if they actual... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ben Pfaff | Fix lib/dhparams.c build failure fallout from earlier... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Centralize daemon option processing and usage. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Fix boot.sh behavior when OpenFlow extensions are not... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Delete trailing whitespace in vlog-socket.c |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Hardcode path to tcpdump as /usr/sbin/tcpdump. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Fix typo in manpage. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Revamp build system to make it easier to integrate... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Ben Pfaff | secchan: Make sure fail-open doesn't drop the first... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | Rework STP implementation in controller. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | Set DHCP maximum retransmission timeout to 3 seconds... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | dhcp-client: Log DHCP messages at higher priority. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | dhcp-client: Fix computation of timeouts. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | secchan: Log switch datapath id at startup. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | New routine ofpbuf_put_zeros() to simplify a common... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | secchan: Remove unhelpful STP-related log message. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | secchan: Increase max number of local_cbs to accommodat... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | Support up to 0xff00 ports in OpenFlow, without changin... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ben Pfaff | No problum any more. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Justin Pettit | Conditionally leave out a few more things if "--enable... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Justin Pettit | Remove unnecessary check for validity when dereferencin... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Justin Pettit | Fix dereference of previously freed data. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Justin Pettit | Return error message when a flow can't be added due... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Justin Pettit | Allow SNAT to build on older (2.6.15) and new (2.6... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Justin Pettit | When sending error messages, set the length properly. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Ben Pfaff | rconn: Never report being in failure mode while connected. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Ben Pfaff | rconn: Improve log message when peer closes connection. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Justin Pettit | Remove OFPT_TABLE reference. |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Justin Pettit | Add support for Source-NAT to Linux 2.6 datapaths. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Justin Pettit | Free sk_buffs with kfree_skb() instead of just kfree(). |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Ben Pfaff | rconn: Be pickier about what constitutes a successful... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Ben Pfaff | Fix inaccurate log message. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Ben Pfaff | Update documentation to talk about userspace datapath. |
commit | commitdiff | tree | snapshot |
next |