aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.c
AgeCommit message (Expand)Author
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-08datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-08datapath: Remove redundant nw_ prefix from fields in flow key.Jesse Gross
2011-06-08datapath: IP fragments should include L4 header in flow length.Jesse Gross
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-05-11datapath: Pull data into linear area only on demand.Jesse Gross
2011-04-29datapath: Avoid freeing wild pointer in corner case.Ben Pfaff
2011-03-03datapath: Update IPv6 parsing code for kernel style.Jesse Gross
2011-03-03datapath: Allow jumbograms through IPv6 parsing.Jesse Gross
2011-02-07datapath: Better calculate max nlattr-formatted flow size.Justin Pettit
2011-02-07datapath: Use vlan acceleration for vlan operations.Jesse Gross
2011-02-03Zero padding bytes in odp_key_ipv4, odp_key_arp.Ben Pfaff
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-01-31datapath: Fix flow time used computation.Jesse Gross
2011-01-28datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff
2011-01-27datapath: Convert datapath operations to use Netlink framing.Ben Pfaff
2011-01-27datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-17datapath: Consistently parenthesize the operand of 'sizeof'.Ben Pfaff
2011-01-13datapath: Get rid of compat.h, compat26.h in favor of modern approach.Ben Pfaff
2011-01-05datapath: Treat GSO skbs as if they were fragmentsSimon Horman
2010-12-29datapath: Add casts for direct freeing of RCU data.Jesse Gross
2010-12-13datapath: Correct byte order annotations.Jesse Gross
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-09datapath: Use static where possible.Jesse Gross
2010-12-02datapath: Use __read_mostly annotations where appropriate.Jesse Gross
2010-12-02datapath: Drop obsolete comment.Jesse Gross
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-09-22datapath: Move is_frag out of struct ovs_skb_cb.Jesse Gross
2010-09-22datapath: Add ref counting for flows.Jesse Gross
2010-09-22datapath: Move flow allocation into a function.Jesse Gross
2010-09-14datapath: Increase maximum number of actions per flow.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff
2010-08-27datapath: Fix default value of skb transport_header.Ben Pfaff
2010-08-27datapath: Avoid pskb_may_pull() checks where not needed.Ben Pfaff
2010-08-27datapath: Report memory allocation errors in flow_extract().Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-26datapath: Free up flow_extract() return value for reporting errors.Ben Pfaff
2010-08-26datapath: Remove skb->len >= ETH_HLEN check from flow_extract().Ben Pfaff
2010-08-26datapath: Use 'bool' instead of 'int' where appropriate.Ben Pfaff
2010-08-26datapath: Use min() instead of open-coding it.Ben Pfaff
2010-08-10datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff