aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-parse.c
AgeCommit message (Expand)Author
2013-02-01ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.Justin Pettit
2013-01-28ofproto-dpif: Require an in_port when tracing datapath flows.Ethan Jackson
2012-12-21ovs: Replace TODO:XXX with XXX.Ethan Jackson
2012-11-30ofp-actions: Add OpenFlow1.1+ Set Queue actionSimon Horman
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-26OF11: push_vlan supportIsaku Yamahata
2012-10-18ofp-actions: Implement writing to metadata fieldJoe Stringer
2012-10-18ofp-actions: Prefer OFPAT11_DEC_TTL to NXAST_DEC_TTL for OpenFlow 1.1+.Ben Pfaff
2012-10-18ofp-parse: Remove unreachable code.Ben Pfaff
2012-10-18ofpaction: support OF11 pop_vlanIsaku Yamahata
2012-10-18ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff
2012-10-18lib: support OF11 dec_nw_ttlIsaku Yamahata
2012-10-16instruction/clear-actions: string parser/formater, of packet decoder/encoderIsaku Yamahata
2012-10-16instruction: support goto-table actionIsaku Yamahata
2012-09-28ofp-actions: Add parsing of set_field actionsSimon Horman
2012-09-20ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff
2012-09-04lib/ofp-util: preparation for OF12 of ofp-utilSimon Horman
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-08-28nicira-ext: Deprecate the autopath action.Ethan Jackson
2012-08-16Add Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.Mehak Mahajan
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-03ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-07-03ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_action_code.Ben Pfaff
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-14ofp-parse: Mark ofp_fatal() as never returning.Ben Pfaff
2012-05-07ofp-parse: New function parse_ofp_exact_flow().Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27Make the string parameters const for do_flow_mod__()Simon Horman
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ovs-ofctl: Allow priority and timeout to be specified on mod-flows.Ben Pfaff
2012-02-01meta-flow: New "subfield" data structure.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-18ofp-parse: Validate range of table, priority, and timeout values.Ben Pfaff
2011-10-03ofp-parse: Remove write-only variable in parse_ofp_flow_mod_str().Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13meta-flow: New library for working with fields by id.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-parse: Refactor action parsing to improve compiler warnings.Ben Pfaff