Fix compiler warning about mismatch with format type.
[sliver-openvswitch.git] / switch /
2008-05-09 Justin PettitZero-out invalid fields when extracting a "match" and...
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-07 Ben PfaffWhen deleting flows, only insist on matching priority...
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-03 Justin PettitFix typo in comment.
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffConvert tabs to spaces to fix indentation issues.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffClear padding bytes in fill_flow_stats(), to avoid...
2008-05-02 Ben PfaffInitialize n_flows member in table-hash.
2008-05-01 Justin PettitAdd support for OFPP_TABLE virtual port to user-space...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Natasha GudeUpdated version references to OFP_VERSION
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffExpand tabs to spaces in dp_send_flow_stats.
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 PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
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 PfaffBetter abstract controller_connection.
2008-04-01 Ben PfaffReverse the dependency of controller.c on forward.c.
2008-04-01 Ben PfaffHide contents of sw_chain.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
2008-04-01 Ben PfaffClean up and comment netdev implementation.
2008-04-01 Ben PfaffSupport jumbo frames, by allocating enough memory for...
2008-04-01 Ben PfaffUse LIST_FOR_EACH_SAFE, not LIST_FOR_EACH, when deletin...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 casado- Turn off ssl support by default
2008-03-28 Ben PfaffAdd list of to-do items for userspace switch.
2008-03-28 Ben PfaffImplement userspace switch.