lib: Inline functions used in classifier_lookup.
[sliver-openvswitch.git] / lib / classifier.c
2014-04-29 Jarno Rajahalmelib: Inline functions used in classifier_lookup.
2014-04-18 Jarno Rajahalmeclassifier: Support miniflow as a key.
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-09-26 Ben Pfaffclassifier: Avoid accumulating junk in cls_partition...
2013-09-26 Ben Pfaffclassifier: Speed up lookup when metadata partitions...
2013-09-26 Ben Pfaffmatch: New function minimatch_matches_flow().
2013-09-13 Ben Pfaffclassifier: Allow CLS_CURSOR_FOR_EACH to use a const...
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-09 Ethan Jacksonclassifier: Make use of the classifier thread safe.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-02-11 Ben Pfaffclassifier: Refactor table priority updates and tables_...
2013-02-11 Jarno Rajahalmeclassifier: Maintain tables in descending priority...
2013-02-08 Jarno RajahalmeOptimize classifier by maintaining the priority of...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-10 Ben Pfaffclassifier: Fix theoretical leak in classifier_destroy().
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Optimize iteration with a catch-all target...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffclassifier: Fix typo in comment.
2012-09-04 Ben Pfaffflow: Simplify many functions for working with flows...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for TTL match, instead of FWW_*...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-07-23 Ben Pfaffmeta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
2012-07-23 Ben Pfaffflow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Simon Hormanclassifier: Add helpers for setting ethernet addresses
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-12 Ben Pfaffclassifier: New function cls_rule_is_loose_match().
2012-07-05 Simon Hormanopenflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
2012-06-07 Ethan Jacksonpackets: Fix eth_addr_equal_except().
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-19 Ben Pfaffclassifier: Optimize search of "catchall" table.
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-11 Ben Pfaffclassifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin Pettitclassifier: Don't check masks when adding IPv4/IPv6...
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-04 Justin Pettitnicira-ext: Fix build problems on 64-bit systems.
2011-09-13 Ben Pfaffclassifier: Move zero_wildcards() to flow.c as public...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-09-13 Ben Pfaffclassifier: Change cls_rule_set_nd_target() to take...
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-06-30 Ben Pfaffclassifier: Print ARP opcode as "arp_op" instead of...
2011-06-14 Ben Pfaffclassifier: New function cls_rule_hash().
2011-06-14 Ben Pfaffflow: Give flow_wildcards_hash() a 'basis' parameter.
2011-06-07 Ben PfaffBetter abstract wildcards for Ethernet destination...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffclassifier: Remove OF1.0 special case from classifier_f...
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-03-16 Ben Pfaffclassifier: Omit all-1-bits mask for VLAN TCI in cls_ru...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2010-12-15 Ben Pfaffclassifier: Insert commas after fields that lacked...
2010-12-15 Ben Pfaffclassifier: Use OFP_DEFAULT_PRIORITY instead of literal...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-07 Ben Pfaffclassifier: Implement better classifier rule formatting.
2010-12-03 Ben Pfaffclassifier: New cls_rule functions for setting register...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-22 Ben Pfaffflow: New function flow_wildcards_is_exact().
2010-11-22 Ben Pfaffclassifier: New function cls_rule_equal().
2010-11-20 Ben Pfaffclassifier: Fix segfault iterating with rules that...
2010-11-15 Ben Pfaffclassifier: Remove classifier_for_each(), classifier_fo...
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-12 Ben Pfaffclassifier: Delete dead code specialized for the exact...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-11 Ben Pfaffclassifier: Pass correct member to CONTAINER_OF in...
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-08 Ben Pfaffclassifier: Add more cls_rule_set_*() functions.
next