aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2012-09-03datapath: Fix FLOW_BUFSIZE definition.v1.7.1Jesse Gross
2012-08-22datapath: Fix namespace refcount leak on failed init.Jesse Gross
2012-08-03datapath: Relax set header validation.Jesse Gross
2012-07-10datapath: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff
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-23datapath: Avoid system freeze due to ovs-flow-rehash softlockup.Pravin B Shelar
2012-05-17datapath: Reset upper layer protocol info on internal devices.Jesse Gross
2012-05-07datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar
2012-05-03datapath: Release rtnl_lock if ovs_vport_cmd_build_info() failedAnsis Atteka
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-19datapath: Use ETH_ALEN instead of VLAN_ETH_ALENSimon Horman
2012-04-19datapath: Include linux/completion.hSimon Horman
2012-04-09datapath: Do not send notification if ovs_vport_set_options() failedAnsis Atteka
2012-04-05datapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an abitrary valueSimon Horman
2012-04-02datapath: Stop using NLA_PUT*().David S. Miller
2012-04-02datapath: Backport nla_put_be* functions.Jesse Gross
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-23datapath: Support for kernel 3.3Pravin B Shelar
2012-03-22datapath: Move CSUM_MANGLED_0 definition to net checksum header.Pravin B Shelar
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-13configure: add configure option to disable building brcompatChris Wright
2012-03-09datapath: omit _mod from module namesChris Wright
2012-03-08datapath: update linux/.gitignoreChris Wright
2012-03-08datapath: rename brcompat.c to brcompat_main.cChris Wright
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