aboutsummaryrefslogtreecommitdiff
path: root/include/openflow/nicira-ext.h
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-07nicira-ext: Improve comment.Ben Pfaff
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-02ofproto: Reject invalid input ports in OFPT_PACKET_OUT requests.Ben Pfaff
2011-11-02ofproto: Add error code for bad role.Ben Pfaff
2011-11-02ofproto: Issue OpenFlow error for bad table IDs.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27nicira-ext: Fix stale documentation in the bundle action.Ethan Jackson
2011-10-27bundle: Allow OFPP_NONE in bundle actions.Ethan Jackson
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-18learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-09-19nicira-ext: Clarify comment.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-09nicira-ext: Fix NXM example.Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-07-26nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-19nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson
2011-06-15nicira-ext: Fix incorrect comment in autopath definition.Ethan Jackson
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.Ben Pfaff
2011-06-10nicira-ext: Explicitly assign each extension message type a number.Ben Pfaff
2011-06-10nicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-02-23nicira-ext: Fix comment.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-01-19nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on NXAST_REG_LOAD.Ben Pfaff
2011-01-12Automatically extract error types and codes for formatting.Ben Pfaff
2011-01-12nicira-ext: Fix typo in comment.Ben Pfaff
2010-12-17Implement a new Nicira extension action for multipath link selection.Ben Pfaff
2010-12-17nicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.Ben Pfaff
2010-12-13nicira-ext: Correct and extend examples for NXM_OF_VLAN_TCI field.Ben Pfaff
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff