aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.h
AgeCommit message (Expand)Author
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-17datapath: Fix whitespace error.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-15datapath: Properly validate length of OVS_KEY_ATTR_ENCAP attributes.Ben Pfaff
2011-11-09datapath: Fix comment formatting.Jesse Gross
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-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
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-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-03-03datapath: Update IPv6 parsing code for kernel style.Jesse Gross
2011-02-07datapath: Better calculate max nlattr-formatted flow size.Justin Pettit
2011-02-07datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit
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
2010-12-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-13datapath: Use __packed macro.Jesse Gross
2010-12-13datapath: Include <linux/netlink.h> directly into flow.h.Ben Pfaff
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-10-11datapath: Always use GFP_ATOMIC to execute actions.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-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-02datapath: Inline flow_cast().Ben Pfaff
2010-08-02datapath: Don't track IP TOS value two different ways.Ben Pfaff
2010-07-26datapath: Don't query time for every packet.Jesse Gross
2010-05-27datapath: Add missing #include to datapath/flow.h.Ben Pfaff
2010-04-19datapath: Genericize hash table.Jesse Gross
2009-11-17datapath: Remove unused print_flow() functionJustin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff