projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2d0f0ca
cd305c7
)
Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space'
author
David S. Miller
<davem@davemloft.net>
Thu, 18 Oct 2018 18:23:47 +0000
(11:23 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Oct 2018 18:23:47 +0000
(11:23 -0700)
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>
Trivial merge