lib: Inline functions used in classifier_lookup.
[sliver-openvswitch.git] / lib / match.c
2014-04-29 Jarno Rajahalmelib: Inline functions used in classifier_lookup.
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2013-12-20 Jarno Rajahalmelib/flow: Skip minimask value checks.
2013-12-04 Andy Zhoulib: refactor match_format() output functions
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-18 Ben Pfaffutil: Make raw_ctz() accept 64-bit integers.
2013-11-18 Jarno Rajahalmeminiflow: Use 64-bit map.
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-17 Jarno RajahalmeMore accurate wildcarding and fragment handling.
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-27 Simon HormanRemove mpls_depth field from flow
2013-09-26 Ben Pfaffmatch: New function minimatch_matches_flow().
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-07-16 Andy Zhouovs-ofctl: Bug fix in flow_format()
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-04-24 Simon Hormanmatch: Correct formatting of MPLS
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-02-22 Justin PettitRevert "match: Only print tp_src and tp_dst for TCP...
2013-02-22 Justin Pettitmatch: Only print tp_src and tp_dst for TCP and UDP.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-09 Gurucharan Shettyopenflow: Print in_port as string for reserved/special...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-22 Mehak MahajanARP packets must have print arp_tpa/arp_spa instead...
2012-10-22 Mehak MahajanDo not print ICMP fields for non IP packets.
2012-10-22 Mehak MahajanChange logging format for flows to that accepted by...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...