summaryrefslogtreecommitdiff
path: root/lib/ofp-util.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-util: Fix typo in comment.Ben Pfaff2012-03-151-1/+1
* Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff2012-03-071-3/+140
* openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff2012-03-071-16/+16
* netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff2012-03-071-0/+5
* ofp-util: Add functions for working with OpenFlow 1.1 port numbers.Ben Pfaff2012-03-071-0/+3
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-19/+73
* Add ability to direct "packet-in"s to particular controllers.Ben Pfaff2012-02-271-0/+2
* ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff2012-02-271-0/+4
* ofp-util: Remove duplicate declaration of ofputil_decode_packet_in()Simon Horman2012-02-271-2/+0
* Implement new "fin_timeout" action and "learn" feature.Ben Pfaff2012-02-151-0/+3
* ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff2012-02-091-0/+1
* ofp-util: New function ofputil_encode_barrier_request().Ben Pfaff2012-02-091-0/+2
* ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff2012-02-091-8/+14
* Add information about time left before timeouts to flow dumps.Ben Pfaff2012-02-071-2/+6
* ofproto: New action TTL decrement.Pravin B Shelar2012-01-131-1/+1
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-158/+16
* openflow: New Nicira Extended PACKET_IN format.Ethan Jackson2012-01-101-1/+14
* flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson2012-01-101-1/+2
* ofputil: New function ofputil_decode_packet_in().Ethan Jackson2012-01-101-0/+3
* ofp-util: Don't use ofpbuf in ofputil_packet_in struct.Ethan Jackson2012-01-101-1/+3
* ofproto: Always clone packets in PACKET_IN message.Ethan Jackson2012-01-101-2/+1
* Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit2011-12-271-0/+3
* ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff2011-11-021-0/+2
* Implement new fragment handling policy.Ben Pfaff2011-10-211-0/+3
* ofp-util: New function for parsing key-value pairs.Ben Pfaff2011-09-131-0/+3
* ofp-util: Add type-safe functions for serializing actions.Ben Pfaff2011-09-131-0/+24
* ofp-util: Further abstract definitions of action properties.Ben Pfaff2011-09-131-29/+47
* ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff2011-09-131-0/+4
* nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson2011-08-121-1/+2
* ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff2011-08-091-3/+3
* ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff2011-08-091-4/+4
* New action NXAST_RESUBMIT_TABLE.Ben Pfaff2011-08-091-0/+1
* lib: Adapt headers for use in C++.Casey Barker2011-08-041-1/+2
* bundle: New action "bundle_load".Ethan Jackson2011-07-221-1/+2
* vswitch: Implement bundle action.Ethan Jackson2011-07-191-1/+2
* ofputil: Export ofputil_check_output_port().Ethan Jackson2011-07-191-0/+1
* ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff2011-06-301-0/+32
* ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff2011-06-301-7/+30
* ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff2011-06-301-1/+1
* Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff2011-06-141-6/+6
* ofp-util: New functions ofputil_actions_equal(), ofputil_actions_clone().Ben Pfaff2011-06-141-0/+4
* ofproto: Better abstract flow stats encoding.Ben Pfaff2011-06-141-0/+2
* ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff2011-06-141-0/+11
* openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff2011-06-141-4/+10
* ovs-controller: Allow --wildcards to specify a wildcard set.Ben Pfaff2011-06-011-0/+1
* ofp-util: Export (again) a generalized function for normalizing rules.Ben Pfaff2011-05-271-0/+1
* Merge 'next' into 'master'.Ben Pfaff2011-05-181-2/+9
|\
| * Merge 'master' into 'next'.Ben Pfaff2011-05-121-16/+7
| |\
| * | Implement basic multiple table support.Ben Pfaff2011-05-121-2/+8
| * | Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-041-1/+1