index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-classifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't shadow variables.
Justin Pettit
2018-02-28
1
-2
/
+2
*
ofp-util, ofp-parse: Break up into many separate modules.
Ben Pfaff
2018-02-13
1
-1
/
+0
*
classifier: Refactor interface for classifier_remove().
Ben Pfaff
2018-01-31
1
-10
/
+9
*
types: New macros ETH_ADDR_C and ETH_ADDR64_C.
Ben Pfaff
2017-11-29
1
-4
/
+6
*
Eliminate most shadowing for local variable names.
Ben Pfaff
2017-08-02
1
-5
/
+3
*
Add support for 802.1ad (QinQ tunneling)
Eric Garver
2017-03-16
1
-7
/
+10
*
Add read-only option to ovs-dpctl and ovs-ofctl commands.
Ryan Moats
2016-08-15
1
-14
/
+14
*
Revert "pvector: Expose non-concurrent priority vector."
Jarno Rajahalme
2016-08-10
1
-6
/
+6
*
lib: Separate versioning to its own module.
Jarno Rajahalme
2016-07-29
1
-23
/
+23
*
pvector: Expose non-concurrent priority vector.
Jarno Rajahalme
2016-07-29
1
-6
/
+6
*
classifier: Fix race condition leading to NULL dereference.
Jarno Rajahalme
2016-04-17
1
-7
/
+10
*
Move lib/ofp-util.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-1
/
+1
*
test-classifier: Use `in_port.ofp_port`, instead of `in_port`.
William Tu
2015-12-22
1
-17
/
+17
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-20
/
+16
*
flow: Add struct flowmap.
Jarno Rajahalme
2015-08-26
1
-18
/
+14
*
test-classifier: Add benchmark.
Jarno Rajahalme
2015-08-21
1
-0
/
+256
*
classifier: Simplify minimask_hash().
Jarno Rajahalme
2015-08-12
1
-1
/
+33
*
flow: Eliminate miniflow_clone() and minimask_clone().
Jarno Rajahalme
2015-07-15
1
-1
/
+14
*
flow: Always inline miniflows.
Jarno Rajahalme
2015-07-15
1
-57
/
+60
*
classifier: Make versioning more explicit.
Jarno Rajahalme
2015-07-06
1
-41
/
+39
*
classifier: Simplify versioning.
Jarno Rajahalme
2015-06-12
1
-6
/
+6
*
test-classifier: Test versioning features.
Jarno Rajahalme
2015-06-11
1
-62
/
+239
*
classifier: Make traversing identical rules robust.
Jarno Rajahalme
2015-06-11
1
-1
/
+1
*
classifier: Support table versioning
Jarno Rajahalme
2015-06-10
1
-3
/
+3
*
command-line: add ovs_cmdl_context
Russell Bryant
2015-03-17
1
-12
/
+16
*
command-line: add ovs_cmdl_ prefix
Russell Bryant
2015-03-16
1
-2
/
+2
*
classifier: Add support for conjunctive matches.
Ben Pfaff
2015-01-11
1
-7
/
+9
*
miniflow: Use 64-bit data.
Jarno Rajahalme
2015-01-06
1
-11
/
+12
*
classifier: Defer pvector publication.
Jarno Rajahalme
2014-11-14
1
-0
/
+3
*
classifier: Remove internal mutex.
Jarno Rajahalme
2014-11-14
1
-9
/
+2
*
classifier: Lockless and robust classifier iteration.
Jarno Rajahalme
2014-11-14
1
-7
/
+4
*
classifier: Do not insert duplicate rules in indices.
Jarno Rajahalme
2014-11-14
1
-1
/
+1
*
classifier: Constify RCU pointers.
Jarno Rajahalme
2014-11-06
1
-1
/
+1
*
test-classifier: Ensure priority is not INT_MIN.
Jarno Rajahalme
2014-10-31
1
-1
/
+3
*
classifier: Use rculist.
Jarno Rajahalme
2014-10-31
1
-1
/
+1
*
classifier: Change type used for priorities from 'unsigned int' to 'int'.
Ben Pfaff
2014-10-30
1
-15
/
+14
*
ovs_assert, tests: Support NDEBUG.
Jarno Rajahalme
2014-10-30
1
-2
/
+2
*
tests/test-classifier: Properly use ovsrcu_postpone.
Jarno Rajahalme
2014-10-29
1
-11
/
+13
*
command-line: Add function to print command usage.
Alex Wang
2014-10-28
1
-12
/
+12
*
lib/classifier: Add lib/classifier-private.h.
Jarno Rajahalme
2014-10-24
1
-13
/
+11
*
Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.
Wang Sheng-Hui
2014-10-22
1
-2
/
+4
*
cmap, classifier: Avoid unsafe aliasing in iterators.
Ben Pfaff
2014-07-21
1
-4
/
+4
*
lib/classifier: Unify struct classifier and cls_classifier.
Jarno Rajahalme
2014-07-18
1
-18
/
+17
*
lib/classifier: Lockless lookups.
Jarno Rajahalme
2014-07-11
1
-35
/
+1
*
lib/classifier: RCUify prefix trie code.
Jarno Rajahalme
2014-07-11
1
-12
/
+53
*
lib/classifier: Use internal mutex.
Jarno Rajahalme
2014-07-11
1
-2
/
+6
*
lib/classifier: Simplify iteration with C99 declaration.
Jarno Rajahalme
2014-07-11
1
-25
/
+42
*
lib/classifier: Use cmap.
Jarno Rajahalme
2014-07-11
1
-5
/
+5
*
lib/pvector: Non-intrusive RCU priority vector.
Jarno Rajahalme
2014-06-26
1
-0
/
+35
[next]