aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-07OpenFlow: Move stats message enums into "common".Justin Pettit
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-04-25Add OXM_OF_* definitionsSimon Horman
2012-04-25Correct OFPXMC12_{OPENFLOW_BASIC,EXPERIMENTER} definitionsSimon Horman
2012-04-13learn: Fix bugs when learn actions use subfields wider than 64 bits.Ben Pfaff
2012-03-30Definitions for Open Flow 1.2Simon Horman
2012-03-30Add some missing Open Flow 1.1 definitionsSimon Horman
2012-03-30Add some missing Open Flow 1.0 definitionsSimon Horman
2012-03-30Move structures into openflow-common.hSimon Horman
2012-03-30Use ovs_be16 in ofp_queue_prop_min_rateSimon Horman
2012-03-30Use ovs_be32 in nx_flow_mod_table_idSimon Horman
2012-03-28Add some missing common Open Flow definitionsSimon Horman
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-03-12openflow: Properly clean out stamp files on "make clean".Ben Pfaff
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-03-08git: Update gitignore to include new hstamp suffix.Ethan Jackson
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff
2012-03-07ofp-util: Add functions for working with OpenFlow 1.1 port numbers.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Move content of openflow.h into openflow-1.0.h.Ben Pfaff
2012-02-27Use struct nicira_header nxh in struct nx_set_flow_formatSimon Horman
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02nicira-ext: Add size check for struct nx_role_request.Ben Pfaff
2012-01-26nicira-ext: Remove duplicative error codes.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12ofp-util: Extend message decoding data structures with version field.Ben Pfaff
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-16datapath: Reformat copyright messages.Jesse Gross
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-12openvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100 to 63.Ben Pfaff
2011-11-11openvswitch.h: Improve comments.Ben Pfaff
2011-11-09datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit