aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2012-06-12datapath: Check currect return value from skb_gso_segment()Pravin B Shelar
2012-06-07datapath: Fix use-after-free bug in dp_notify.Pravin B Shelar
2012-05-17datapath: Reset upper layer protocol info on internal devices.Jesse Gross
2012-05-08datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar
2012-04-09datapath: Do not send notification if ovs_vport_set_options() failedAnsis Atteka
2012-03-23flow: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross
2012-03-23flow: Add length check when retrieving TCP flags.Jesse Gross
2012-03-07datapath: Fix checksum update for actions on UDP packets.Jesse Gross
2012-03-07datapath: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-02-15datapath: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-01-31datapath: Don't dereference potentially NULL vport in patch ports.Jesse Gross
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2012-01-17datapath: Enforce mutual exclusion between bridge and brcompat_mod.Ben Pfaff
2012-01-17datapath: kill duplicate included headerShan Wei
2012-01-17datapath: remove unused version.h includesDevendra Naga
2012-01-13datapath: Fix version check for 3.2.Jesse Gross
2012-01-12datapath: IFF_OVS_DATAPATH is backported by RHEL 6.2.Jesse Gross
2012-01-11datapath: Fix multipart datapath dumps.Ben Pfaff
2012-01-04datapath: Implement flow table re-hashing.Pravin B Shelar
2012-01-04datapath: Fix OVS compat workqueue support.Pravin B Shelar
2012-01-04datapath: Add genl_exec().Pravin B Shelar
2011-12-08datapath: Alphabetize include/net/ipv6.h compat header.Jesse Gross
2011-12-08datapath: Fix build on RHEL 5.5Pravin B Shelar
2011-12-06datapath: small potential memory leak in ovs_vport_alloc()Dan Carpenter
2011-12-05datapath: Fix build breakage on kernel 2.6.40Zhi Yong Wu
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-12-01datapath: Fix outdated comment.Jesse Gross
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