Implement new OpenFlow "switch statistics" feature.
[sliver-openvswitch.git] / include / openflow.h
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-05 Ben PfaffFix typo in comment.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMake openflow.h SWIG-friendly.
2008-07-17 Ben PfaffAssert on structure sizes in openflow.h.
2008-07-17 Ben PfaffAdjust OpenFlow to have same structure layout on 32...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-05 Justin PettitClean-up OpenFlow main header a bit.
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
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-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-29 Ben PfaffFix openflow.h compilation with GCC 2.95.
2008-04-28 Ben PfaffFix typo in comment.
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-22 Justin PettitAdd priority field to flow_mod...code to support this...
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-16 Justin PettitUse new OpenFlow protocol versioning scheme.
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-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffAdd tag to enum for OpenFlow statistics type.
2008-03-04 Martin CasadoInitial import