commit | 3a3295bfa6f484bba91de0a804c1d0bf7d31dbd3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Oct 18 11:23:47 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 18 11:23:47 2018 -0700 |
tree | 5e3af28184fb65447c9aaeffa51bfb95f473667a | |
parent | 2d0f0ca2c7b56c1df29429dd5a768fc49e79ffae [diff] | |
parent | cd305c74b0f8b49748a79a8f67fc8e5e3e0c4794 [diff] |
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 <davem@davemloft.net>