ofp-parse: Remove unneeded #include.
[cascardo/ovs.git] / lib / ofp-parse.h
2016-02-27 Ben Pfaffofp-parse: Remove unneeded #include.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Jarno Rajahalmeovs-ofctl: Add bundle support and unit testing.
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-08-11 Ben Pfaffofp-parse: Make string conversion functions available...
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-10-23 Jarno Rajahalmelib/ofp-actions: Enforce action consistency.
2013-10-17 Gurucharan Shettyovs-dpctl: Add a 'filter' option to match wildcarded...
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
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 PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Simon HormanMake the string parameters const for do_flow_mod__()
2012-02-09 Ben Pfaffovs-ofctl: Add "packet-out" command.
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-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-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-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".
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
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-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-30 Justin Pettitofp-parse: Break string-to-openflow parsing into librar...