git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
netdev-dpdk: Use multiple core for dpdk IO.
[sliver-openvswitch.git]
/
lib
/
classifier.c
2014-01-14
Ben Pfaff
classifier: Use fat_rwlock instead of ovs_rwlock.
blob
|
commitdiff
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-26
Ben Pfaff
classifier: Avoid accumulating junk in cls_partition...
blob
|
commitdiff
|
diff to current
2013-09-26
Ben Pfaff
classifier: Speed up lookup when metadata partitions...
blob
|
commitdiff
|
diff to current
2013-09-26
Ben Pfaff
match: New function minimatch_matches_flow().
blob
|
commitdiff
|
diff to current
2013-09-13
Ben Pfaff
classifier: Allow CLS_CURSOR_FOR_EACH to use a const...
blob
|
commitdiff
|
diff to current
2013-08-27
Ben Pfaff
classifier: New function cls_rule_move().
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-11
Ethan Jackson
classifier: Add 'wc' argument to classifier_lookup().
blob
|
commitdiff
|
diff to current
2013-02-11
Ben Pfaff
classifier: Refactor table priority updates and tables_...
blob
|
commitdiff
|
diff to current
2013-02-11
Jarno Rajahalme
classifier: Maintain tables in descending priority...
blob
|
commitdiff
|
diff to current
2013-02-08
Jarno Rajahalme
Optimize classifier by maintaining the priority of...
blob
|
commitdiff
|
diff to current
2013-01-17
Ben Pfaff
Replace most uses of assert by ovs_assert.
blob
|
commitdiff
|
diff to current
2013-01-10
Ben Pfaff
classifier: Fix theoretical leak in classifier_destroy().
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: Optimize iteration with a catch-all target...
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
classifier: Fix typo in comment.
blob
|
commitdiff
|
diff to current
2012-09-04
Ben Pfaff
flow: Simplify many functions for working with flows...
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: 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 TTL match, instead of FWW_*...
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-23
Ben Pfaff
meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
blob
|
commitdiff
|
diff to current
2012-07-23
Ben Pfaff
flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
blob
|
commitdiff
|
diff to current
2012-07-19
Simon Horman
OXM: Allow masking of ARP SHA and THA
blob
|
commitdiff
|
diff to current
2012-07-19
Simon Horman
classifier: Add helpers for setting ethernet addresses
blob
|
commitdiff
|
diff to current
2012-07-19
Simon Horman
OXM: Allow masking of IPv6 Flow Label
blob
|
commitdiff
|
diff to current
2012-07-12
Ben Pfaff
classifier: New function cls_rule_is_loose_match().
blob
|
commitdiff
|
diff to current
2012-07-05
Simon Horman
openflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
blob
|
commitdiff
|
diff to current
2012-06-27
Joe Stringer
Add OXM_OF_METADATA field as a step toward OpenFlow...
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-04-26
Ansis Atteka
nicira-ext: Support masking of nd_target field
blob
|
commitdiff
|
diff to current
2012-04-19
Ben Pfaff
classifier: Optimize search of "catchall" table.
blob
|
commitdiff
|
diff to current
2012-03-09
Ethan Jackson
nicira-ext: Increase the number of NXM registers to 8.
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-12-21
Ben Pfaff
flow: Rename 'priority' to 'skb_priority'.
blob
|
commitdiff
|
diff to current
2011-11-21
Ben Pfaff
nx-match: Fold all of its data structures into mf_field.
blob
|
commitdiff
|
diff to current
2011-11-11
Ben Pfaff
classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
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
classifier: Don't check masks when adding IPv4/IPv6...
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
Support matching and modifying IP TTL.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Support matching and modifying IP ECN bits.
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-11-09
Justin Pettit
Support matching IPv6 flow label.
blob
|
commitdiff
|
diff to current
2011-11-01
Pravin B Shelar
datapath: Convert kernel priority actions into match...
blob
|
commitdiff
|
diff to current
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
blob
|
commitdiff
|
diff to current
2011-10-11
Ben Pfaff
openflow: Delete icmp_type and icmp_code macros.
blob
|
commitdiff
|
diff to current
2011-10-04
Justin Pettit
nicira-ext: Fix build problems on 64-bit systems.
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
classifier: Move zero_wildcards() to flow.c as public...
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
packets: Add more utility functions for IPv4 and IPv6...
blob
|
commitdiff
|
diff to current
2011-09-13
Ben Pfaff
classifier: Change cls_rule_set_nd_target() to take...
blob
|
commitdiff
|
diff to current
2011-08-12
Ethan Jackson
flow: New FLOW_WC_SEQ build assertion.
blob
|
commitdiff
|
diff to current
2011-08-12
Ethan Jackson
lib: Whitespace cleanup.
blob
|
commitdiff
|
diff to current
2011-06-30
Ben Pfaff
classifier: Print ARP opcode as "arp_op" instead of...
blob
|
commitdiff
|
diff to current
2011-06-14
Ben Pfaff
classifier: New function cls_rule_hash().
blob
|
commitdiff
|
diff to current
2011-06-14
Ben Pfaff
flow: Give flow_wildcards_hash() a 'basis' parameter.
blob
|
commitdiff
|
diff to current
2011-06-07
Ben Pfaff
Better abstract wildcards for Ethernet destination...
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
classifier: Remove OF1.0 special case from classifier_f...
blob
|
commitdiff
|
diff to current
2011-05-11
Ben Pfaff
ofproto: Break apart into generic and hardware-specific...
blob
|
commitdiff
|
diff to current
2011-03-16
Ben Pfaff
classifier: Omit all-1-bits mask for VLAN TCI in cls_ru...
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 Neighbor Discovery...
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 traffic.
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching ARP source and target...
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-15
Ben Pfaff
classifier: Insert commas after fields that lacked...
blob
|
commitdiff
|
diff to current
2010-12-15
Ben Pfaff
classifier: Use OFP_DEFAULT_PRIORITY instead of literal...
blob
|
commitdiff
|
diff to current
2010-12-10
Ben Pfaff
Expand tunnel IDs from 32 to 64 bits.
blob
|
commitdiff
|
diff to current
2010-12-07
Ben Pfaff
classifier: Implement better classifier rule formatting.
blob
|
commitdiff
|
diff to current
2010-12-03
Ben Pfaff
classifier: New cls_rule functions for setting register...
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: Remove flow_to/from_match() in favor of cls_rule_...
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: Remove classifier_for_each(), classifier_fo...
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-11
Ben Pfaff
Add support for matching Ethernet multicast frames.
blob
|
commitdiff
|
diff to current
2010-11-11
Ben Pfaff
ofproto: Implement support for registers in extended...
blob
|
commitdiff
|
diff to current
2010-11-11
Ben Pfaff
classifier: Pass correct member to CONTAINER_OF in...
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-08
Ben Pfaff
classifier: Add more cls_rule_set_*() functions.
blob
|
commitdiff
|
diff to current
2010-11-08
Ben Pfaff
classifier: Move in-band set_<field>() functions public...
blob
|
commitdiff
|
diff to current
2010-11-08
Ben Pfaff
ofproto: Change ofproto_add_flow(), ofproto_delete_flow...
blob
|
commitdiff
|
diff to current
2010-11-08
Ben Pfaff
Rename cls_rule_zero_wildcards() to cls_rule_zero_wildc...
blob
|
commitdiff
|
diff to current
next