Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
769e0de6475e5512f88bfb4dbf6d6323fd23514f
/
fs
/
dlm
/
lowcomms.c
883854c
dlm: keep listening connection alive with sctp mode
by Lidong Zhong
· 10 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
048ed4b
sctp: remove macros sctp_{lock|release}_sock
by wangweidong
· 11 years ago
ece3584
dlm: set zero linger time on sctp socket
by Dongmao Zhang
· 11 years ago
06452eb
dlm: remove duplicated include from lowcomms.c
by Wei Yongjun
· 11 years ago
86e92ad
dlm: disable nagle for SCTP
by Mike Christie
· 11 years ago
5d68987
dlm: retry failed SCTP sends
by Mike Christie
· 11 years ago
98e1b60
dlm: try other IPs when sctp init assoc fails
by Mike Christie
· 11 years ago
b390ca3
dlm: clear correct bit during sctp init failure handling
by Mike Christie
· 11 years ago
e1631d0
dlm: set sctp assoc id during setup
by Mike Christie
· 11 years ago
efad7e6
dlm: clear correct init bit during sctp setup
by Mike Christie
· 11 years ago
1b86643
net: sctp: introduce uapi header for sctp
by Daniel Borkmann
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
eeee2b5
dlm: remove unused variable in *dlm_lowcomms_get_buffer()
by Wei Yongjun
· 12 years ago
9c5bef5
dlm: cleanup send_to_sock routine
by Ying Xue
· 12 years ago
4dd40f0
dlm: convert add_sock routine return value type to void
by Ying Xue
· 12 years ago
b4c798c
dlm: remove redundant variable assignments
by Xue Ying
· 12 years ago
36b71a8
dlm: fix deadlock between dlm_send and dlm_controld
by David Teigland
· 12 years ago
513ef59
dlm: prevent connections during shutdown
by David Teigland
· 13 years ago
30d73f3
Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 13 years ago
1b189b8
dlm: last element of dlm_local_addr[] never used
by David Teigland
· 13 years ago
2f2d76c
dlm: Do not allocate a fd for peeloff
by Benjamin Poirier
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
bcaadf5
dlm: dump address of unknown node
by Masatake YAMATO
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e43f055
dlm: use alloc_workqueue function
by David Teigland
· 14 years ago
6b155c8
dlm: use single thread workqueues
by David Teigland
· 14 years ago
b9d4105
dlm: sanitize work_start() in lowcomms.c
by Namhyung Kim
· 14 years ago
f92c8dd
dlm: reduce cond_resched during send
by Bob Peterson
· 14 years ago
cb2d45d
dlm: use TCP_NODELAY
by David Teigland
· 14 years ago
dcce240
dlm: Use cmwq for send and receive workqueues
by Steven Whitehouse
· 14 years ago
b36930d
dlm: Handle application limited situations properly.
by David Miller
· 14 years ago
f70cb33
fs/dlm: Drop unnecessary null test
by Julia Lawall
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
573c24c
dlm: always use GFP_NOFS
by David Teigland
· 15 years ago
6861f35
dlm: fix socket fd translation
by David Teigland
· 15 years ago
04bedd7
dlm: fix lowcomms_connect_node for sctp
by David Teigland
· 15 years ago
1329e3f
dlm: use kernel_sendpage
by Paolo Bonzini
· 15 years ago
063c4c9
dlm: fix connection close handling
by Lars Marowsky-Bree
· 15 years ago
b5711b8
dlm: fix double-release of socket in error exit path
by Casey Dahlin
· 15 years ago
a89d63a
dlm: free socket in error exit path
by Casey Dahlin
· 15 years ago
748285c
dlm: use more NOFS allocation
by David Teigland
· 15 years ago
391fbdc
dlm: connect to nodes earlier
by Christine Caulfield
· 15 years ago
5e9ccc3
dlm: replace idr with hash table for connections
by Christine Caulfield
· 16 years ago
2cf12c0
dlm: comment typo fixes
by Joe Perches
· 16 years ago
44ad532
dlm: use ipv6_addr_copy
by Joe Perches
· 16 years ago
1521848
dlm: remove kmap/kunmap
by Steven Whitehouse
· 16 years ago
d6d7b70
dlm: fix up memory allocation flags
by Steven Whitehouse
· 16 years ago
311f6fc
dlm: release socket on error
by Masatake YAMATO
· 16 years ago
0035a4b
dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL
by Marcin Slusarz
· 16 years ago
7a936ce
dlm: convert connections_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
39bd417
dlm: close othercons
by Patrick Caulfeld
· 17 years ago
6bd8fed
dlm: bind connections from known local address when using TCP
by Lon Hohberger
· 17 years ago
df61c95
[DLM] lowcomms: Do not muck with sysctl_rmem_max.
by David S. Miller
· 17 years ago
d66f827
[DLM] Make dlm_sendd cond_resched more
by Patrick Caulfield
· 17 years ago
61d96be
[DLM] Fix lowcomms socket closing
by Patrick Caulfield
· 17 years ago
9e5f282
[DLM] More othercon fixes
by Patrick Caulfield
· 17 years ago
01c8cab
[DLM] zero unused parts of sockaddr_storage
by Patrick Caulfield
· 17 years ago
25720c2
[DLM] Clear othercon pointers when a connection is closed
by Patrick Caulfield
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
f4fadb23c
[GFS2] git-gfs2-nmw-build-fix
by akpm@linux-foundation.org
· 17 years ago
97d8483
[DLM] Telnet to port 21064 can stop all lockspaces
by Patrick Caulfield
· 17 years ago
afb853f
[DLM] fix socket shutdown
by Patrick Caulfield
· 17 years ago
617e82e
[DLM] lowcomms style
by David Teigland
· 18 years ago
30d3a23
[DLM] Lowcomms nodeid range & initialisation fixes
by Patrick Caulfield
· 18 years ago
2439fe50
[DLM] Fix dlm_lowcoms_stop hang
by Josef Bacik
· 18 years ago
6ed7257b
[DLM] Consolidate transport protocols
by Patrick Caulfield
· 18 years ago
fdda387
[DLM] Add support for tcp communications
by Patrick Caulfield
· 18 years ago
42fb008
[DLM] fix iovec length in recvmsg
by Patrick Caulfield
· 18 years ago
4c5e1b1
[DLM] fix iovec length in recvmsg
by Patrick Caulfield
· 18 years ago
38d6fd2
[PATCH] dlm gfp_t annotations
by Al Viro
· 18 years ago
fcc8abc
[DLM] move kmap to after spin_unlock
by David Teigland
· 18 years ago
7d5513d
[DLM] init rwsem earlier
by David Teigland
· 18 years ago
47c96298
[GFS2] Change name due to local_nodeid being a macro
by Steven Whitehouse
· 18 years ago
1c032c0
[DLM] PATCH 2/3 dlm: lowcomms close
by David Teigland
· 19 years ago
e7fd417
[DLM] The core of the DLM for GFS2/CLVM
by David Teigland
· 19 years ago