commit | d21fd63ea3856208c3a1cb9b26d81898a2ccf71b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Apr 12 21:50:07 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 14 21:40:24 2016 -0400 |
tree | f48f3f0e06688ce66ddc7ef7fb4823db499fec69 | |
parent | da37845fdce24e174f44d020bc4085ddd1c8a6bd [diff] |
net: validate_xmit_skb() changes skbs given to validate_xmit_skb() should not have a next pointer anymore. Also if a packet is dropped, increment dev->tx_dropped __dev_queue_xmit() no longer has to change tx_dropped in this case. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>