aboutsummaryrefslogtreecommitdiff
path: root/lib/match.c
AgeCommit message (Expand)Author
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