linux_dsm_epyc7002/drivers/net/hyperv
Vitaly Kuznetsov 981a1bd85a hv_netvsc: use single existing drop path in netvsc_start_xmit
... which validly uses dev_kfree_skb_any() instead of dev_kfree_skb().

Setting ret to -EFAULT and -ENOMEM have no real meaning here (we need to set
it to anything but -EAGAIN) as we drop the packet and return NETDEV_TX_OK
anyway.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-08 12:27:25 -04:00
..
hyperv_net.h hv_netvsc: Fix the packet free when it is in skb headroom 2015-04-07 18:45:33 -04:00
Kconfig staging: hv: move hv_netvsc out of staging area 2011-11-29 16:12:36 +09:00
Makefile staging: hv: move hv_netvsc out of staging area 2011-11-29 16:12:36 +09:00
netvsc_drv.c hv_netvsc: use single existing drop path in netvsc_start_xmit 2015-04-08 12:27:25 -04:00
netvsc.c hv_netvsc: Fix the packet free when it is in skb headroom 2015-04-07 18:45:33 -04:00
rndis_filter.c hv_netvsc: Clean up two unused variables 2015-04-07 18:45:32 -04:00