aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2012-05-08datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar
2012-01-24datapath: Fix version check for 3.2.Jesse Gross
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2012-01-17datapath: Enforce mutual exclusion between bridge and brcompat_mod.Ben Pfaff
2012-01-11datapath: Fix multipart datapath dumps.Ben Pfaff
2011-12-06datapath: small potential memory leak in ovs_vport_alloc()Dan Carpenter
2011-11-30datapath: Don't use ipv6_addr_copy().Jesse Gross
2011-11-22datapath: Fix build after global symbol rename.Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-21datapath: Remove unused variable in dp_notify.c.Jesse Gross
2011-11-21datapath: Always notify in initial namespace for port deletions.Jesse Gross
2011-11-21datapath: Directly use methods for protecting RCU/RTNL data.Jesse Gross
2011-11-21datapath: Add genl_dereference() and use it.Jesse Gross
2011-11-21datapath: Use u64_stats_sync for datapath and vport stats.Jesse Gross
2011-11-18datapath: Better handle vlan packets sent to userspace.Jesse Gross
2011-11-18datapath: Fix unaligned access when storing stats.Jesse Gross
2011-11-18datapath: Fix pop_vlan().Pravin B Shelar
2011-11-17datapath: Update startup banner.Jesse Gross
2011-11-17datapath: Fix whitespace error.Jesse Gross
2011-11-16datapath: Dont export get_dp().Pravin B Shelar
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-11datapath: Use correct ethernet addr len.Pravin B Shelar
2011-11-10datapath: remove actions.hPravin B Shelar
2011-11-10datapath: Don't use Nicira's OUI for generating mac-address.Pravin B Shelar
2011-11-10datapath: Remove unnecessary definition of is_internal_vport()Pravin B Shelar
2011-11-10datapath: Use skb_copy_and_csum_dev() to csum upcall packet.Pravin B Shelar
2011-11-10datapath: Kernel flow metadata parsing should be less restrictiveAnsis Atteka
2011-11-09datapath: Fix compiler warning on older kernel.Pravin B Shelar
2011-11-09datapath: Fix comment formatting.Jesse Gross
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-08datapath: Properly calculate checksum when updating TOS field.Justin Pettit
2011-11-08datapath: Update kernel support to 3.2.Pravin B Shelar
2011-11-08datapath: Fix vport tx_packets count.Pravin B Shelar
2011-11-07tunneling: Separate out multicast port pools.Jesse Gross
2011-11-07tunneling: Reduce priority of multicast tunnels.Jesse Gross
2011-11-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-07datapath: Slim down the vport interface.Jesse Gross
2011-11-07datapath: Remove vport from OVS_CB.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-04datapath: Define net_device_ops->ndo_get_stats64() for internal_dev.Pravin B Shelar