lib/classifier: Hide more of the internal data structures.
[sliver-openvswitch.git] / lib / classifier.h
2014-04-29 Jarno Rajahalmelib/classifier: Hide more of the internal data structures.
2014-04-18 Jarno Rajahalmeclassifier: Support miniflow as a key.
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-11-03 Ben Pfaffclassifier: Update thread safety notes.
2013-10-30 Jarno Rajahalmeclassifier: Rename struct cls_table as cls_subtable.
2013-10-22 Gurucharan Shettyclassifier: Fix a typo.
2013-09-26 Ben Pfaffclassifier: Avoid accumulating junk in cls_partition...
2013-09-26 Ben Pfaffclassifier: Speed up lookup when metadata partitions...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
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-07-22 Alex Wangclang: Fix the "expression result unused" warning.
2013-07-22 Alex Wangclang: Fix segfault in unit tests.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-02-11 Jarno Rajahalmeclassifier: Maintain tables in descending priority...
2013-02-08 Jarno RajahalmeOptimize classifier by maintaining the priority of...
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-07-23 Ben Pfaffmeta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-12 Ben Pfaffclassifier: New function cls_rule_is_loose_match().
2012-06-27 Joe StringerAdd OXM_OF_METADATA field as a step toward OpenFlow...
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-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-01-10 Ethan Jacksonclassifier: Update cls_rule_set_in_port() prototype.
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 PettitSupport matching IPv6 flow label.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-09-13 Ben Pfaffofproto-dpif: Optimize flow revalidation for MAC learning.
2011-09-13 Ben Pfaffclassifier: Change cls_rule_set_nd_target() to take...
2011-08-19 Ben Pfaffclassifier: Fix typo in comment.
2011-08-04 Casey Barkerlib: Adapt headers for use in C++.
2011-06-14 Ben Pfaffclassifier: New function cls_rule_hash().
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-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-01-20 Ben PfaffImplement arbitrary bitwise masks for tun_id field.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-07 Ben Pfaffclassifier: Implement better classifier rule formatting.
2010-12-06 Ben Pfaffutil: Introduce ASSIGN_CONTAINER to make iteration...
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 Pfaffclassifier: New function cls_rule_equal().
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-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-08 Ben Pfaffclassifier: Add more cls_rule_set_*() functions.
2010-11-08 Ben Pfaffclassifier: Move in-band set_<field>() functions public...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-08 Ben PfaffRename cls_rule_zero_wildcards() to cls_rule_zero_wildc...
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-03 Ben Pfaffclassifier: Rewrite.
2010-10-29 Ben Pfaffclassifier: Change classifier_rule_overlaps() to take...
2010-10-29 Ben Pfaffclassifier: Change classifier_find_rule_exactly() to...
2010-10-29 Ben Pfaffclassifier: Merge classifier_lookup_wild(), classifier_...
2010-10-29 Ben Pfaffclassifier: Remove unused functions cls_rule_moved...
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-08 Justin Pettitclassifier: Add missing argument in CLASSIFIER_FOR_EACH...
2010-10-07 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Check overlap, emerg flow cache, and error...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-12 Ben Pfaffclassifier: New function cls_rule_to_string().
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-24 Ben Pfaffclassifier: Improve comments.
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0