Add reminder comment to lib/learning-switch.c.
[sliver-openvswitch.git] / lib / learning-switch.c
2008-12-17 Ben PfaffAdd reminder comment to lib/learning-switch.c.
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-14 Ben PfaffRework STP implementation in controller.
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-09-23 Justin PettitMake sure to set 'port_no' in ofp_port_mod messages.
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-20 Ben PfaffGet rid of per-port STP implemented bits, by reducing...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-04 Ben PfaffUse make_openflow() function to simplify send_features_...
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-08-08 Ben PfaffSet up flow to drop packets that come in on their outpu...
2008-07-30 Justin PettitDon't allow the learning switch to send packets back...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffFix behavior when system date is negative.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.