aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.c
AgeCommit message (Expand)Author
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-01-17datapath: kill duplicate included headerShan Wei
2012-01-04datapath: Implement flow table re-hashing.Pravin B Shelar
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-11-30datapath: Don't use ipv6_addr_copy().Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Fix flow table sparse RCU annotations.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-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-14datapath: Allow flow key Netlink attributes to appear in any order.Ben Pfaff
2011-11-12datapath: Rearrange ovs_key_lens.Ben Pfaff
2011-11-10datapath: Kernel flow metadata parsing should be less restrictiveAnsis Atteka
2011-11-09datapath: Rename ipv6_tos to ipv6_tclass.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-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-02datapath: Drop useless WARN_ON_ONCE during flow conversion.Jesse Gross
2011-11-02datapath: Add IPv6 to list of parsed EtherTypes.Jesse Gross
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-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