netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / tests / test-classifier.c
2015-12-23 William Tutest-classifier: Use `in_port.ofp_port`, instead of...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-08-21 Jarno Rajahalmetest-classifier: Add benchmark.
2015-08-12 Jarno Rajahalmeclassifier: Simplify minimask_hash().
2015-07-15 Jarno Rajahalmeflow: Eliminate miniflow_clone() and minimask_clone().
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-11 Jarno Rajahalmetest-classifier: Test versioning features.
2015-06-11 Jarno Rajahalmeclassifier: Make traversing identical rules robust.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-14 Jarno Rajahalmeclassifier: Remove internal mutex.
2014-11-14 Jarno Rajahalmeclassifier: Lockless and robust classifier iteration.
2014-11-14 Jarno Rajahalmeclassifier: Do not insert duplicate rules in indices.
2014-11-06 Jarno Rajahalmeclassifier: Constify RCU pointers.
2014-10-31 Jarno Rajahalmetest-classifier: Ensure priority is not INT_MIN.
2014-10-31 Jarno Rajahalmeclassifier: Use rculist.
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-10-30 Jarno Rajahalmeovs_assert, tests: Support NDEBUG.
2014-10-29 Jarno Rajahalmetests/test-classifier: Properly use ovsrcu_postpone.
2014-10-29 Alex Wangcommand-line: Add function to print command usage.
2014-10-24 Jarno Rajahalmelib/classifier: Add lib/classifier-private.h.
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-18 Jarno Rajahalmelib/classifier: Unify struct classifier and cls_classifier.
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-11 Jarno Rajahalmelib/classifier: RCUify prefix trie code.
2014-07-11 Jarno Rajahalmelib/classifier: Use internal mutex.
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-11 Jarno Rajahalmelib/classifier: Use cmap.
2014-06-26 Jarno Rajahalmelib/pvector: Non-intrusive RCU priority vector.
2014-06-24 Daniele Di Proiettotest-classifier: add ovs_assert to prevent warning
2014-05-19 Jarno Rajahalmelib/classifier: Rename 'cls_subtable_cache' as 'cls_sub...
2014-04-29 Jarno Rajahalmelib/classifier: Separate cls_rule internals from the...
2014-04-29 Jarno Rajahalmelib/classifier: Hide more of the internal data structures.
2014-04-29 Jarno Rajahalmelib: Inline functions used in classifier_lookup.
2014-04-29 Jarno Rajahalmelib/flow: Simplify miniflow accessors, add ipv6 support.
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-03 Andy Zhouunit-test: Link 29 test programs into ovstest
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-06-28 Ben PfaffUse random_*() instead of rand(), for thread safety.
2013-06-20 Alex Wangtest-classifier.c: Use UINT16_MAX instead of OFPP_NONE...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-11 Ethan Jacksonflow: Add new wildcard functions.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-02-08 Jarno RajahalmeOptimize classifier by maintaining the priority of...
2013-01-10 Ben Pfafftests: Fix memory leaks in test-classifier program.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-09-04 Ben Pfaffflow: Remove flow_wildcards_is_exact().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Ensure that padding is always zeroed.
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-07-11 Joe Stringertests: Improve test coverage of OXM metadata field
2012-06-07 Ethan Jacksonpackets: Fix eth_addr_equal_except().
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-03 Ben Pfafftest-classifier: Remove write-only variable.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
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: Move functions for dealing with wildcard bit...
2010-11-22 Ben Pfaffflow: New function flow_wildcards_is_exact().
2010-11-22 Ben Pfaffclassifier: New function cls_rule_equal().
2010-11-20 Ben Pfaffclassifier: Fix segfault iterating with rules that...
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-12 Ben Pfaffclassifier: Delete dead code specialized for the exact...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
next