nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.
[sliver-openvswitch.git] / lib / ofp-parse.c
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-02-01 Justin Pettitofp-parse: Ignore "idle_age" and "hard_age" when parsin...
2013-01-28 Ethan Jacksonofproto-dpif: Require an in_port when tracing datapath...
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-11-30 Simon Hormanofp-actions: Add OpenFlow1.1+ Set Queue action
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-26 Isaku YamahataOF11: push_vlan support
2012-10-18 Joe Stringerofp-actions: Implement writing to metadata field
2012-10-18 Ben Pfaffofp-actions: Prefer OFPAT11_DEC_TTL to NXAST_DEC_TTL...
2012-10-18 Ben Pfaffofp-parse: Remove unreachable code.
2012-10-18 Isaku Yamahataofpaction: support OF11 pop_vlan
2012-10-18 Ben Pfaffofp-util: Separate output, error reporting in ofputil_p...
2012-10-18 Isaku Yamahatalib: support OF11 dec_nw_ttl
2012-10-16 Isaku Yamahatainstruction/clear-actions: string parser/formater,...
2012-10-16 Isaku Yamahatainstruction: support goto-table action
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-04 Simon Hormanlib/ofp-util: preparation for OF12 of ofp-util
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-08-29 Ethan Jacksonnicira-ext: Deprecate the autopath action.
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
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...
next