]> git.proxmox.com Git - mirror_ovs.git/history - lib/classifier.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / classifier.c
2020-09-15 William Tuclassifier: Fix use of uninitialized value.
2020-05-28 Eiichi Tsukataclassifier: Prevent tries vs n_tries race leading to...
2019-04-23 Zhantao FuDouble postponing to free subtables.
2018-03-31 Ben Pfaffflow, match, classifier: Add new functions for miniflow...
2018-03-31 Ben Pfaffflow: Improve type-safety of MINIFLOW_GET_TYPE.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-31 Ben Pfaffclassifier: Refactor interface for classifier_remove().
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-08-10 Jarno RajahalmeRevert "pvector: Expose non-concurrent priority vector."
2016-07-29 Jarno Rajahalmemeta-flow: Clean up masking with prerequisities checking.
2016-07-29 Jarno Rajahalmelib: Separate versioning to its own module.
2016-07-29 Jarno Rajahalmepvector: Expose non-concurrent priority vector.
2016-07-29 Jarno Rajahalmepvector: Get rid of special purpose of INT_MIN.
2016-05-17 Jarno Rajahalmeclassifier: Use ccmaps for staged lookup indices.
2016-05-04 Jarno Rajahalmeclassifier: Remove rare optimization case.
2016-05-04 Jarno Rajahalmeclassifier: Remove logging.
2016-05-04 Jarno Rajahalmeclassifier: Remove redundant index.
2016-04-17 Jarno Rajahalmeclassifier: Fix race condition leading to NULL dereference.
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
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.
next