Gang He
|
da3627c30d
dlm: remove O_NONBLOCK flag in sctp_connect_to_sock
|
7 years ago |
Gang He
|
f706d83015
dlm: make sctp_connect_to_sock() return in specified time
|
7 years ago |
Gang He
|
b09c603ca4
dlm: fix a clerical error when set SCTP_NODELAY
|
7 years ago |
Denys Vlasenko
|
9b2c45d479
net: make getname() functions return length rather than use int* parameter
|
7 years ago |
Al Viro
|
c8c7840ea9
dlm: switch to sock_recvmsg()
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
26b41099e7
DLM: fix NULL pointer dereference in send_to_sock()
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
0aa18464c8
DLM: fix to reschedule rwork
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
93eaadebe9
DLM: fix to use sk_callback_lock correctly
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
3421fb15be
DLM: fix memory leak in tcp_accept_from_sock()
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
173a31fe2b
DLM: use CF_CLOSE flag to stop dlm_send correctly
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
8a4abb0819
DLM: Reanimate CF_WRITE_PENDING flag
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
c553e173b0
DLM: close othercon at send/receive error
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
c7355827b2
DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
b2a6662932
DLM: fix race condition between dlm_send and dlm_recv
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
f0fb83cb92
DLM: fix double list_del()
|
8 years ago |
tsutomu.owa@toshiba.co.jp
|
988419a9de
DLM: fix remove save_cb argument from add_sock()
|
8 years ago |
Bob Peterson
|
cc661fc934
DLM: Fix saving of NULL callbacks
|
8 years ago |
Bob Peterson
|
01da24d3fb
DLM: Eliminate CF_WRITE_PENDING flag
|
8 years ago |
Bob Peterson
|
61d9102b62
DLM: Eliminate CF_CONNECT_PENDING flag
|
8 years ago |
Guoqing Jiang
|
1c24285372
dlm: use sock_create_lite inside tcp_accept_from_sock
|
8 years ago |
David Howells
|
cdfbabfb2f
net: Work around lockdep limitation in sockets that use sockets
|
8 years ago |
Wei Yongjun
|
26c1ec2fe4
dlm: fix error return code in sctp_accept_from_sock()
|
9 years ago |
Bob Peterson
|
d2fee58a3b
dlm: remove lock_sock to avoid scheduling while atomic
|
9 years ago |
Bob Peterson
|
3735b4b9f1
dlm: don't save callbacks after accept
|
9 years ago |
Marcelo Ricardo Leitner
|
3a8db79889
dlm: free workqueues after the connections
|
9 years ago |
Amitoj Kaur Chawla
|
5c93f56f77
dlm: Use kmemdup instead of kmalloc and memcpy
|
9 years ago |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 years ago |
Bob Peterson
|
b81171cb68
DLM: Save and restore socket callbacks properly
|
9 years ago |
Bob Peterson
|
1a31833d08
DLM: Replace nodeid_to_addr with kernel_getpeername
|
9 years ago |
Eric Dumazet
|
9cd3e072b0
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
|
9 years ago |