summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun2016-10-241-1/+2
* dlm: remove lock_sock to avoid scheduling while atomicBob Peterson2016-10-191-4/+0
* dlm: don't save callbacks after acceptBob Peterson2016-10-191-9/+12
* dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-231-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* DLM: Save and restore socket callbacks properlyBob Peterson2016-02-221-11/+59
* DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-221-1/+3
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* dlm: print error from kernel_sendpageBob Peterson2015-08-271-0/+40
* dlm: sctp_accept_from_sock() can be statickbuild test robot2015-08-171-1/+1
* dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner2015-08-171-3/+3
* dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner2015-08-171-2/+4
* dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner2015-08-171-434/+237
* dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner2015-08-171-0/+1
* dlm: fix race while closing connectionsMarcelo Ricardo Leitner2015-08-171-14/+15
* dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner2015-08-171-1/+11
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-8/+8
* dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-121-0/+5
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-2/+2
|\
| * sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-2/+2
* | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-161-0/+8
|/
* dlm: remove duplicated include from lowcomms.cWei Yongjun2013-06-191-1/+0
* dlm: disable nagle for SCTPMike Christie2013-06-141-0/+6
* dlm: retry failed SCTP sendsMike Christie2013-06-141-29/+75
* dlm: try other IPs when sctp init assoc failsMike Christie2013-06-141-11/+50
* dlm: clear correct bit during sctp init failure handlingMike Christie2013-06-141-1/+1
* dlm: set sctp assoc id during setupMike Christie2013-06-141-0/+1
* dlm: clear correct init bit during sctp setupMike Christie2013-06-141-1/+1
* net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-091-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+4
* dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun2012-11-011-3/+2
* dlm: cleanup send_to_sock routineYing Xue2012-08-131-4/+1
* dlm: convert add_sock routine return value type to voidYing Xue2012-08-101-2/+1
* dlm: remove redundant variable assignmentsXue Ying2012-08-101-2/+0
* dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-081-24/+181
* dlm: prevent connections during shutdownDavid Teigland2012-04-261-8/+20
* Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-03-211-1/+1
|\
| * dlm: last element of dlm_local_addr[] never usedDavid Teigland2012-03-211-1/+1
* | dlm: Do not allocate a fd for peeloffBenjamin Poirier2012-03-081-14/+8
|/
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* dlm: dump address of unknown nodeMasatake YAMATO2011-07-061-4/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
* dlm: use single thread workqueuesDavid Teigland2011-02-111-4/+2
* dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-131-9/+6
* dlm: reduce cond_resched during sendBob Peterson2010-11-121-1/+9
* dlm: use TCP_NODELAYDavid Teigland2010-11-121-0/+10
* dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-121-2/+4