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
*
classifier: Make find_match_wc() prototype and definition match.
Ben Pfaff
2021-05-07
1
-1
/
+1
*
classifier: Fix use of uninitialized value.
William Tu
2020-09-15
1
-0
/
+1
*
classifier: Prevent tries vs n_tries race leading to NULL dereference.
Eiichi Tsukata
2020-05-28
1
-17
/
+28
*
Double postponing to free subtables.
Zhantao Fu
2019-04-23
1
-12
/
+19
*
flow, match, classifier: Add new functions for miniflow and minimatch.
Ben Pfaff
2018-03-31
1
-0
/
+19
*
flow: Improve type-safety of MINIFLOW_GET_TYPE.
Ben Pfaff
2018-03-31
1
-4
/
+4
*
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
-8
/
+16
*
sparse: Add guards to prevent FreeBSD-incompatible #include order.
Ben Pfaff
2017-12-22
1
-0
/
+1
*
Eliminate most shadowing for local variable names.
Ben Pfaff
2017-08-02
1
-2
/
+0
*
Support accepting and displaying port names in OVS tools.
Ben Pfaff
2017-05-31
1
-3
/
+3
*
tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.
Jesse Gross
2016-09-19
1
-2
/
+3
*
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
[next]