commit | 938fa48843b8d020a1dfc9cf340e09347132b7c4 | [log] [tgz] |
---|---|---|
author | Rasesh Mody <rmody@brocade.com> | Tue Aug 30 15:27:47 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 15 15:36:34 2011 -0400 |
tree | c6520aa04dc574397f34648bbef07b6fef9b4b64 | |
parent | 41eb5ba42d6108029ccc0cdb0c95dfc6a9e348e7 [diff] |
bna: SKB PCI UNMAP Fix Change details: - Found a leak in sk_buff unmapping of PCI dma addresses where boundary conditions are not properly handled in freeing all Tx buffers. Freeing of all Tx buffers is done considering sk_buffs data and fragments can be mapped at the boundary. Signed-off-by: Gurunatha Karaje <gkaraje@brocade.com> Signed-off-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>