summaryrefslogtreecommitdiff
path: root/tests/test-classifier.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-1/+2
* classifier: Prevent tries vs n_tries race leading to NULL dereference.Eiichi Tsukata2020-05-281-2/+3
* Don't shadow variables.Justin Pettit2018-02-281-2/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-10/+9
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-4/+6
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-5/+3
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-7/+10
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-14/+14
* Revert "pvector: Expose non-concurrent priority vector."Jarno Rajahalme2016-08-101-6/+6
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-23/+23
* pvector: Expose non-concurrent priority vector.Jarno Rajahalme2016-07-291-6/+6
* classifier: Fix race condition leading to NULL dereference.Jarno Rajahalme2016-04-171-7/+10
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-1/+1
* test-classifier: Use `in_port.ofp_port`, instead of `in_port`.William Tu2015-12-221-17/+17
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-20/+16
* flow: Add struct flowmap.Jarno Rajahalme2015-08-261-18/+14
* test-classifier: Add benchmark.Jarno Rajahalme2015-08-211-0/+256
* classifier: Simplify minimask_hash().Jarno Rajahalme2015-08-121-1/+33
* flow: Eliminate miniflow_clone() and minimask_clone().Jarno Rajahalme2015-07-151-1/+14
* flow: Always inline miniflows.Jarno Rajahalme2015-07-151-57/+60
* classifier: Make versioning more explicit.Jarno Rajahalme2015-07-061-41/+39
* classifier: Simplify versioning.Jarno Rajahalme2015-06-121-6/+6
* test-classifier: Test versioning features.Jarno Rajahalme2015-06-111-62/+239
* classifier: Make traversing identical rules robust.Jarno Rajahalme2015-06-111-1/+1
* classifier: Support table versioningJarno Rajahalme2015-06-101-3/+3
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-171-12/+16
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-7/+9
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-11/+12
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-0/+3
* classifier: Remove internal mutex.Jarno Rajahalme2014-11-141-9/+2
* classifier: Lockless and robust classifier iteration.Jarno Rajahalme2014-11-141-7/+4
* classifier: Do not insert duplicate rules in indices.Jarno Rajahalme2014-11-141-1/+1
* classifier: Constify RCU pointers.Jarno Rajahalme2014-11-061-1/+1
* test-classifier: Ensure priority is not INT_MIN.Jarno Rajahalme2014-10-311-1/+3
* classifier: Use rculist.Jarno Rajahalme2014-10-311-1/+1
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-15/+14
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-2/+2
* tests/test-classifier: Properly use ovsrcu_postpone.Jarno Rajahalme2014-10-291-11/+13
* command-line: Add function to print command usage.Alex Wang2014-10-281-12/+12
* lib/classifier: Add lib/classifier-private.h.Jarno Rajahalme2014-10-241-13/+11
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-2/+4
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-4/+4
* lib/classifier: Unify struct classifier and cls_classifier.Jarno Rajahalme2014-07-181-18/+17
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-35/+1
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-12/+53
* lib/classifier: Use internal mutex.Jarno Rajahalme2014-07-111-2/+6
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-25/+42