sliver-openvswitch.git
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...
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-19 Ben PfaffAdd the ability to disable the STP implementation.
2008-09-19 Ben PfaffFix boot.sh for the case where the extensions repositor...
2008-09-19 Ben Pfaffvlogconf: Don't abort when given unknown option.
2008-09-19 Justin PettitSlight improvement to printing of ofp_port_status messages.
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-18 Justin PettitUse "~" in designating beta versions to make version...
2008-09-18 Justin PettitUpdate pointer to "ext" to contain latest changes.
2008-09-18 Ben PfaffFix failure to back off when vconn_open() fails immedia...
2008-09-18 Justin PettitUpdate the ChangeLog with the changes since v0.8.1...
2008-09-17 Ben PfaffSuppress Automake warning about overriding distdir.
2008-09-17 Ben PfaffIgnore generated files in debian/.
2008-09-17 Ben PfaffPut "+ext" in the distribution filename if OpenFlow...
2008-09-17 Ben PfaffTest Debian packaging at "make distcheck" time.
2008-09-17 Ben PfaffAlso distribute Debian packaging.
2008-09-16 Ben PfaffMake "controller nl:0" work again, by fixing a layering...
2008-09-16 Ben PfaffUpdate ext submodule to make it build with latest OpenFlow.
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-16 Ben PfaffUse RSA instead of DSA by default for the OpenFlow...
2008-09-16 Ben PfaffMake it easier to bootstrap the PKI for SSL connections...
2008-09-16 Ben Pfaffofp-pki: Give controller and switch CA distinctive...
2008-09-16 Ben PfaffChange STP parameters to the minimum values allowed...
2008-09-15 Ben PfaffAdd -Wdeclaration-after-statement to CFLAGS.
2008-09-15 Ben PfaffFix "make distcheck".
2008-09-15 Ben PfaffIgnore some more generated files.
2008-09-15 Ben PfaffFix OpenFlow extensions submodule to build again.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Justin PettitIgnore hwtable_dummy.c symlink in kernel build directories.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Ben PfaffBreak passive vconns out into separate pvconn routines...
2008-09-15 Ben PfaffMake "struct vconn" opaque.
2008-09-15 Ben PfaffFix handling of port flags.
2008-09-15 Justin PettitFix broken stat requests over netlink.
2008-09-13 Justin PettitKeep old stats when a Flow Add replaces an existing...
2008-09-13 Justin PettitClean up the code in the sample hardware table code.
2008-09-13 Justin PettitFix crash when no actions are specified.
2008-09-11 Ben PfaffUse vconn_init() instead of explicit initialization...
2008-09-11 Ben PfaffGet rid of OFP_MAXLEN.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Ben PfaffAdd vendor-specific messages and statistics to OpenFlow...
2008-09-10 Ben PfaffFix uninitialized data read in secchan.
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffZero out otherwise uninitialized padding in make_unbuff...
2008-09-09 Ben PfaffFix instructions for running ofp-pki: "new-pki" is...
2008-09-09 Ben PfaffSend of0 packets from workqueue, to avoid recursive...
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-08 Ben PfaffRe-add extensions submodule that was accidentally dropped.
2008-09-06 Ben PfaffCompatibility fixes for 2.6.18 kernel
2008-09-06 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-04 Ben PfaffUse make_openflow() function to simplify send_features_...
2008-09-04 Ben PfaffFix typo in comment.
2008-09-04 Ben PfaffIn userspace switch, don't truncate packets to 0 bytes...
2008-09-04 Ben PfaffDrop unneeded inclusions of ofp-print.h.
2008-09-04 Ben PfaffDon't use designated struct member initializers in...
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-09-04 Ben PfaffRevert "Do not send in-band control traffic to the...
2008-09-04 Ben PfaffTolerate existing definitions of MIN, MAX macros.
2008-09-04 Ben PfaffFix included headers.
2008-09-04 Ben PfaffRename struct queue to struct ofp_queue.
2008-09-04 Ben PfaffAvoid pointer arithmetic on void*.
2008-09-04 Ben PfaffAdd -Wpointer-arith to compiler flags.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-09-04 Ben PfaffSimplify code by using rconn_send_with_limit() helper...
2008-09-04 Ben PfaffInitialize otherwise uninitialized variable.
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitAdd serial number to description status message.
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-03 Ben PfaffAlso disable atexit hooks in fatal_signal_fork().
2008-09-02 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-02 Ben PfaffMinimal fix for in-band control loop with hub.
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-09-02 Ben PfaffUpdate ext.
2008-08-29 Ben PfaffMake "make dist", "make clean" work without extensions...
2008-08-29 Ben PfaffFix detection of OpenFlow extensions submodule.
2008-08-29 Ben PfaffFix "make distcheck" error due to failure to clean...
2008-08-29 Ben PfaffAdd support for extensions submodule.
2008-08-28 Ben PfaffRemove duplicate prefixes on switch-status items.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-28 Ben PfaffAdd ability to run fatal signal hooks upon normal termi...
2008-08-28 Ben PfaffAdd license notice to acinclude.m4, configure.ac.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-28 Ben PfaffFix test for fcntl return value.
2008-08-28 Ben PfaffMake OpenFlow kernel module print protocol version.
2008-08-27 Ben PfaffAllow multiple -l or --listen options on secchan comman...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-26 Ben Pfaffvlog: Implement rate-limiting.
2008-08-26 Ben Pfaffvlog: Simplify vlog() by using dynamic-string functions.
next