aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl1-33/+13
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