1
0
Fork 0
alistair23-linux/net/l2tp
Gao Feng 7c6ae610a1 net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit
The tc could return NET_XMIT_CN as one congestion notification, but
it does not mean the packe is lost. Other modules like ipvlan,
macvlan, and others treat NET_XMIT_CN as success too.
So l2tp_eth_dev_xmit should add the NET_XMIT_CN check.

Signed-off-by: Gao Feng <gfree.wind@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-21 13:10:29 -05:00
..
Kconfig
Makefile
l2tp_core.c
l2tp_core.h
l2tp_debugfs.c
l2tp_eth.c net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit 2016-11-21 13:10:29 -05:00
l2tp_ip.c
l2tp_ip6.c
l2tp_netlink.c
l2tp_ppp.c