git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ofproto/bond: Implement bond megaflow using recirculation
[sliver-openvswitch.git]
/
tests
/
test-classifier.c
2014-04-03
Andy Zhou
unit-test: Link 29 test programs into ovstest
blob
|
commitdiff
2014-01-14
Ben Pfaff
classifier: Use fat_rwlock instead of ovs_rwlock.
blob
|
commitdiff
|
diff to current
2013-12-17
Harold Lim
Rename NOT_REACHED to OVS_NOT_REACHED
blob
|
commitdiff
|
diff to current
2013-12-11
Jarno Rajahalme
Classifier: Track address prefixes.
blob
|
commitdiff
|
diff to current
2013-11-20
Jarno Rajahalme
Classifier: Staged subtable matching.
blob
|
commitdiff
|
diff to current
2013-10-30
Jarno Rajahalme
classifier: Rename struct cls_table as cls_subtable.
blob
|
commitdiff
|
diff to current
2013-09-17
Ben Pfaff
openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
blob
|
commitdiff
|
diff to current
2013-08-09
Ethan Jackson
classifier: Make use of the classifier thread safe.
blob
|
commitdiff
|
diff to current
2013-06-28
Ben Pfaff
Use random_*() instead of rand(), for thread safety.
blob
|
commitdiff
|
diff to current
2013-06-20
Alex Wang
test-classifier.c: Use UINT16_MAX instead of OFPP_NONE...
blob
|
commitdiff
|
diff to current
2013-06-20
Alex Wang
Create specific types for ofp and odp port
blob
|
commitdiff
|
diff to current
2013-06-11
Ethan Jackson
flow: Add new wildcard functions.
blob
|
commitdiff
|
diff to current
2013-06-11
Ethan Jackson
classifier: Add 'wc' argument to classifier_lookup().
blob
|
commitdiff
|
diff to current
2013-02-08
Jarno Rajahalme
Optimize classifier by maintaining the priority of...
blob
|
commitdiff
|
diff to current
2013-01-10
Ben Pfaff
tests: Fix memory leaks in test-classifier program.
blob
|
commitdiff
|
diff to current
2012-10-03
Jesse Gross
flow: Extend struct flow to contain tunnel outer header.
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
Introduce sparse flows and masks, to reduce memory...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
classifier: Prepare for "struct cls_rule" needing to...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
classifier: Break cls_rule 'flow' and 'wc' members...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
util: New function zero_rightmost_1bit().
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Remove flow_wildcards_is_exact().
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Replace flow_wildcards members by a single "struc...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Ensure that padding is always zeroed.
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Use bit-mask for in_port match, instead of FWW_...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Use bit-mask for Ethernet type match, instead...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Use bit-mask for IP protocol match, instead of...
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Use bit-mask for DSCP and ECN bits, instead of...
blob
|
commitdiff
|
diff to current
2012-07-11
Joe Stringer
tests: Improve test coverage of OXM metadata field
blob
|
commitdiff
|
diff to current
2012-06-07
Ethan Jackson
packets: Fix eth_addr_equal_except().
blob
|
commitdiff
|
diff to current
2012-05-29
Joe Stringer
flow: Adds support for arbitrary ethernet masking
blob
|
commitdiff
|
diff to current
2012-05-03
Raju Subramanian
Global replace of Nicira Networks.
blob
|
commitdiff
|
diff to current
2012-02-03
Ben Pfaff
Add support for bitwise matching on TCP and UDP ports.
blob
|
commitdiff
|
diff to current
2011-11-11
Justin Pettit
flow: Use FWW_ flags to wildcard IP DSCP and ECN.
blob
|
commitdiff
|
diff to current
2011-11-11
Justin Pettit
Prepend "nw_" to "frag" and "tos" elements.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Don't overload IP TOS with the frag matching bits.
blob
|
commitdiff
|
diff to current
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
blob
|
commitdiff
|
diff to current
2011-10-03
Ben Pfaff
test-classifier: Remove write-only variable.
blob
|
commitdiff
|
diff to current
2011-05-18
Ben Pfaff
Merge 'next' into 'master'.
blob
|
commitdiff
|
diff to current
2011-05-12
Ben Pfaff
Merge 'master' into 'next'.
blob
|
commitdiff
|
diff to current
2011-05-11
Ben Pfaff
ofproto: Make rule construction and destruction more...
blob
|
commitdiff
|
diff to current
2011-05-11
Ben Pfaff
ofproto: Break apart into generic and hardware-specific...
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
lib: Replace IP_TYPE_ references with IPPROTO_.
blob
|
commitdiff
|
diff to current
2011-01-20
Ben Pfaff
Implement arbitrary bitwise masks for tun_id field.
blob
|
commitdiff
|
diff to current
2010-12-10
Ben Pfaff
Expand tunnel IDs from 32 to 64 bits.
blob
|
commitdiff
|
diff to current
2010-11-23
Ben Pfaff
nx-match: Implement support for arbitrary VLAN TCI...
blob
|
commitdiff
|
diff to current
2010-11-22
Ben Pfaff
flow: Fully separate flow_wildcards from OpenFlow wildc...
blob
|
commitdiff
|
diff to current
2010-11-22
Ben Pfaff
flow: Move functions for dealing with wildcard bit...
blob
|
commitdiff
|
diff to current
2010-11-22
Ben Pfaff
flow: New function flow_wildcards_is_exact().
blob
|
commitdiff
|
diff to current
2010-11-22
Ben Pfaff
classifier: New function cls_rule_equal().
blob
|
commitdiff
|
diff to current
2010-11-20
Ben Pfaff
classifier: Fix segfault iterating with rules that...
blob
|
commitdiff
|
diff to current
2010-11-15
Ben Pfaff
classifier: Add functions and macros for iteration...
blob
|
commitdiff
|
diff to current
2010-11-12
Ben Pfaff
classifier: Delete dead code specialized for the exact...
blob
|
commitdiff
|
diff to current
2010-11-12
Ben Pfaff
classifier: Drop CLS_INC_* enumerations and related...
blob
|
commitdiff
|
diff to current
2010-11-12
Ben Pfaff
test-classifier: Use get_unaligned_u32() from unaligned.h.
blob
|
commitdiff
|
diff to current
2010-11-11
Ben Pfaff
Add support for matching Ethernet multicast frames.
blob
|
commitdiff
|
diff to current
2010-11-11
Ben Pfaff
test-classifier: Test CLASSIFIER_FOR_EACH_EXACT_RULE.
blob
|
commitdiff
|
diff to current
2010-11-08
Ben Pfaff
flow: Better abstract flow_wildcards and use it more...
blob
|
commitdiff
|
diff to current
2010-11-03
Ben Pfaff
classifier: Rewrite.
blob
|
commitdiff
|
diff to current
2010-10-29
Ben Pfaff
classifier: Merge classifier_lookup_wild(), classifier_...
blob
|
commitdiff
|
diff to current
2010-10-29
Ben Pfaff
classifier: Remove classifier_insert_exact().
blob
|
commitdiff
|
diff to current
2010-10-29
Ben Pfaff
xtoxll: Rename "byte-order" since it now include more...
blob
|
commitdiff
|
diff to current
2010-10-29
Ben Pfaff
xtoxll: Add byte conversions macros for use in constant...
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
flow: Get rid of flow_t typedef.
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
flow: Separate "flow_t" from "struct odp_flow_key".
blob
|
commitdiff
|
diff to current
2010-10-01
Ben Pfaff
Switch many macros from using CONTAINER_OF to using...
blob
|
commitdiff
|
diff to current
2010-05-26
Ben Pfaff
tests: Speed up classifier test.
blob
|
commitdiff
|
diff to current
2010-05-26
Ben Pfaff
tests: Break monolithic classifier test into subtests.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
tunneling: Add support for tunnel ID.
blob
|
commitdiff
|
diff to current
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
blob
|
commitdiff
|
diff to current
2010-03-19
Jesse Gross
classifer: Fix test classifier to match real classifier.
blob
|
commitdiff
|
diff to current
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
blob
|
commitdiff
|
diff to current
2010-02-24
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-20
Justin Pettit
ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
blob
|
commitdiff
|
diff to current
2010-02-20
Justin Pettit
ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
tests: Remove write-only variables.
blob
|
commitdiff
|
diff to current
2010-02-06
Justin Pettit
Merge branch 'master' into next
blob
|
commitdiff
|
diff to current
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
blob
|
commitdiff
|
diff to current
2009-11-18
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-10
Jesse Gross
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-04
Ben Pfaff
Add new function xzalloc(n) as a shorthand for xcalloc...
blob
|
commitdiff
|
diff to current
2009-10-23
Ben Pfaff
Merge "citrix" into "master".
blob
|
commitdiff
|
diff to current
2009-10-06
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-10-05
Ben Pfaff
Merge "citrix" branch into "master.
blob
|
commitdiff
|
diff to current
2009-09-22
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-09-12
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-09-05
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-09-02
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-08-25
Justin Pettit
tests: Rename NTOHL/NTOHS macros
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Merge changes from citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Update primary code license to Apache 2.0.
blob
|
commitdiff
|
diff to current
2009-07-08
Ben Pfaff
Import from old repository commit 61ef2b42a9c4ba8e1600f...
v0.90.0
blob
|
commitdiff
|
diff to current