aboutsummaryrefslogtreecommitdiff
path: root/lib/flow.c
AgeCommit message (Expand)Author
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
2012-01-10flow: Improve flow_format() output.Ethan Jackson
2011-12-21flow: Rename 'priority' to 'skb_priority'.Ben Pfaff
2011-12-19flow: Make flow_compose() fake packets slightly more realistic.Ben Pfaff
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-11-21flow: New functions for setting a VLAN VID or PCP value.Ben Pfaff
2011-11-16flow: flow_extract() improperly parses IPv6 TOS bits.Ethan Jackson
2011-11-10flow: htons() zero initializers to make their size more clear.Justin Pettit
2011-11-10flow: Use FWW_ flags to wildcard IP DSCP and ECN.Justin Pettit
2011-11-10classifier: Don't check masks when adding IPv4/IPv6 addresses.Justin Pettit
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-09-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-29flow: Drop datapath-protocol.h from flow.c.Jesse Gross
2011-09-13flow: New function flow_wildcards_is_catchall().Ben Pfaff
2011-09-13classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().Ben Pfaff
2011-09-13ofproto-dpif: Add -generate option to ofproto/trace command.Ben Pfaff
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-07-19nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson
2011-06-14flow: Give flow_wildcards_hash() a 'basis' parameter.Ben Pfaff
2011-06-07Better abstract wildcards for Ethernet destination field.Ben Pfaff
2011-05-24flow: Convert tunnel IDs to host byte order for formatting.Ben Pfaff
2011-05-23flow: flow_hash_symmetric_l4() don't hash UDP ports.Ethan Jackson
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-03-03flow: Make IPv6 userspace code match kernel.Jesse Gross
2011-03-03datapath: Allow jumbograms through IPv6 parsing.Jesse Gross
2011-03-02flow: Avoid assertion failure on invalid IPv6 packet.Jesse Gross
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-02-02lib: Move l4 flow hash to the flow library.Ethan Jackson
2011-01-27dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff