sliver-openvswitch.git
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.
2008-10-09 Ben PfaffFix use-after-free error.
2008-10-06 Justin PettitUnconditionally set skb->dev in dp_set_origin.
2008-10-06 Justin PettitProperly set in_port in skb for Flow Mod messages.
2008-10-06 Ben PfaffIn ofp_packet_to_string(), make tcpdump print Ethernet...
2008-10-06 Ben PfaffAdd explanatory comment to make_unix_socket().
2008-10-06 Ben PfaffNo longer necessary to obtain Ethernet header in netdev...
2008-10-06 Ben PfaffNew function get_unix_name_len() to simplify code.
2008-10-06 Ben PfaffMake ofp_error() preserve the value of errno.
2008-10-06 Ben PfaffRandom Ethernet addresses should be private and should...
2008-10-06 Ben PfaffFix typo in comment.
2008-10-06 Ben PfaffFix typo in comment.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-30 Justin PettitProperly allocate flow action blocks in user-space...
2008-09-26 Justin PettitShow OpenFlow wire version when pretty printing feature...
2008-09-26 Justin PettitRemove kernel datapath unit tests.
2008-09-26 Justin PettitAdded missing header file.
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-24 Ben PfaffRemove unused, obsolete attributes from OpenFlow netlin...
2008-09-24 Ben PfaffFix typo in comment.
2008-09-24 Ben PfaffAvoid assertion failure connecting to unsupported remov...
2008-09-23 Ben PfaffDisable STP in secchan by default (but let --stp enable...
2008-09-23 Justin PettitInitial checkin of OpenFlow specification LaTeX source.
2008-09-23 Ben Pfaffstp: Turn off STP on ports that are disabled or have...
2008-09-23 Justin PettitCleanup printing of ofp_port_mod a bit.
2008-09-23 Ben Pfaffstp: Increase hello time to 2 seconds.
2008-09-23 Justin PettitMake sure to set 'port_no' in ofp_port_mod messages.
2008-09-23 Justin PettitFirst cut of pretty printer of ofp_port_mod messages.
2008-09-23 Justin PettitFix some old references to OFPPFL_ in comments.
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-20 Ben PfaffDrop port_watcher support for editing ports.
2008-09-20 Ben PfaffGet rid of per-port STP implemented bits, by reducing...
next