aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lowcomms.c
AgeCommit message (Expand)Author
2016-06-23dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-22DLM: Save and restore socket callbacks properlyBob Peterson
2016-02-22DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-08-27dlm: print error from kernel_sendpageBob Peterson
2015-08-17dlm: sctp_accept_from_sock() can be statickbuild test robot
2015-08-17dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner
2015-08-17dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner
2015-08-17dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner
2015-08-17dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner
2015-08-17dlm: fix race while closing connectionsMarcelo Ricardo Leitner
2015-08-17dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
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