aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun1-3/+2
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul1-1/+1
2019-02-12net/smc: move wake up of close waiterKarsten Graul1-0/+7
2019-02-12net/smc: reset cursor update required flagKarsten Graul1-3/+0
2019-02-04net/smc: fix sender_free computationUrsula Braun1-1/+2
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun1-22/+22
2019-02-01net/smc: do not wait under send_lockKarsten Graul1-6/+4
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-76/+163
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-2/+10
2018-07-24net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-2/+1
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl1-33/+13
2018-07-18net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10
2018-06-30net/smc: add SMC-D support in data transferHans Wippel1-43/+150
2018-06-30net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10
2018-05-23net/smc: urgent data supportStefan Raspl1-17/+38
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel1-1/+1
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel1-1/+1
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel1-14/+14
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet1-3/+1
2018-04-27net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun1-3/+21
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun1-3/+12
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun1-1/+3
2018-01-24net/smc: continue waiting if peer signals write_shutdownUrsula Braun1-2/+2
2017-12-07smc: no consumer update in tasklet contextUrsula Braun1-7/+2
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun1-2/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2017-09-21net/smc: parameter cleanup in smc_cdc_get_free_slot()Ursula Braun1-4/+2
2017-09-21net/smc: introduce a delayUrsula Braun1-4/+8
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun1-0/+3
2017-07-29net/smc: introduce sg-logic for send buffersUrsula Braun1-3/+3
2017-04-11net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun1-1/+5
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun1-0/+8
2017-01-09smc: receive data from RMBEUrsula Braun1-0/+37
2017-01-09smc: send data (through RDMA)Ursula Braun1-0/+438