datapath: Fix unused 'done' label build warning in flow.c.
[sliver-openvswitch.git] / datapath / flow.c
2011-09-22 Justin Pettitdatapath: Fix unused 'done' label build warning in... v1.2.2
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-06-08 Jesse Grossdatapath: Remove redundant nw_ prefix from fields in...
2011-06-08 Jesse Grossdatapath: IP fragments should include L4 header in...
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Jesse Grossdatapath: Pull data into linear area only on demand.
2011-04-29 Ben Pfaffdatapath: Avoid freeing wild pointer in corner case.
2011-03-03 Jesse Grossdatapath: Update IPv6 parsing code for kernel style.
2011-03-03 Jesse Grossdatapath: Allow jumbograms through IPv6 parsing.
2011-02-07 Justin Pettitdatapath: Better calculate max nlattr-formatted flow...
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-03 Ben PfaffZero padding bytes in odp_key_ipv4, odp_key_arp.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-01-31 Jesse Grossdatapath: Fix flow time used computation.
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-17 Ben Pfaffdatapath: Consistently parenthesize the operand of...
2011-01-13 Ben Pfaffdatapath: Get rid of compat.h, compat26.h in favor...
2011-01-06 Simon Hormandatapath: Treat GSO skbs as if they were fragments
2010-12-29 Jesse Grossdatapath: Add casts for direct freeing of RCU data.
2010-12-13 Jesse Grossdatapath: Correct byte order annotations.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Jesse Grossdatapath: Use static where possible.
2010-12-03 Jesse Grossdatapath: Use __read_mostly annotations where appropriate.
2010-12-03 Jesse Grossdatapath: Drop obsolete comment.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-09-22 Jesse Grossdatapath: Move is_frag out of struct ovs_skb_cb.
2010-09-22 Jesse Grossdatapath: Add ref counting for flows.
2010-09-22 Jesse Grossdatapath: Move flow allocation into a function.
2010-09-14 Ben Pfaffdatapath: Increase maximum number of actions per flow.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffdatapath: Avoid accesses past the end of skbuff data...
2010-08-27 Ben Pfaffdatapath: Fix default value of skb transport_header.
2010-08-27 Ben Pfaffdatapath: Avoid pskb_may_pull() checks where not needed.
2010-08-27 Ben Pfaffdatapath: Report memory allocation errors in flow_extra...
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-26 Ben Pfaffdatapath: Free up flow_extract() return value for repor...
2010-08-26 Ben Pfaffdatapath: Remove skb->len >= ETH_HLEN check from flow_e...
2010-08-26 Ben Pfaffdatapath: Use 'bool' instead of 'int' where appropriate.
2010-08-26 Ben Pfaffdatapath: Use min() instead of open-coding it.
2010-08-10 Ben Pfaffdatapath: Fix handling of 802.1Q and SNAP headers.
2010-08-03 Ben Pfaffdatapath: Inline flow_cast().
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-07-30 Jesse Grossdatapath: Remove dead code.
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-04-19 Jesse Grossdatapath: Genericize hash table.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
2010-03-15 Jesse Grossdatapath: Use constants instead of actual values.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitdatapath: Remove unused print_flow() function
2009-11-17 Justin Pettitdatapath: Cleanup tab/space issues in datapath
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-09-01 Justin PettitAdd ability for the datapath to match IP address in...
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0