nx-match: Update register check functions.
[sliver-openvswitch.git] / include / openflow /
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'.
2011-05-16 Ben Pfaffopenflow: Change types from uint<N>_t to ovs_be<N>.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-02-23 Ben Pfaffnicira-ext: Fix comment.
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-01-19 Ben Pfaffnx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2011-01-12 Ben Pfaffnicira-ext: Fix typo in comment.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-17 Ben Pfaffnicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.
2010-12-13 Ben Pfaffnicira-ext: Correct and extend examples for NXM_OF_VLAN...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-09 Ben Pfaffnicira-ext: Remove unused macro NICIRA_OUI_STR.
2010-12-07 Ben Pfaffnicira-ext: Clarify comments about 'src' and 'dst'...
2010-12-07 Ben Pfaffnicira-ext: Clarify and fix macros to check for NXM...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-12-02 Ben Pfaffopenflow: Remove vestigial support for including from...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-08 Ben Pfaffnicira-ext: Shuffle comments around.
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben PfaffSync Nicira error number assignments with "wdp" branch.
2010-11-05 Ben PfaffFix typos in comments.
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-09-10 Ben Pfaffovs-ofctl: Add support for drop_spoofed_arp action.
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-13 Ben Pfaffofproto: Add support for NXAST_RESUBMIT recursion.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-04-20 Ben Pfaffofproto: Add support for master/slave controller coordi...
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Ben Pfaffofproto: Use original in_port for executing NXAST_RESUB...
2010-04-13 Ben Pfaffofproto: Make NXAST_RESUBMIT take header modifications...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitopenflow: Fix frag config flag values
2010-02-20 Justin Pettitofproto: Set protocol version to 0x01 (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add wire-compatibility for slicing (OpenFlow...
2010-02-20 Justin Pettitofproto: Querying port stats for individual ports ...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Improve resolution of flow stats and removed...
2010-02-20 Justin Pettitofproto: Add support for matching IP addresses in ARP...
2010-02-20 Justin Pettitofproto: Add support for flow cookies (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Add user-specifiable datapath description...
2010-02-20 Justin Pettitofproto: Use 64-bit datapath id and management id ...
2010-02-20 Justin Pettitofproto: Add support for barrier command (OpenFlow...
2010-02-20 Justin Pettitofproto: Cleanups to openflow.h (OpenFlow 0.9)
2010-02-20 Justin Pettitofproto: Add selective Flow Removed messages and flow...
2010-02-20 Justin Pettitofproto: Check overlap, emerg flow cache, and error...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-12 Ben Pfaffopenflow.h: Remove unused OFP_PACKED macro.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-01 Ben PfaffClean up nicira-ext.h header a bit.
2010-02-01 Ben Pfaffofproto: Mark NXT_ACT_SET_CONFIG and NXT_ACT_GET_CONFIG...
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-01-26 Ben PfaffFix "make distcleancheck" by deleting the nicira-ext...
2010-01-25 Ben PfaffAdd build checks for portable OpenFlow structure paddin...
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-13 Justin Pettitofproto: Correct structure length assertion for ofp_act...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
next