summaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c
AgeCommit message (Expand)AuthorLines
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong-0/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong-2/+2
2013-12-16dlm: set zero linger time on sctp socketDongmao Zhang-0/+8
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun-1/+0
2013-06-14dlm: disable nagle for SCTPMike Christie-0/+6
2013-06-14dlm: retry failed SCTP sendsMike Christie-29/+75
2013-06-14dlm: try other IPs when sctp init assoc failsMike Christie-11/+50
2013-06-14dlm: clear correct bit during sctp init failure handlingMike Christie-1/+1
2013-06-14dlm: set sctp assoc id during setupMike Christie-0/+1
2013-06-14dlm: clear correct init bit during sctp setupMike Christie-1/+1
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-7/+4
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun-3/+2
2012-08-13dlm: cleanup send_to_sock routineYing Xue-4/+1
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue-2/+1
2012-08-10dlm: remove redundant variable assignmentsXue Ying-2/+0
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland-24/+181
2012-04-26dlm: prevent connections during shutdownDavid Teigland-8/+20
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-1/+1
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland-1/+1
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier-14/+8
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-1/+1
2011-07-06dlm: dump address of unknown nodeMasatake YAMATO-4/+5
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-10dlm: use alloc_workqueue functionDavid Teigland-2/+4
2011-02-11dlm: use single thread workqueuesDavid Teigland-4/+2
2010-12-13dlm: sanitize work_start() in lowcomms.cNamhyung Kim-9/+6
2010-11-12dlm: reduce cond_resched during sendBob Peterson-1/+9
2010-11-12dlm: use TCP_NODELAYDavid Teigland-0/+10
2010-11-12dlm: Use cmwq for send and receive workqueuesSteven Whitehouse-2/+4
2010-11-11dlm: Handle application limited situations properly.David Miller-1/+21
2010-08-05fs/dlm: Drop unnecessary null testJulia Lawall-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland-3/+3
2009-09-30dlm: fix socket fd translationDavid Teigland-11/+12
2009-09-30dlm: fix lowcomms_connect_node for sctpDavid Teigland-3/+10
2009-08-24dlm: use kernel_sendpagePaolo Bonzini-5/+2
2009-08-24dlm: fix connection close handlingLars Marowsky-Bree-2/+13
2009-08-18dlm: fix double-release of socket in error exit pathCasey Dahlin-3/+1
2009-07-14dlm: free socket in error exit pathCasey Dahlin-1/+3
2009-05-15dlm: use more NOFS allocationDavid Teigland-3/+3
2009-05-15dlm: connect to nodes earlierChristine Caulfield-1/+15
2009-03-11dlm: replace idr with hash table for connectionsChristine Caulfield-79/+92
2009-01-28dlm: comment typo fixesJoe Perches-3/+3
2009-01-28dlm: use ipv6_addr_copyJoe Perches-2/+2
2008-12-23dlm: remove kmap/kunmapSteven Whitehouse-7/+0
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse-0/+1
2008-07-14dlm: release socket on errorMasatake YAMATO-1/+3