aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
AgeCommit message (Expand)Author
2011-11-21ofp-util: Support OFPP_LOCAL in enqueue actions.Ethan Jackson
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10ofp-util: Rename MAY_IPV6_ADDR to MAY_IPV6.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.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-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-18ofp-util: Avoid misaligned memory access in ofputil_encode_packet_in().Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-09-29ofp-util: make_packet_out() shouldn't receive OVSP_NONE.Jesse Gross
2011-09-15ofp-util: Remove obsolete build assertion.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13ofp-util: New function for parsing key-value pairs.Ben Pfaff
2011-09-13ofp-util: Add type-safe functions for serializing actions.Ben Pfaff
2011-09-13ofp-util: Further abstract definitions of action properties.Ben Pfaff
2011-09-13ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-12flow: New FLOW_WC_SEQ build assertion.Ethan Jackson
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
2011-08-08ofp-util: Rewrite action decoding to improve compiler warnings.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-19ofputil: Export ofputil_check_output_port().Ethan Jackson
2011-06-30ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-15ofp-util: Send table_id correctly in OpenFlow 1.0 flow_mods.Ben Pfaff
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14ofp-util: New functions ofputil_actions_equal(), ofputil_actions_clone().Ben Pfaff
2011-06-14ofproto: Better abstract flow stats encoding.Ben Pfaff
2011-06-14ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14openflow: Merge ofp_flow_stats_request and ofp_aggregate_stats_request.Ben Pfaff
2011-06-14openflow: Remove 'body' member from struct ofp_stats_msg.Ben Pfaff
2011-06-14openflow: Merge ofp_stats_request and ofp_stats_reply.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-06-01ovs-controller: Allow --wildcards to specify a wildcard set.Ben Pfaff
2011-06-01ofp-util: Factor wildcard translation out of ofputil_cls_rule_from_match().Ben Pfaff
2011-06-01ofp-util: Simplify logic for computing vlan_tci and vlan_tci_mask.Ben Pfaff