index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
fs: dlm: check on existing node address
Alexander Aring
2020-11-10
1
-0
/
+23
*
fs: dlm: constify addr_compare
Alexander Aring
2020-11-10
1
-1
/
+2
*
fs: dlm: fix check for multi-homed hosts
Alexander Aring
2020-11-10
1
-1
/
+1
*
fs: dlm: listen socket out of connection hash
Alexander Aring
2020-11-10
1
-93
/
+74
*
fs: dlm: refactor sctp sock parameter
Alexander Aring
2020-11-10
1
-5
/
+5
*
fs: dlm: move shutdown action to node creation
Alexander Aring
2020-11-10
1
-3
/
+5
*
fs: dlm: move connect callback in node creation
Alexander Aring
2020-11-10
1
-12
/
+6
*
fs: dlm: add helper for init connection
Alexander Aring
2020-11-10
1
-35
/
+32
*
fs: dlm: handle non blocked connect event
Alexander Aring
2020-11-10
1
-1
/
+12
*
fs: dlm: flush othercon at close
Alexander Aring
2020-11-10
1
-0
/
+2
*
fs: dlm: add get buffer error handling
Alexander Aring
2020-11-10
1
-0
/
+6
*
fs: dlm: fix proper srcu api call
Alexander Aring
2020-11-10
1
-2
/
+3
*
fs: dlm: fix race in nodeid2con
Alexander Aring
2020-10-01
1
-1
/
+15
*
fs: dlm: rework receive handling
Alexander Aring
2020-09-29
1
-94
/
+85
*
fs: dlm: fix mark per nodeid setting
Alexander Aring
2020-09-29
1
-6
/
+6
*
fs: dlm: remove lock dependency warning
Alexander Aring
2020-09-29
1
-10
/
+8
*
fs: dlm: use free_con to free connection
Alexander Aring
2020-08-27
1
-4
/
+2
*
fs: dlm: handle possible othercon writequeues
Alexander Aring
2020-08-27
1
-2
/
+4
*
fs: dlm: move free writequeue into con free
Alexander Aring
2020-08-27
1
-8
/
+1
*
fs: dlm: fix dlm_local_addr memory leak
Alexander Aring
2020-08-27
1
-0
/
+9
*
fs: dlm: make connection hash lockless
Alexander Aring
2020-08-27
1
-50
/
+36
*
fs: dlm: synchronize dlm before shutdown
Alexander Aring
2020-08-27
1
-4
/
+6
*
fs: dlm: implement tcp graceful shutdown
Alexander Aring
2020-08-06
1
-5
/
+72
*
fs: dlm: change handling of reconnects
Alexander Aring
2020-08-06
1
-15
/
+10
*
fs: dlm: don't close socket on invalid message
Alexander Aring
2020-08-06
1
-6
/
+6
*
fs: dlm: set skb mark per peer socket
Alexander Aring
2020-08-06
1
-0
/
+16
*
fs: dlm: set skb mark for listen socket
Alexander Aring
2020-08-06
1
-0
/
+3
*
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
[next]