Introduce ofpacts, an abstraction of OpenFlow actions.
[cascardo/ovs.git] / lib / ofp-parse.c
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-14 Ben Pfaffofp-parse: Mark ofp_fatal() as never returning.
2012-05-07 Ben Pfaffofp-parse: New function parse_ofp_exact_flow().
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Simon HormanMake the string parameters const for do_flow_mod__()
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffovs-ofctl: Add "packet-out" command.
2012-02-09 Ben PfaffAdd support for parsing and printing OFPFF_* flags.
2012-02-09 Ben Pfaffovs-ofctl: Allow priority and timeout to be specified...
2012-02-01 Ben Pfaffmeta-flow: New "subfield" data structure.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-18 Ben Pfaffofp-parse: Validate range of table, priority, and timeo...
2011-10-03 Ben Pfaffofp-parse: Remove write-only variable in parse_ofp_flow...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.
2011-09-13 Ben Pfaffofp-util: New function for parsing key-value pairs.
2011-09-13 Ben Pfaffofp-util: Add type-safe functions for serializing actions.
2011-09-13 Ben Pfaffofp-parse: Refactor action parsing to improve compiler...
2011-09-13 Ben Pfaffofp-util: New functions for parsing and formatting...
2011-09-13 Ben Pfaffclassifier: Change cls_rule_set_nd_target() to take...
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-08-12 Ben Pfaffofp-parse: Fix parsing of register values 2**31 and...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-06-28 Ethan Jacksonofp-parse: Fix invalid memory use.
2011-06-23 Ben Pfaffovs-ofctl: Accept only valid flow_mod and flow_stats_re...
2011-06-17 Andrew Evansovs-ofctl: Print the offending flow on parse error...
2011-06-14 Ben Pfaffofp-parse: Ignore extra fields produced by dump-flows.
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-07 Ben Pfaffofp-parse: Add support for dl_dst masks in flow match...
2011-06-07 Ben Pfaffofp-parse: Fix wildcard bits for dl_dst in flow parsing.
2011-05-27 Ben Pfaffovs-ofctl: Report attempts to add (remove, etc.) non...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-18 Ben PfaffFix calls to ctype functions.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-03-18 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_file() to...
2011-03-18 Ben Pfaffovs-ofctl: New commands "replace-flows" and "diff-flows".
2011-03-16 Ben Pfaffdynamic-string: New function ds_get_preprocessed_line().
2011-02-23 Ben Pfaffofp-parse: Don't segfault when an OpenFlow action's...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2011-01-02 Ethan Jacksonofp-parse: ofp-parse fails to properly validate DROP.
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffofp-parse: Add support for registers.
2010-12-07 Ben Pfaffofp-parse: Add support for tun_id.
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
2010-11-11 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_str() as parse...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-11 Ethan Jacksonlib: ofp-parse segfaults if required argument isn't...
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-10-01 Ben Pfaffofp-parse: Properly byteswap in_port.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-15 Ben Pfaffovs-ofctl, ovs-controller: Disable flow idle timeout...
2010-09-10 Ben Pfaffovs-ofctl: Add support for drop_spoofed_arp action.
2010-07-30 Ben Pfaffovs-ofctl: Add support for OpenFlow enqueue action.
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...