commit | 1b7719c4559dc1522065d4cfd033f8bb8f969159 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Mar 19 01:12:50 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 20 01:17:20 2009 -0700 |
tree | d38b95cbe779ac1d9db46f3460d760653bce8dc0 | |
parent | 8c81c9c315b7e7e240906fab0e8dde1595101bd2 [diff] |
e1000e: fix dma error handling issues There were a few issues I noticed in e1000e. These include a double free of the skb if mapping fails, and the fact that context descriptors appear to be left in the descriptor ring after the failure. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>