netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / classifier.c
2015-08-26 Jarno Rajahalmeclassifier: Retire partitions.
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-08-26 Jarno Rajahalmeclassifier: Pre-compute stage masks.
2015-08-13 Jarno Rajahalmeclassifier: Do not use mf_value.
2015-08-12 Jarno Rajahalmeclassifier: Remove unused hash functions.
2015-08-12 Jarno Rajahalmeclassifier: Fix comment.
2015-07-17 Jarno Rajahalmeflow: Split miniflow's map.
2015-07-17 Jarno Rajahalmeflow: Make compile with MSVC.
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-12 Jarno Rajahalmerculist: Remove postponed poisoning.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeclassifier: Make traversing identical rules robust.
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-01 Jarno Rajahalmeclassifier: Support duplicate rules.
2015-06-01 Jarno Rajahalmeclassifier: Add support for invisible flows.
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-11 Ben Pfaffclassifier: Make classifier_lookup() 'flow' parameter...
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-08 Jarno Rajahalmetests/classifier: Make test work in big-endian systems.
2014-11-26 Jarno Rajahalmelib: Use MAP_FOR_EACH_INDEX to improve readability.
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-15 Jarno Rajahalmeclassifier: Make insert and replace take a const rule...
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-12 Jarno Rajahalmeclassifier: Integrate insert_rule() into classifier_rep...
2014-11-11 Jarno Rajahalmeutil: Add be32_prefix_mask().
2014-11-06 Jarno Rajahalmeclassifier: Clean up destroy_subtable.
2014-11-06 Jarno Rajahalmeclassifier: Constify fields.
2014-11-06 Jarno Rajahalmeclassifier: Make classifier_find_rule_exactly() lockless.
2014-11-06 Jarno Rajahalmeclassifier: Constify RCU pointers.
2014-10-31 Jarno Rajahalmeclassifier: Use rculist.
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-10-27 Ben Pfaffclassifier: Correct comment in classifier_lookup().
2014-10-24 Jarno Rajahalmelib/classifier: Add lib/classifier-private.h.
2014-10-17 Jarno Rajahalmelib/dpif-netdev: Integrate megaflow classifier.
2014-10-15 Jarno RajahalmeRevert "lib/classifier: Minimize critical section."
2014-10-14 Jarno Rajahalmelib/classifier: Minimize critical section.
2014-10-10 Jarno Rajahalmelib/classifier: Make classifier_remove() more robust.
2014-10-06 Jarno Rajahalmelib/cmap: cmap_find_batch().
2014-10-06 Jarno Rajahalmelib/cmap: split up cmap_find().
2014-09-12 Gurucharan ShettyAvoid uninitialized variable warnings with OBJECT_OFFSE...
2014-08-05 Ethan Jacksonclassifier: classifier_lookup_miniflow_batch() indicate...
2014-07-29 Ben Pfaffcmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH.
2014-07-26 Ben PfaffRemove assumption that there are 64 or fewer fields.
2014-07-22 Ben Pfaffclassifier: Refactor cls_cursor_advance() to make it...
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-18 Jarno Rajahalmelib/classifier: Clarify subtable skipping.
2014-07-18 Jarno Rajahalmelib/classifier: Return all matching prefix lengths...
2014-07-18 Jarno Rajahalmelib/classifier: Change local variable names.
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: Stylistic change.
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-11 Jarno Rajahalmelib/classifier: Use cmap.
2014-07-04 Jarno Rajahalmelib/hash: Abstract hash interface.
2014-06-30 Ethan Jacksonclassifier: Add a batched miniflow lookup function.
2014-06-26 Jarno Rajahalmelib/classifier: Clarify find_match_wc().
2014-06-26 Jarno Rajahalmelib/classifier: Add miniflow_and_mask_matches_flow_wc.
2014-06-26 Jarno Rajahalmelib/classifier: Optimize megaflows for single rule...
2014-06-26 Jarno Rajahalmelib/pvector: Non-intrusive RCU priority vector.
2014-06-13 Jarno Rajahalmelib/classifier: Fix use of uninitialized memory.
2014-06-13 Jarno Rajahalmelib/classifier: Clarify trie_lookup_value().
2014-06-11 Jarno Rajahalmelib/classifier: Clean up includes.
2014-06-11 Jarno Rajahalmelib/classifier: Fix incorrect pointer type.
2014-05-19 Jarno Rajahalmelib/classifier: Rename 'cls_subtable_cache' as 'cls_sub...
2014-05-15 Jarno Rajahalmelib/classifier: Simpilify array ordering.
2014-05-13 Jarno Rajahalmelib/classifier: Fix array splicing.
2014-05-12 Jarno Rajahalmelib/classifier: Add subtable cache diagnostics.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-04-30 Jarno Rajahalmelib/classifier: Use a prefix tree to optimize ports...
2014-04-29 Jarno Rajahalmelib/classifier: Support variable sized miniflows.
2014-04-29 Jarno Rajahalmelib/flow: Maintain miniflow offline values explicitly.
2014-04-29 Jarno Rajahalmelib/classifier: Separate cls_rule internals from the...
2014-04-29 Jarno Rajahalmeclassifier: Use array for subtables instead of a list.
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-18 Jarno Rajahalmeclassifier: Support miniflow as a key.
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
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-26 Ben Pfaffclassifier: Avoid accumulating junk in cls_partition...
2013-09-26 Ben Pfaffclassifier: Speed up lookup when metadata partitions...
2013-09-26 Ben Pfaffmatch: New function minimatch_matches_flow().
2013-09-13 Ben Pfaffclassifier: Allow CLS_CURSOR_FOR_EACH to use a const...
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-02-11 Ben Pfaffclassifier: Refactor table priority updates and tables_...
2013-02-11 Jarno Rajahalmeclassifier: Maintain tables in descending priority...
next