summaryrefslogtreecommitdiff
path: root/net/smc/smc_tx.c
AgeCommit message (Expand)Author
2023-11-24net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-05-17net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang
2022-03-01net: smc: fix different types in min()Jakub Kicinski
2022-03-01net/smc: add sysctl for autocorkingDust Li
2022-03-01net/smc: add autocorking supportDust Li
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu
2022-02-14net/smc: Add comment for smc_tx_pendingTony Lu
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu
2022-01-31net/smc: Remove corked dealyed workTony Lu
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul
2020-02-17net/smc: use termination worker under send_lockKarsten Graul
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron
2019-02-21net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul
2019-02-12net/smc: move wake up of close waiterKarsten Graul
2019-02-12net/smc: reset cursor update required flagKarsten Graul
2019-02-04net/smc: fix sender_free computationUrsula Braun
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun
2019-02-01net/smc: do not wait under send_lockKarsten Graul
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-07-24net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl
2018-07-18net/smc: optimize consumer cursor updatesUrsula Braun
2018-06-30net/smc: add SMC-D support in data transferHans Wippel
2018-06-30net/smc: optimize consumer cursor updatesUrsula Braun
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel