Make table_id in OpenFlow messages 8 bits, since 255 should be enough.
[sliver-openvswitch.git] / switch / datapath.c
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-15 Ben PfaffAdd missing calls to htons/ntohs in accesses to miss_se...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffFix logic bug in userspace switch that could cause...
2008-04-01 Ben PfaffAdd clarifying comment.
2008-04-01 Ben PfaffGet rid of tables' dependency on the datapath.
2008-04-01 Ben PfaffMake the datapath responsible for the controller connec...
2008-04-01 Ben PfaffMerge datapath.[ch] with forward.[ch].
2008-04-01 Ben PfaffClean up and comment netdev implementation.
2008-04-01 Ben PfaffSupport jumbo frames, by allocating enough memory for...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffImplement userspace switch.