Fix problem with identifying SNAP frames when extracting flows.
[sliver-openvswitch.git] / datapath / datapath.c
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-05 Ben PfaffSupport pre-Linux 2.6.20 genetlink, which didn't have...
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 PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffClear padding bytes in fill_flow_stats(), to avoid...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-23 Ben PfaffHandle memory allocation failure in dp_output_control().
2008-04-22 Justin PettitBUG #4.
2008-04-17 Justin PettitFix a problem with not allocating enough room for netli...
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Justin Pettit- Keep datapath config in host-byte order (and fix...
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 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-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-07 Ben PfaffDon't read info->attrs[DP_GENL_A_OPENFLOW] twice, unnec...
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-02 Justin PettitBy more liberal (egads!) about allocating space for...
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-03-28 Justin PettitUpdate 2007 copyrights to include 2008.
2008-03-28 Ben PfaffInitialize pad byte in ofp_packet_in messages, to avoid...
2008-03-04 Martin CasadoInitial import