X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fbackport-4.9%2F024-5-tcp-tsq-add-a-shortcut-in-tcp_small_queue_check.patch;h=925d2dcead43d966030b9aa9751c977b41b78614;hb=886d66abcd92a6f2001865d8319504d72cd0d53e;hp=dd1a37eb219680c3d83c66f2cccf6e71ce604621;hpb=b2ea46fe236ae02d845f94cf984cbc1786870333;p=openwrt%2Fstaging%2Fhauke.git diff --git a/target/linux/generic/backport-4.9/024-5-tcp-tsq-add-a-shortcut-in-tcp_small_queue_check.patch b/target/linux/generic/backport-4.9/024-5-tcp-tsq-add-a-shortcut-in-tcp_small_queue_check.patch index dd1a37eb21..925d2dcead 100644 --- a/target/linux/generic/backport-4.9/024-5-tcp-tsq-add-a-shortcut-in-tcp_small_queue_check.patch +++ b/target/linux/generic/backport-4.9/024-5-tcp-tsq-add-a-shortcut-in-tcp_small_queue_check.patch @@ -19,7 +19,7 @@ Signed-off-by: David S. Miller --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c -@@ -2084,6 +2084,15 @@ static bool tcp_small_queue_check(struct +@@ -2087,6 +2087,15 @@ static bool tcp_small_queue_check(struct limit <<= factor; if (atomic_read(&sk->sk_wmem_alloc) > limit) {