summaryrefslogtreecommitdiff
path: root/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+36
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+13
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-5/+5
* lib: Use MAP_FOR_EACH_INDEX to improve readability.Jarno Rajahalme2014-11-261-3/+3
* match: Use ds_chomp() in match_format()Simon Horman2014-11-041-2/+2
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-1/+14
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-6/+5
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-2/+3
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-104/+7
* lib: Unify flags parsing and formatting.Jarno Rajahalme2014-09-081-2/+9
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+15
* flow: extend it to carry IGMP protocol informationFlavio Leitner2014-06-241-1/+7
* lib/flow: fix minimatch_extract() ICMPv6 parsingJarno Rajahalme2014-06-021-0/+1
* lib/flow: Maintain miniflow offline values explicitly.Jarno Rajahalme2014-04-291-2/+2
* lib: Inline functions used in classifier_lookup.Jarno Rajahalme2014-04-291-33/+0
* lib/flow: Introduce miniflow_extract().Jarno Rajahalme2014-04-181-1/+1
* ofproto/bond: Implement bond megaflow using recirculationAndy Zhou2014-04-071-0/+28
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-1/+31
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-29/+71
* lib/flow: Skip minimask value checks.Jarno Rajahalme2013-12-201-10/+11
* lib: refactor match_format() output functionsAndy Zhou2013-12-041-45/+35
* lib: More intuitive syntax for TCP flags matching.Jarno Rajahalme2013-12-021-3/+4
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-1/+26
* util: Make raw_ctz() accept 64-bit integers.Ben Pfaff2013-11-181-1/+1
* miniflow: Use 64-bit map.Jarno Rajahalme2013-11-181-9/+4
* TCP flags matching support.Jarno Rajahalme2013-10-291-1/+25
* More accurate wildcarding and fragment handling.Jarno Rajahalme2013-10-171-9/+4
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-4/+0
* Remove mpls_depth field from flowSimon Horman2013-09-271-1/+1
* match: New function minimatch_matches_flow().Ben Pfaff2013-09-261-1/+30
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-15/+15
* classifier: New function cls_rule_move().Ben Pfaff2013-08-271-0/+9
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-0/+4
* flow: Enable matching on new field 'pkt_mark'.Jesse Gross2013-08-131-4/+17
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-8/+8
* ovs-ofctl: Bug fix in flow_format()Andy Zhou2013-07-161-12/+13
* Create specific types for ofp and odp portAlex Wang2013-06-201-5/+5
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-4/+0
* match: Correct formatting of MPLSSimon Horman2013-04-241-20/+10
* Remove encal_dl_type from struct flowSimon Horman2013-03-151-1/+1
* Revert "match: Only print tp_src and tp_dst for TCP and UDP."Justin Pettit2013-02-221-2/+1
* match: Only print tp_src and tp_dst for TCP and UDP.Justin Pettit2013-02-211-1/+2
* User-Space MPLS actions and matchesSimon Horman2013-02-051-1/+84
* packets: Create global helper is_ip_any().Ethan Jackson2013-01-281-3/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* openflow: Print in_port as string for reserved/special ports.Gurucharan Shetty2013-01-091-1/+4
* vswitchd: log skb_mark and skb_priorityAnsis Atteka2012-12-181-0/+30
* vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar2012-11-211-14/+108
* datapath: add skb mark matching and set actionAnsis Atteka2012-11-211-1/+2
* Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-5/+12