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
/
lib
/
classifier.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "pvector: Expose non-concurrent priority vector."
Jarno Rajahalme
2016-08-10
1
-15
/
+15
*
meta-flow: Clean up masking with prerequisities checking.
Jarno Rajahalme
2016-07-29
1
-1
/
+1
*
lib: Separate versioning to its own module.
Jarno Rajahalme
2016-07-29
1
-23
/
+22
*
pvector: Expose non-concurrent priority vector.
Jarno Rajahalme
2016-07-29
1
-15
/
+15
*
pvector: Get rid of special purpose of INT_MIN.
Jarno Rajahalme
2016-07-29
1
-2
/
+2
*
classifier: Use ccmaps for staged lookup indices.
Jarno Rajahalme
2016-05-16
1
-32
/
+12
*
classifier: Remove rare optimization case.
Jarno Rajahalme
2016-05-04
1
-74
/
+1
*
classifier: Remove logging.
Jarno Rajahalme
2016-05-04
1
-4
/
+0
*
classifier: Remove redundant index.
Jarno Rajahalme
2016-05-04
1
-4
/
+4
*
classifier: Fix race condition leading to NULL dereference.
Jarno Rajahalme
2016-04-17
1
-16
/
+25
*
Move lib/ofp-util.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
classifier: Retire partitions.
Jarno Rajahalme
2015-08-26
1
-107
/
+0
*
flow: Add struct flowmap.
Jarno Rajahalme
2015-08-26
1
-127
/
+101
*
classifier: Pre-compute stage masks.
Jarno Rajahalme
2015-08-26
1
-71
/
+101
*
classifier: Do not use mf_value.
Jarno Rajahalme
2015-08-12
1
-5
/
+11
*
classifier: Remove unused hash functions.
Jarno Rajahalme
2015-08-12
1
-7
/
+0
*
classifier: Fix comment.
Jarno Rajahalme
2015-08-12
1
-4
/
+3
*
flow: Split miniflow's map.
Jarno Rajahalme
2015-07-17
1
-24
/
+48
*
flow: Make compile with MSVC.
Jarno Rajahalme
2015-07-16
1
-5
/
+5
*
flow: Eliminate miniflow_clone() and minimask_clone().
Jarno Rajahalme
2015-07-15
1
-4
/
+4
*
flow: Always inline miniflows.
Jarno Rajahalme
2015-07-15
1
-38
/
+39
*
classifier: Make versioning more explicit.
Jarno Rajahalme
2015-07-06
1
-67
/
+53
*
classifier: Simplify versioning.
Jarno Rajahalme
2015-06-12
1
-49
/
+27
*
rculist: Remove postponed poisoning.
Jarno Rajahalme
2015-06-11
1
-4
/
+4
*
Use classifier versioning.
Jarno Rajahalme
2015-06-11
1
-2
/
+12
*
classifier: Make traversing identical rules robust.
Jarno Rajahalme
2015-06-11
1
-81
/
+52
*
classifier: Support table versioning
Jarno Rajahalme
2015-06-10
1
-82
/
+139
*
classifier: Support duplicate rules.
Jarno Rajahalme
2015-06-01
1
-56
/
+89
*
classifier: Add support for invisible flows.
Jarno Rajahalme
2015-06-01
1
-13
/
+54
*
classifier: Add support for conjunctive matches.
Ben Pfaff
2015-01-11
1
-30
/
+389
*
classifier: Make classifier_lookup() 'flow' parameter non-const.
Ben Pfaff
2015-01-11
1
-2
/
+5
*
miniflow: Use 64-bit data.
Jarno Rajahalme
2015-01-06
1
-34
/
+38
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
tests/classifier: Make test work in big-endian systems.
Jarno Rajahalme
2014-12-08
1
-1
/
+2
*
lib: Use MAP_FOR_EACH_INDEX to improve readability.
Jarno Rajahalme
2014-11-26
1
-2
/
+2
*
classifier: Defer pvector publication.
Jarno Rajahalme
2014-11-14
1
-0
/
+11
*
classifier: Make insert and replace take a const rule, too.
Jarno Rajahalme
2014-11-14
1
-7
/
+9
*
classifier: Remove internal mutex.
Jarno Rajahalme
2014-11-14
1
-41
/
+5
*
classifier: Lockless and robust classifier iteration.
Jarno Rajahalme
2014-11-14
1
-70
/
+67
*
classifier: Do not insert duplicate rules in indices.
Jarno Rajahalme
2014-11-14
1
-134
/
+169
*
classifier: Integrate insert_rule() into classifier_replace().
Jarno Rajahalme
2014-11-12
1
-113
/
+97
*
util: Add be32_prefix_mask().
Jarno Rajahalme
2014-11-11
1
-1
/
+1
*
classifier: Clean up destroy_subtable.
Jarno Rajahalme
2014-11-06
1
-3
/
+7
*
classifier: Constify fields.
Jarno Rajahalme
2014-11-06
1
-12
/
+15
*
classifier: Make classifier_find_rule_exactly() lockless.
Jarno Rajahalme
2014-11-06
1
-11
/
+4
*
classifier: Constify RCU pointers.
Jarno Rajahalme
2014-11-06
1
-49
/
+58
*
classifier: Use rculist.
Jarno Rajahalme
2014-10-31
1
-25
/
+24
*
classifier: Change type used for priorities from 'unsigned int' to 'int'.
Ben Pfaff
2014-10-30
1
-14
/
+10
*
classifier: Correct comment in classifier_lookup().
Ben Pfaff
2014-10-27
1
-1
/
+1
[next]