index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
tid_rdma.c
Age
Commit message (
Expand
)
Author
2024-01-25
IB/hfi1: fix spellos and kernel-doc
Randy Dunlap
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2021-07-30
RDMA/hfi1: Fix typo in comments
Cai Huoqing
2021-05-11
IB/hfi1: Delete an unneeded bool conversion
Zhen Lei
2021-01-28
RDMA/hw/hfi1/tid_rdma: Fix a plethora of kernel-doc issues
Lee Jones
2020-11-23
IB/hfi1: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-08-20
RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
Kaike Wan
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-07-24
IB/hfi1: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-02
IB/hfi1: Do not destroy hfi1_wq when the device is shut down
Kaike Wan
2020-05-21
IB/hfi1: Remove module parameter for KDETH qpns
Gary Leshner
2020-01-03
IB/hfi1: Adjust flow PSN with the correct resync_psn
Kaike Wan
2019-11-06
IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
Kaike Wan
2019-11-06
IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet
Kaike Wan
2019-10-17
IB/hfi1: Avoid excessive retry for TID RDMA READ request
Kaike Wan
2019-09-13
IB/hfi1: Add traces for TID RDMA READ
Kaike Wan
2019-08-20
IB/hfi1: Drop stale TID RDMA packets that cause TIDErr
Kaike Wan
2019-08-20
IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet
Kaike Wan
2019-08-20
IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet
Kaike Wan
2019-08-20
IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet
Kaike Wan
2019-08-20
IB/hfi1: Drop stale TID RDMA packets
Kaike Wan
2019-07-22
IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
Kaike Wan
2019-07-22
IB/hfi1: Field not zero-ed when allocating TID flow memory
Kaike Wan
2019-06-28
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-18
IB/hfi1: Spelling s/statisfied/satisfied/
Geert Uytterhoeven
2019-06-11
IB/hfi1: Correct tid qp rcd to match verbs context
Mike Marciniszyn
2019-05-27
IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'
YueHaibing
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
2019-04-24
IB/hfi1: Remove reference to RHF.VCRCErr
John Fleck
2019-04-10
IB/hfi1: Do not flush send queue in the TID RDMA second leg
Kaike Wan
2019-04-03
IB/hfi1: Implement CCA for TID RDMA protocol
Kaike Wan
2019-04-03
IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITE
Kaike Wan
2019-04-03
IB/hfi1: Add a function to read next expected psn from hardware flow
Kaike Wan
2019-04-03
IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA
Kaike Wan
2019-02-21
IB/hfi1: Add missing break in switch statement
Gustavo A. R. Silva
2019-02-05
IB/hfi1: Prioritize the sending of ACK packets
Kaike Wan
2019-02-05
IB/hfi1: Add static trace for TID RDMA WRITE protocol
Kaike Wan
2019-02-05
IB/hfi1: Enable TID RDMA WRITE protocol
Kaike Wan
2019-02-05
IB/hfi1: Add interlock between TID RDMA WRITE and other requests
Kaike Wan
2019-02-05
IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbs
Kaike Wan
2019-02-05
IB/hfi1: Add the dual leg code
Kaike Wan
2019-02-05
IB/hfi1: Add the TID second leg ACK packet builder
Kaike Wan
2019-02-05
IB/hfi1: Add the TID second leg send packet builder
Kaike Wan
2019-02-05
IB/hfi1: Resend the TID RDMA WRITE DATA packets
Kaike Wan
2019-02-05
IB/hfi1: Add a function to receive TID RDMA RESYNC packet
Kaike Wan
2019-02-05
IB/hfi1: Add a function to build TID RDMA RESYNC packet
Kaike Wan
2019-02-05
IB/hfi1: Add TID RDMA retry timer
Kaike Wan
2019-02-05
IB/hfi1: Add a function to receive TID RDMA ACK packet
Kaike Wan
2019-02-05
IB/hfi1: Add a function to build TID RDMA ACK packet
Kaike Wan
2019-02-05
IB/hfi1: Add a function to receive TID RDMA WRITE DATA packet
Kaike Wan
[next]