commit | c20a548792f15f8d8e38cd74356301c6db0d241f | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Tue Dec 05 13:41:17 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 05 18:03:53 2017 -0500 |
tree | 6cac4cb3e41c0a55f25e1e7c35af6c168c8b432a | |
parent | c9d3fe9da094a9a7a3d3cd365b334b822e05f5e8 [diff] |
net: qualcomm: rmnet: Fix leak on transmit failure If a skb in transmit path does not have sufficient headroom to add the map header, the skb is not sent out and is never freed. Fixes: ceed73a2cf4a ("drivers: net: ethernet: qualcomm: rmnet: Initial implementation") Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>