aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c
Commit message (Expand)AuthorAge
* 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
* dlm: use TCP_NODELAYDavid Teigland2010-11-12
* dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-12
* dlm: Handle application limited situations properly.David Miller2010-11-11
* fs/dlm: Drop unnecessary null testJulia Lawall2010-08-05
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dlm: always use GFP_NOFSDavid Teigland2009-11-30
* dlm: fix socket fd translationDavid Teigland2009-09-30
* dlm: fix lowcomms_connect_node for sctpDavid Teigland2009-09-30
* dlm: use kernel_sendpagePaolo Bonzini2009-08-24
* dlm: fix connection close handlingLars Marowsky-Bree2009-08-24
* dlm: fix double-release of socket in error exit pathCasey Dahlin2009-08-18
* dlm: free socket in error exit pathCasey Dahlin2009-07-14
* dlm: use more NOFS allocationDavid Teigland2009-05-15
* dlm: connect to nodes earlierChristine Caulfield2009-05-15
* dlm: replace idr with hash table for connectionsChristine Caulfield2009-03-11
* dlm: comment typo fixesJoe Perches2009-01-28
* dlm: use ipv6_addr_copyJoe Perches2009-01-28
* dlm: remove kmap/kunmapSteven Whitehouse2008-12-23
* dlm: fix up memory allocation flagsSteven Whitehouse2008-12-23
* dlm: release socket on errorMasatake YAMATO2008-07-14
* dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz2008-05-19
* dlm: convert connections_lock in a mutexMatthias Kaehlcke2008-05-19