From: David S. Miller Date: Thu, 18 Oct 2018 18:23:47 +0000 (-0700) Subject: Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3a3295bfa6f484bba91de0a804c1d0bf7d31dbd3;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space' Xin Long says: ==================== sctp: fix sk_wmem_queued and use it to check for writable space sctp doesn't count and use asoc sndbuf_used, sk sk_wmem_alloc and sk_wmem_queued properly, which also causes some problem. This patchset is to improve it. ==================== Signed-off-by: David S. Miller --- 3a3295bfa6f484bba91de0a804c1d0bf7d31dbd3