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
*
nicira-ext: Increase the number of NXM registers to 8.
Ethan Jackson
2012-03-09
1
-2
/
+2
*
Add support for bitwise matching on TCP and UDP ports.
Ben Pfaff
2012-02-02
1
-31
/
+46
*
flow: Rename 'priority' to 'skb_priority'.
Ben Pfaff
2011-12-21
1
-1
/
+1
*
nx-match: Fold all of its data structures into mf_field.
Ben Pfaff
2011-11-21
1
-7
/
+3
*
classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
Ben Pfaff
2011-11-11
1
-27
/
+3
*
flow: Use FWW_ flags to wildcard IP DSCP and ECN.
Justin Pettit
2011-11-10
1
-7
/
+8
*
classifier: Don't check masks when adding IPv4/IPv6 addresses.
Justin Pettit
2011-11-10
1
-33
/
+22
*
Prepend "nw_" to "frag" and "tos" elements.
Justin Pettit
2011-11-10
1
-30
/
+31
*
Support matching and modifying IP TTL.
Justin Pettit
2011-11-09
1
-2
/
+13
*
Support matching and modifying IP ECN bits.
Justin Pettit
2011-11-09
1
-2
/
+13
*
Don't overload IP TOS with the frag matching bits.
Justin Pettit
2011-11-09
1
-21
/
+19
*
Support matching IPv6 flow label.
Justin Pettit
2011-11-09
1
-3
/
+13
*
datapath: Convert kernel priority actions into match/set.
Pravin B Shelar
2011-11-01
1
-0
/
+1
*
Implement new fragment handling policy.
Ben Pfaff
2011-10-21
1
-7
/
+43
*
openflow: Delete icmp_type and icmp_code macros.
Ben Pfaff
2011-10-11
1
-2
/
+2
*
nicira-ext: Fix build problems on 64-bit systems.
Justin Pettit
2011-10-04
1
-2
/
+2
*
classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().
Ben Pfaff
2011-09-13
1
-61
/
+2
*
packets: Add more utility functions for IPv4 and IPv6 addresses.
Ben Pfaff
2011-09-13
1
-19
/
+3
*
classifier: Change cls_rule_set_nd_target() to take a pointer.
Ben Pfaff
2011-09-13
1
-2
/
+2
*
flow: New FLOW_WC_SEQ build assertion.
Ethan Jackson
2011-08-12
1
-2
/
+4
*
lib: Whitespace cleanup.
Ethan Jackson
2011-08-12
1
-3
/
+3
*
classifier: Print ARP opcode as "arp_op" instead of "opcode".
Ben Pfaff
2011-06-30
1
-1
/
+1
*
classifier: New function cls_rule_hash().
Ben Pfaff
2011-06-14
1
-0
/
+10
*
flow: Give flow_wildcards_hash() a 'basis' parameter.
Ben Pfaff
2011-06-14
1
-2
/
+2
*
Better abstract wildcards for Ethernet destination field.
Ben Pfaff
2011-06-07
1
-0
/
+20
*
ofproto: Make rule construction and destruction more symmetric.
Ben Pfaff
2011-05-11
1
-1
/
+14
*
classifier: Remove OF1.0 special case from classifier_find_rule_exactly().
Ben Pfaff
2011-05-11
1
-7
/
+1
*
ofproto: Break apart into generic and hardware-specific parts.
Ben Pfaff
2011-05-11
1
-4
/
+3
*
classifier: Omit all-1-bits mask for VLAN TCI in cls_rule_format().
Ben Pfaff
2011-03-16
1
-0
/
+2
*
nicira-ext: Support matching IPv6 Neighbor Discovery messages.
Justin Pettit
2011-02-02
1
-4
/
+29
*
nicira-ext: Support matching IPv6 traffic.
Justin Pettit
2011-02-02
1
-5
/
+122
*
nicira-ext: Support matching ARP source and target hardware addresses.
Justin Pettit
2011-02-02
1
-3
/
+35
*
lib: Replace IP_TYPE_ references with IPPROTO_.
Justin Pettit
2011-02-02
1
-4
/
+4
*
Implement arbitrary bitwise masks for tun_id field.
Ben Pfaff
2011-01-20
1
-9
/
+22
*
classifier: Insert commas after fields that lacked them in cls_rule_format().
Ben Pfaff
2010-12-15
1
-6
/
+6
*
classifier: Use OFP_DEFAULT_PRIORITY instead of literal 32768.
Ben Pfaff
2010-12-15
1
-1
/
+1
*
Expand tunnel IDs from 32 to 64 bits.
Ben Pfaff
2010-12-10
1
-4
/
+4
*
classifier: Implement better classifier rule formatting.
Ben Pfaff
2010-12-07
1
-11
/
+160
*
classifier: New cls_rule functions for setting registers and tun_id.
Ben Pfaff
2010-12-03
1
-0
/
+22
*
nx-match: Implement support for arbitrary VLAN TCI masks.
Ben Pfaff
2010-11-23
1
-67
/
+54
*
flow: Fully separate flow_wildcards from OpenFlow wildcard bits.
Ben Pfaff
2010-11-22
1
-114
/
+45
*
flow: Remove flow_to/from_match() in favor of cls_rule_to/from_match().
Ben Pfaff
2010-11-22
1
-9
/
+68
*
flow: New function flow_wildcards_is_exact().
Ben Pfaff
2010-11-22
1
-1
/
+1
*
classifier: New function cls_rule_equal().
Ben Pfaff
2010-11-22
1
-0
/
+10
*
classifier: Fix segfault iterating with rules that differ only in priority.
Ben Pfaff
2010-11-19
1
-3
/
+15
*
classifier: Remove classifier_for_each(), classifier_for_each_match().
Ben Pfaff
2010-11-15
1
-102
/
+1
*
classifier: Add functions and macros for iteration, and use them in ofproto.
Ben Pfaff
2010-11-15
1
-0
/
+116
*
classifier: Delete dead code specialized for the exact table.
Ben Pfaff
2010-11-12
1
-45
/
+0
*
classifier: Drop CLS_INC_* enumerations and related 'include' parameters.
Ben Pfaff
2010-11-12
1
-43
/
+19
*
Add support for matching Ethernet multicast frames.
Ben Pfaff
2010-11-11
1
-4
/
+15
[next]