ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.
[cascardo/ovs.git] / tests / ofproto.at
2013-06-05 Ben Pfaffofproto-dpif: Do not give stats to rules bypassed by...
2012-11-28 Ansis Attekaflow: use rule priority in match_format() function
2012-10-22 Mehak MahajanChange logging format for flows to that accepted by...
2012-10-14 Ben Pfaffofp-errors: Merge OF1.0 "all tables full" with OF1...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-10-01 Simon Hormanofproto: Add del-flow based on table-id tests
2012-09-28 Simon Hormanofp-actions: Add parsing of set_field actions
2012-09-21 Simon Hormanflow: Only show IPv4 flow information for IPv4 flows
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-08-29 Simon Hormanovs-ofctl: Use vconn as a parameter of dump_stats_trans...
2012-08-20 Ben Pfafftests: New m4 macro ON_EXIT to add a cleanup action.
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-06 Ben Pfaffofp-msgs: ofpmp_reserve() must add "more" flag when...
2012-08-03 Ben Pfaffofproto: Avoid sensitivity to hash order in flow monito...
2012-07-31 Ed Mastetests: Get max rx socket buffer size on FreeBSD
2012-07-19 Ben Pfafftests: Avoid hash order sensitivity in "ofproto - flow...
2012-07-18 Simon Hormanofproto: More vlan tests
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-06-27 Ben Pfaffofproto: Report nonexistent ports and queues as errors...
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-24 Ben Pfaffovs-ofctl: Support all OFPPC_* flags in "mod-port"...
2012-05-22 Ben Pfaffvlog: Take advantage of relaxed "-v" syntax through...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "internal flows" for handling...
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-01 Ben Pfafftests: Fix typo in comment.
2012-05-01 Ben Pfaffofp-print: Add some more white space to flow dumps.
2012-03-28 Ben Pfafftests: Gracefully shut down ovsdb-server, to avoid...
2012-03-08 Ben Pfafftests: Suppress "role reply" that can appear in async...
2012-03-07 Ben Pfaffovs-ofctl: Make "barrier" output reproducible for testing.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
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-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-07 Ben Pfafftests: Use ofctl_strip consistently.
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-24 Ben Pfafftest-openflowd: Remove.
2011-08-09 Ben Pfaffofproto-dpif: Add multiple table support.
2011-07-27 Ben Pfaffovs-ofctl: Fix dump-ports and queue-stats commands.
2011-07-27 Ben Pfaffofp-print: Make port "config" and "state" output easier...
2011-06-15 Ben Pfaffofp-util: Send table_id correctly in OpenFlow 1.0 flow_...
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
2011-06-14 Ben Pfaffofproto: Add simple tests for dumping aggregates and...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-13 Ben PfaffFix bugs lingering from merge mistakes.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Fix number of reported tables in OFPT_FEATURES...
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-19 Ben Pfaffofp-util: Properly handle "tun_id"s in tun_id_from_cook...
2011-03-10 Ben Pfaffovs-ofctl: Make add-flows command read from stdin if...
2011-03-01 Ben Pfaffovs-ofctl: Implement documented semantics of --flow...
2011-01-12 Ben Pfaffofp-print: Print fragment handling in OpenFlow switch...
2010-12-15 Ben Pfaffofp-print: Always print priority exactly once.
2010-12-09 Ben Pfaffofp-print: Print every flow on a new line for NXST_FLOW...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-02 Ben Pfafftests: Add tests for ofproto code.