aboutsummaryrefslogtreecommitdiff
path: root/include/openflow
AgeCommit message (Expand)Author
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-02-23nicira-ext: Fix comment.Ben Pfaff
2011-02-05openflow: Use types and accessors for half-aligned 64-bit fields.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
2011-01-11Add some new generated files to .gitignore.Justin Pettit
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
2010-12-09nicira-ext: Remove unused macro NICIRA_OUI_STR.Ben Pfaff
2010-12-07nicira-ext: Clarify comments about 'src' and 'dst' in NXAST_REG actions.Ben Pfaff
2010-12-07nicira-ext: Clarify and fix macros to check for NXM metadata registers.Ben Pfaff
2010-12-03nicira-ext: Name the enum used for flow formats, to clarify code.Ben Pfaff
2010-12-02openflow: Remove vestigial support for including from kernel.Ben Pfaff
2010-12-02openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff
2010-11-24ofproto: Send OFPT_PORT_STATUS messages to primary slave controllers.Ben Pfaff
2010-11-15nicira-ext: New Nicira vendor action NXAST_NOTE.Ben Pfaff
2010-11-11Add support for matching Ethernet multicast frames.Ben Pfaff
2010-11-11ofproto: Implement support for registers in extended flow match.Ben Pfaff
2010-11-09ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff
2010-11-08nicira-ext: Shuffle comments around.Ben Pfaff
2010-11-05ofproto: Generalize tun_id_from_cookie into flow_format.Ben Pfaff
2010-11-05Sync Nicira error number assignments with "wdp" branch.Ben Pfaff
2010-11-05Fix typos in comments.Ben Pfaff
2010-11-05ofp-util: Add infrastructure for vendor extensions to OpenFlow error codes.Ben Pfaff
2010-10-02Add Nicira extension for modifying queue without transmittingJustin Pettit
2010-09-10ovs-ofctl: Add support for drop_spoofed_arp action.Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-13ofproto: Add support for NXAST_RESUBMIT recursion.Ben Pfaff
2010-06-17Implement QoS framework.Ben Pfaff
2010-06-15vlog: Check that all declared vlog modules are used, at "make" time.Ben Pfaff
2010-04-20ofproto: Add support for master/slave controller coordination.Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-14ofproto: Use original in_port for executing NXAST_RESUBMIT actions.Ben Pfaff
2010-04-13ofproto: Make NXAST_RESUBMIT take header modifications into account.Ben Pfaff
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20openflow: Fix frag config flag valuesJustin Pettit
2010-02-20ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add wire-compatibility for slicing (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit