aboutsummaryrefslogtreecommitdiff
path: root/lib/flow.c
AgeCommit message (Expand)Author
2013-05-09flow: Fix IPv6 fragment packet handlingTakashi Kawaguchi
2013-02-19datapath: Fix parsing invalid LLC/SNAP ethertypesRich Lane
2013-01-22hash: Replace primary hash functions by murmurhash.Ben Pfaff
2013-01-22hash: Change mhash_finish() data measurement from words to bytes.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-12-27flow: Split flow_extractSimon Horman
2012-12-14flow: Fix harmless typo in flow_wildcards_hash().Ben Pfaff
2012-11-27flow: use rule priority in match_format() functionAnsis Atteka
2012-11-23vswitchd: fix 32-bit buildsAnsis 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-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-10-29flow: Set ttl in flow_compose().Justin Pettit
2012-10-24Allow processing of RARP packets.Mehak Mahajan
2012-10-22Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan
2012-10-04ofproto-dpif: Avoid zeroing tunnel info in handle_miss_upcalls().Ben Pfaff
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-20flow: Only show IPv4 flow information for IPv4 flowsSimon Horman
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04flow: Simplify many functions for working with flows and wildcards.Ben Pfaff
2012-09-04flow: Remove flow_wildcards_is_exact().Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-09-04flow: Take advantage of zero-padding in struct flow and flow_wildcards.Ben Pfaff
2012-09-04flow: Use bit-mask for in_port match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for Ethernet type match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for IP protocol match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for TTL match, instead of FWW_* flag.Ben Pfaff
2012-09-04flow: Use bit-mask for DSCP and ECN bits, instead of FWW_* flags.Ben Pfaff
2012-08-17Do not include zeroed metadata fields in NXM/OXM packet-in messages.Ben Pfaff
2012-08-07Adding checksum to ICMP packets created by OVS for testing.Mehak Mahajan
2012-08-03flow: Remove superfluous casts.Ben Pfaff
2012-08-03flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff
2012-08-02Adding checksum to IP packets created by ovs for testing.Mehak Mahajan
2012-08-01flow: Fix wild pointer dereference in flow_compose().Ethan Jackson
2012-07-23meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.Ben Pfaff
2012-07-23flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().Ben Pfaff
2012-07-19OXM: Allow masking of ARP SHA and THASimon Horman
2012-07-19OXM: Allow masking of IPv6 Flow LabelSimon Horman
2012-07-05openflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONESimon Horman
2012-06-26Add OXM_OF_METADATA field as a step toward OpenFlow 1.1 support.Joe Stringer
2012-05-29flow: Adds support for arbitrary ethernet maskingJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-02-03flow: Rename 'tp_addr' field in flow_hash_symmetric_l4().Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02flow: Add a couple of missing build assertions on FLOW_WC_SEQ.Ben Pfaff
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2012-01-10packets: Mask out CFI bit in eth_push_vlan().Ethan Jackson