Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / flow.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-02 David S. Millerdatapath: Stop using NLA_PUT*().
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-17 Shan Weidatapath: kill duplicate included header
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-17 Jesse Grossdatapath: Fix flow table sparse RCU annotations.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-16 Ben Pfaffdatapath: Properly validate length of OVS_KEY_ATTR_ENCA...
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-14 Ben Pfaffdatapath: Allow flow key Netlink attributes to appear...
2011-11-12 Ben Pfaffdatapath: Rearrange ovs_key_lens.
2011-11-10 Ansis Attekadatapath: Kernel flow metadata parsing should be less...
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-08 Jesse Grossdatapath: Renumber non-upstreamable interfaces.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-11-02 Jesse Grossdatapath: Drop useless WARN_ON_ONCE during flow conversion.
2011-11-02 Jesse Grossdatapath: Add IPv6 to list of parsed EtherTypes.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
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.
next