commit | 3a67c9ccad926a168d8b7891537a452018368a5b | [log] [tgz] |
---|---|---|
author | KY Srinivasan <kys@microsoft.com> | Sun Oct 05 10:42:51 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 05 21:10:48 2014 -0400 |
tree | 973c47a5954f0481f06a7ac8e5e46740d8c8e5a2 | |
parent | 47549650abd13d873fd2e5fc218db19e21031074 [diff] |
hyperv: Fix a bug in netvsc_send() After the packet is successfully sent, we should not touch the packet as it may have been freed. This patch is based on the work done by Long Li <longli@microsoft.com>. David, please queue this up for stable. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reported-by: Sitsofe Wheeler <sitsofe@yahoo.com> Signed-off-by: David S. Miller <davem@davemloft.net>