aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-8/+8
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong1-0/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-2/+2
2013-12-16dlm: set zero linger time on sctp socketDongmao Zhang1-0/+8
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun1-1/+0
2013-06-14dlm: disable nagle for SCTPMike Christie1-0/+6
2013-06-14dlm: retry failed SCTP sendsMike Christie1-29/+75
2013-06-14dlm: try other IPs when sctp init assoc failsMike Christie1-11/+50
2013-06-14dlm: clear correct bit during sctp init failure handlingMike Christie1-1/+1
2013-06-14dlm: set sctp assoc id during setupMike Christie1-0/+1
2013-06-14dlm: clear correct init bit during sctp setupMike Christie1-1/+1
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+4
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun1-3/+2
2012-08-13dlm: cleanup send_to_sock routineYing Xue1-4/+1
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue1-2/+1
2012-08-10dlm: remove redundant variable assignmentsXue Ying1-2/+0
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland1-24/+181
2012-04-26dlm: prevent connections during shutdownDavid Teigland1-8/+20
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-1/+1
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland1-1/+1
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier1-14/+8
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-07-06dlm: dump address of unknown nodeMasatake YAMATO1-4/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10dlm: use alloc_workqueue functionDavid Teigland1-2/+4
2011-02-11dlm: use single thread workqueuesDavid Teigland1-4/+2
2010-12-13dlm: sanitize work_start() in lowcomms.cNamhyung Kim1-9/+6
2010-11-12dlm: reduce cond_resched during sendBob Peterson1-1/+9
2010-11-12dlm: use TCP_NODELAYDavid Teigland1-0/+10
2010-11-12dlm: Use cmwq for send and receive workqueuesSteven Whitehouse1-2/+4
2010-11-11dlm: Handle application limited situations properly.David Miller1-1/+21
2010-08-05fs/dlm: Drop unnecessary null testJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-3/+3
2009-09-30dlm: fix socket fd translationDavid Teigland1-11/+12
2009-09-30dlm: fix lowcomms_connect_node for sctpDavid Teigland1-3/+10
2009-08-24dlm: use kernel_sendpagePaolo Bonzini1-5/+2
2009-08-24dlm: fix connection close handlingLars Marowsky-Bree1-2/+13
2009-08-18dlm: fix double-release of socket in error exit pathCasey Dahlin1-3/+1
2009-07-14dlm: free socket in error exit pathCasey Dahlin1-1/+3
2009-05-15dlm: use more NOFS allocationDavid Teigland1-3/+3
2009-05-15dlm: connect to nodes earlierChristine Caulfield1-1/+15
2009-03-11dlm: replace idr with hash table for connectionsChristine Caulfield1-79/+92
2009-01-28dlm: comment typo fixesJoe Perches1-3/+3
2009-01-28dlm: use ipv6_addr_copyJoe Perches1-2/+2
2008-12-23dlm: remove kmap/kunmapSteven Whitehouse1-7/+0
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse1-0/+1