summaryrefslogtreecommitdiff
path: root/fs/dlm/lowcomms.c
Commit message (Expand)AuthorAge
* dlm: use sock_create_lite inside tcp_accept_from_sockGuoqing Jiang2017-08-07
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun2016-10-24
* dlm: remove lock_sock to avoid scheduling while atomicBob Peterson2016-10-19
* dlm: don't save callbacks after acceptBob Peterson2016-10-19
* dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-10
* dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-23
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* DLM: Save and restore socket callbacks properlyBob Peterson2016-02-22
* DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-22
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* dlm: print error from kernel_sendpageBob Peterson2015-08-27
* dlm: sctp_accept_from_sock() can be statickbuild test robot2015-08-17
* dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner2015-08-17
* dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner2015-08-17
* dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner2015-08-17
* dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner2015-08-17
* dlm: fix race while closing connectionsMarcelo Ricardo Leitner2015-08-17
* dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner2015-08-17
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-12
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-21
* | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-16
|/
* dlm: remove duplicated include from lowcomms.cWei Yongjun2013-06-19
* dlm: disable nagle for SCTPMike Christie2013-06-14
* dlm: retry failed SCTP sendsMike Christie2013-06-14
* dlm: try other IPs when sctp init assoc failsMike Christie2013-06-14
* dlm: clear correct bit during sctp init failure handlingMike Christie2013-06-14
* dlm: set sctp assoc id during setupMike Christie2013-06-14
* dlm: clear correct init bit during sctp setupMike Christie2013-06-14
* net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-09
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun2012-11-01
* dlm: cleanup send_to_sock routineYing Xue2012-08-13
* dlm: convert add_sock routine return value type to voidYing Xue2012-08-10
* dlm: remove redundant variable assignmentsXue Ying2012-08-10
* dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-08
* dlm: prevent connections during shutdownDavid Teigland2012-04-26
* Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-03-21
|\
| * dlm: last element of dlm_local_addr[] never usedDavid Teigland2012-03-21
* | dlm: Do not allocate a fd for peeloffBenjamin Poirier2012-03-08
|/
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* dlm: dump address of unknown nodeMasatake YAMATO2011-07-06
* Fix common misspellingsLucas De Marchi2011-03-31
* dlm: use alloc_workqueue functionDavid Teigland2011-03-10
* dlm: use single thread workqueuesDavid Teigland2011-02-11
* dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-13
* dlm: reduce cond_resched during sendBob Peterson2010-11-12