Searched hist:"926 f27300100f4233c7665649f68fcf615f58d68" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | diff 926f27300100f4233c7665649f68fcf615f58d68 Sun Apr 24 21:38:12 CEST 2016 Florian Westphal <fw@strlen.de> drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
These drivers already call netif_stop_queue() so we should not be called unless tx space is available. Just free the skb and return TX_OK.
Followup patch will remove NETDEV_TX_LOCKED from the kernel.
Cc: linux-parisc@vger.kernel.org Cc: linux-hams@vger.kernel.org Cc: Thomas Sailer <t.sailer@alumni.ethz.ch> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | a2065.c | diff 926f27300100f4233c7665649f68fcf615f58d68 Sun Apr 24 21:38:12 CEST 2016 Florian Westphal <fw@strlen.de> drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
These drivers already call netif_stop_queue() so we should not be called unless tx space is available. Just free the skb and return TX_OK.
Followup patch will remove NETDEV_TX_LOCKED from the kernel.
Cc: linux-parisc@vger.kernel.org Cc: linux-hams@vger.kernel.org Cc: Thomas Sailer <t.sailer@alumni.ethz.ch> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/hamradio/ |
H A D | hdlcdrv.c | diff 926f27300100f4233c7665649f68fcf615f58d68 Sun Apr 24 21:38:12 CEST 2016 Florian Westphal <fw@strlen.de> drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
These drivers already call netif_stop_queue() so we should not be called unless tx space is available. Just free the skb and return TX_OK.
Followup patch will remove NETDEV_TX_LOCKED from the kernel.
Cc: linux-parisc@vger.kernel.org Cc: linux-hams@vger.kernel.org Cc: Thomas Sailer <t.sailer@alumni.ethz.ch> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | baycom_epp.c | diff 926f27300100f4233c7665649f68fcf615f58d68 Sun Apr 24 21:38:12 CEST 2016 Florian Westphal <fw@strlen.de> drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
These drivers already call netif_stop_queue() so we should not be called unless tx space is available. Just free the skb and return TX_OK.
Followup patch will remove NETDEV_TX_LOCKED from the kernel.
Cc: linux-parisc@vger.kernel.org Cc: linux-hams@vger.kernel.org Cc: Thomas Sailer <t.sailer@alumni.ethz.ch> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|