openflow: Support matching and modifying MPLS TTL field.
[cascardo/ovs.git] / lib / match.c
2016-03-08 Ben Pfaffopenflow: Support matching and modifying MPLS TTL field.
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-24 Justin Pettitbyte-order: Make hton128() and ntoh128() behave like...
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-07-17 Jarno Rajahalmeflow: Split miniflow's map.
2015-07-17 Jarno Rajahalmeflow: Make compile with MSVC.
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-16 Jesse Grossflow: Factor out flag parsing and formatting routines.
2015-07-15 Jarno Rajahalmematch: Single malloc minimatch.
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-05-22 Andy ZhouRevert "ovs-ofctl: Always prints recirc_id in decimal"
2015-05-19 Andy Zhouovs-ofctl: Always prints recirc_id in decimal
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-16 Jarno Rajahalmematch: Do not skip formatting a zero dp_hash.
2015-02-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2014-11-26 Jarno Rajahalmelib: Use MAP_FOR_EACH_INDEX to improve readability.
2014-11-04 Simon Hormanmatch: Use ds_chomp() in match_format()
2014-11-04 Ben Pfaffflow: Support OF1.5+ (draft) actset_output field.
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-10-06 Jarno Rajahalmelib/match: Do not format undefined fields.
2014-09-08 Jarno Rajahalmelib: Unify flags parsing and formatting.
2014-07-28 Ben Pfaffmeta-flow: Add 64-bit registers.
2014-06-24 Flavio Leitnerflow: extend it to carry IGMP protocol information
2014-06-02 Jarno Rajahalmelib/flow: fix minimatch_extract() ICMPv6 parsing
2014-04-29 Jarno Rajahalmelib/flow: Maintain miniflow offline values explicitly.
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...