Add support for vendor-defined and variable-length actions.
[sliver-openvswitch.git] / include / openflow.h
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-23 Justin PettitFix some old references to OFPPFL_ in comments.
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-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-11 Ben PfaffGet rid of OFP_MAXLEN.
2008-09-10 Ben PfaffDelete OFPST_SWITCH and make it available as a Nicira...
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Ben PfaffAdd vendor-specific messages and statistics to OpenFlow...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-04 Justin PettitAdd serial number to description status message.
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