aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens1-7/+3
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-2/+7
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang1-1/+0
2022-05-17net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang1-5/+12
2022-03-01net: smc: fix different types in min()Jakub Kicinski1-2/+2
2022-03-01net/smc: add sysctl for autocorkingDust Li1-1/+1
2022-03-01net/smc: add autocorking supportDust Li1-12/+95
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu1-9/+8
2022-02-14net/smc: Add comment for smc_tx_pendingTony Lu1-1/+6
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu1-1/+18
2022-01-31net/smc: Remove corked dealyed workTony Lu1-9/+6
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu1-10/+15
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu1-0/+3
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul1-17/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul1-1/+17
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-5/+7
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-1/+15
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul1-5/+5
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-2/+10
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul1-1/+1
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-6/+7
2020-02-17net/smc: use termination worker under send_lockKarsten Graul1-1/+1
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun1-1/+1
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun1-11/+15
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron1-4/+2
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