linux/net/caif
Paolo Abeni b0a231a26d net: caif: avoid using qdisc_qlen()
Such helper does not cope correctly with NOLOCK qdiscs.
In the following patches we will move back qlen to per CPU
values for such qdiscs, so qdisc_qlen_sum() is not an option,
too.
Instead, use qlen only for lock qdiscs, and always set
flow off for NOLOCK qdiscs with a not empty tx queue.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-10 12:20:46 -07:00
..
Kconfig
Makefile
caif_dev.c net: caif: avoid using qdisc_qlen() 2019-04-10 12:20:46 -07:00
caif_socket.c Revert "net: simplify sock_poll_wait" 2018-10-23 10:57:06 -07:00
caif_usb.c
cfcnfg.c
cfctrl.c
cfdbgl.c
cfdgml.c
cffrml.c
cfmuxl.c
cfpkt_skbuff.c net: caif: use skb helpers instead of open-coding them 2019-02-17 11:01:17 -08:00
cfrfml.c net: caif: remove redundant null check on frontpkt 2018-09-17 18:49:57 -07:00
cfserl.c
cfsrvl.c
cfutill.c
cfveil.c
cfvidl.c
chnl_net.c