summaryrefslogtreecommitdiff
path: root/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.Mehak Mahajan2012-10-221-0/+3
* Do not print ICMP fields for non IP packets.Mehak Mahajan2012-10-221-2/+4
* Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan2012-10-221-0/+82
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-5/+10
* Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff2012-09-041-0/+74
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-0/+775