aboutsummaryrefslogtreecommitdiff
path: root/lib/match.c
AgeCommit message (Expand)Author
2013-10-17More accurate wildcarding and fragment handling.Jarno Rajahalme
2013-09-27Remove unused variables and functions.Jarno Rajahalme
2013-09-27Remove mpls_depth field from flowSimon Horman
2013-09-26match: New function minimatch_matches_flow().Ben Pfaff
2013-09-17openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff
2013-08-27classifier: New function cls_rule_move().Ben Pfaff
2013-08-22ofp-util: Add SCTP supportJoe Stringer
2013-08-13flow: Enable matching on new field 'pkt_mark'.Jesse Gross
2013-08-13flow: Rename skb_mark to pkt_mark.Jesse Gross
2013-07-16ovs-ofctl: Bug fix in flow_format()Andy Zhou
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-05-10OpenFlow-level flow-based tunneling support.Jarno Rajahalme
2013-04-24match: Correct formatting of MPLSSimon Horman
2013-03-15Remove encal_dl_type from struct flowSimon Horman
2013-02-22Revert "match: Only print tp_src and tp_dst for TCP and UDP."Justin Pettit
2013-02-21match: Only print tp_src and tp_dst for TCP and UDP.Justin Pettit
2013-02-05User-Space MPLS actions and matchesSimon Horman
2013-01-28packets: Create global helper is_ip_any().Ethan Jackson
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-09openflow: Print in_port as string for reserved/special ports.Gurucharan Shetty
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-22ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.Mehak Mahajan
2012-10-22Do not print ICMP fields for non IP packets.Mehak Mahajan
2012-10-22Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff