index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lowcomms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add a new bind_add method
Christoph Hellwig
2020-05-29
1
-6
/
+3
*
sctp: add sctp_sock_set_nodelay
Christoph Hellwig
2020-05-29
1
-8
/
+2
*
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-6
/
+2
*
net: add sock_set_rcvbuf
Christoph Hellwig
2020-05-28
1
-6
/
+1
*
net: add sock_set_keepalive
Christoph Hellwig
2020-05-28
1
-5
/
+1
*
net: add sock_set_sndtimeo
Christoph Hellwig
2020-05-28
1
-6
/
+2
*
net: add sock_set_reuseaddr
Christoph Hellwig
2020-05-28
1
-5
/
+1
*
dlm: use the tcp version of accept_from_sock for sctp as well
Christoph Hellwig
2020-05-27
1
-120
/
+3
*
dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD
Arnd Bergmann
2019-12-18
1
-3
/
+3
*
dlm: check if workqueues are NULL before flushing/destroying
David Windsor
2019-07-11
1
-6
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-30
1
-3
/
+1
*
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
2019-02-03
1
-2
/
+2
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-1
/
+1
*
dlm: remove O_NONBLOCK flag in sctp_connect_to_sock
Gang He
2018-05-29
1
-1
/
+1
*
dlm: make sctp_connect_to_sock() return in specified time
Gang He
2018-05-02
1
-0
/
+12
*
dlm: fix a clerical error when set SCTP_NODELAY
Gang He
2018-05-02
1
-1
/
+1
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-4
/
+3
*
dlm: switch to sock_recvmsg()
Al Viro
2017-12-02
1
-2
/
+2
*
DLM: fix NULL pointer dereference in send_to_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+4
*
DLM: fix to reschedule rwork
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+6
*
DLM: fix to use sk_callback_lock correctly
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-12
/
+17
*
DLM: fix memory leak in tcp_accept_from_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-14
/
+7
*
DLM: use CF_CLOSE flag to stop dlm_send correctly
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+1
*
DLM: Reanimate CF_WRITE_PENDING flag
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-1
/
+8
*
DLM: close othercon at send/receive error
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+2
*
DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+6
*
DLM: fix race condition between dlm_send and dlm_recv
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+6
*
DLM: fix double list_del()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-5
/
+39
*
DLM: fix remove save_cb argument from add_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-8
/
+8
*
DLM: Fix saving of NULL callbacks
Bob Peterson
2017-09-25
1
-20
/
+25
*
DLM: Eliminate CF_WRITE_PENDING flag
Bob Peterson
2017-09-25
1
-13
/
+8
*
DLM: Eliminate CF_CONNECT_PENDING flag
Bob Peterson
2017-09-25
1
-7
/
+3
*
dlm: use sock_create_lite inside tcp_accept_from_sock
Guoqing Jiang
2017-08-07
1
-1
/
+1
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+1
*
dlm: fix error return code in sctp_accept_from_sock()
Wei Yongjun
2016-10-24
1
-1
/
+2
*
dlm: remove lock_sock to avoid scheduling while atomic
Bob Peterson
2016-10-19
1
-4
/
+0
*
dlm: don't save callbacks after accept
Bob Peterson
2016-10-19
1
-9
/
+12
*
dlm: free workqueues after the connections
Marcelo Ricardo Leitner
2016-10-10
1
-6
/
+2
*
dlm: Use kmemdup instead of kmalloc and memcpy
Amitoj Kaur Chawla
2016-06-23
1
-2
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-4
/
+4
*
DLM: Save and restore socket callbacks properly
Bob Peterson
2016-02-22
1
-11
/
+59
*
DLM: Replace nodeid_to_addr with kernel_getpeername
Bob Peterson
2016-02-22
1
-1
/
+3
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-2
/
+2
*
dlm: print error from kernel_sendpage
Bob Peterson
2015-08-27
1
-0
/
+40
*
dlm: sctp_accept_from_sock() can be static
kbuild test robot
2015-08-17
1
-1
/
+1
*
dlm: fix reconnecting but not sending data
Marcelo Ricardo Leitner
2015-08-17
1
-3
/
+3
*
dlm: replace BUG_ON with a less severe handling
Marcelo Ricardo Leitner
2015-08-17
1
-2
/
+4
*
dlm: use sctp 1-to-1 API
Marcelo Ricardo Leitner
2015-08-17
1
-434
/
+237
*
dlm: fix not reconnecting on connecting error handling
Marcelo Ricardo Leitner
2015-08-17
1
-0
/
+1
*
dlm: fix race while closing connections
Marcelo Ricardo Leitner
2015-08-17
1
-14
/
+15
[next]