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