Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / include / openflow /
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffnicira-ext: Drop nx_aggregate_stats_reply structure.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-23 Simon Hormanofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben PfaffAdd OFPRR_EVICTION to enum ofp_flow_removed_reason.
2012-07-06 Ben Pfaffnicira-ext: Fix wrong information in comment.
2012-07-05 Simon Hormanopenflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
2012-07-05 Isaku Yamahataopenflow-1.2: correct action number
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-06-28 Ben Pfaffopenflow: Move enums for "packet_out" and "flow_mod...
2012-06-27 Ben Pfaffnicira-ext: Fix typo in comment.
2012-06-27 Joe Stringernicira-ext: Fix nx-action documentation
2012-06-26 Mehak MahajanSetting miss_send_len on receiving NXT_SET_ASYNC_CONFIG...
2012-06-15 Simon Hormanopenflow: Add ofp11_group
2012-06-13 Ben Pfaffopenflow-1.0.h: Clarify meaning of nw_tos in struct...
2012-06-13 Ben PfaffAllow general masking of IPv6 addresses rather than...
2012-06-13 Ben PfaffAllow general masking of IPv4 addresses rather than...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-13 Ben Pfaffopenflow-1.1.h: Fix OFPFW11_* definitions.
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-06-08 Simon Hormanopenflow: Use spaces for indentation
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-08 Justin PettitOpenFlow: Move stats message enums into "common".
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-25 Simon HormanAdd OXM_OF_* definitions
2012-04-25 Simon HormanCorrect OFPXMC12_{OPENFLOW_BASIC,EXPERIMENTER} definitions
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-03-30 Simon HormanDefinitions for Open Flow 1.2
2012-03-30 Simon HormanAdd some missing Open Flow 1.1 definitions
2012-03-30 Simon HormanAdd some missing Open Flow 1.0 definitions
2012-03-30 Simon HormanMove structures into openflow-common.h
2012-03-30 Simon HormanUse ovs_be16 in ofp_queue_prop_min_rate
2012-03-30 Simon HormanUse ovs_be32 in nx_flow_mod_table_id
2012-03-28 Simon HormanAdd some missing common Open Flow definitions
2012-03-12 Ben Pfaffopenflow: Properly clean out stamp files on "make clean".
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-08 Ethan Jacksongit: Update gitignore to include new hstamp suffix.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben Pfaffofp-util: Add functions for working with OpenFlow 1...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffMove content of openflow.h into openflow-1.0.h.
2012-02-28 Simon HormanUse struct nicira_header nxh in struct nx_set_flow_format
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffofp-util: New functions for string versions of ofp_pack...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-02 Ben Pfaffnicira-ext: Add size check for struct nx_role_request.
2012-01-27 Ben Pfaffnicira-ext: Remove duplicative error codes.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffofp-util: Extend message decoding data structures with...
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-07 Ben Pfaffnicira-ext: Improve comment.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-02 Ben Pfaffofproto: Reject invalid input ports in OFPT_PACKET_OUT...
2011-11-02 Ben Pfaffofproto: Add error code for bad role.
2011-11-02 Ben Pfaffofproto: Issue OpenFlow error for bad table IDs.
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonnicira-ext: Fix stale documentation in the bundle action.
2011-10-27 Ethan Jacksonbundle: Allow OFPP_NONE in bundle actions.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-18 Ben Pfafflearn: Correct example in nicira-ext.h and add examples...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-04 Justin Pettitnicira-ext: Bump number of registers to five from four.
2011-09-19 Ben Pfaffnicira-ext: Clarify comment.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-09 Ben Pfaffnicira-ext: Fix NXM example.
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-07-26 Ben Pfaffnx-match: Make more fields writable with NXAST_REG_MOVE...
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-19 Ethan Jacksonnicira-ext: Generalize nx_mp_fields into nx_hash_fields.
2011-06-15 Ethan Jacksonnicira-ext: Fix incorrect comment in autopath definition.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_flow_stats_request and ofp_aggregat...
2011-06-14 Ben Pfaffopenflow: Remove 'body' member from struct ofp_stats_msg.
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-10 Ben Pfaffnicira-ext: Explicitly assign each extension message...
2011-06-10 Ben Pfaffnicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
next