aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
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-11-01openvswitch.h: Add missing words in comment.Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
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-25datapath: Improve <linux/openvswitch.h> comments.Ben Pfaff
2011-10-23datapath: Cleanup openvswitch.h formatting.Jesse Gross
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-18learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff
2011-10-18types: Fix endianness check.Ben Pfaff