index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
RDMA/irdma: Report RNR NAK generation in device caps
Sindhu-Devale
1
-1
/
+4
2022-09-07
RDMA/irdma: Use s/g array in post send only when its valid
Sindhu-Devale
1
-1
/
+2
2022-09-07
RDMA/irdma: Return correct WC error for bind operation failure
Sindhu-Devale
1
-1
/
+3
2022-09-07
RDMA/irdma: Return error on MR deregister CQP failure
Sindhu-Devale
2
-6
/
+13
2022-09-07
RDMA/irdma: Report the correct max cqes from query device
Sindhu-Devale
1
-1
/
+1
2022-09-05
RDMA/mlx5: Fix UMR cleanup on error flow of driver init
Maor Gottlieb
2
-0
/
+4
2022-09-05
RDMA/mlx5: Set local port to one when accessing counters
Chris Mi
1
-0
/
+6
2022-09-05
RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile
Maher Sanalla
1
-1
/
+1
2022-08-30
RDMA/hns: Remove the num_qpc_timer variable
Yixing Liu
4
-5
/
+3
2022-08-30
RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
Wenpeng Liang
1
-5
/
+2
2022-08-30
RDMA/hns: Fix supported page size
Chengchang Tang
1
-1
/
+1
2022-08-28
RDMA/irdma: Fix drain SQ hang with no completion
Shiraz Saleem
1
-1
/
+1
2022-08-16
RDMA/erdma: Correct the max_qp and max_cq capacities of the device
Cheng Xu
1
-2
/
+2
2022-08-16
RDMA/erdma: Using the key in FMR WR instead of MR structure
Cheng Xu
1
-1
/
+1
2022-08-16
RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl size
Potnuri Bharat Teja
1
-16
/
+9
2022-08-16
RDMA/mlx5: Use the proper number of ports
Mark Bloch
1
-18
/
+16
2022-08-05
Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-6
/
+2
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
44
-413
/
+7244
2022-08-02
RDMA/mlx5: Add missing check for return value in get namespace flow
Maor Gottlieb
1
-4
/
+2
2022-07-28
IB/qib: Fix repeated "in" within comments
wangjianli
1
-1
/
+1
2022-07-27
Merge branch 'erdma' into rdma.git for-next
Jason Gunthorpe
14
-0
/
+6412
2022-07-27
RDMA/erdma: Add driver to kernel build environment
Cheng Xu
3
-0
/
+17
2022-07-27
RDMA/erdma: Add the erdma module
Cheng Xu
1
-0
/
+608
2022-07-27
RDMA/erdma: Add connection management (CM) support
Cheng Xu
2
-0
/
+1597
2022-07-27
RDMA/erdma: Add verbs implementation
Cheng Xu
3
-0
/
+2231
2022-07-27
RDMA/erdma: Add verbs header file
Cheng Xu
1
-0
/
+342
2022-07-27
RDMA/erdma: Add event queue implementation
Cheng Xu
1
-0
/
+329
2022-07-27
RDMA/erdma: Add cmdq implementation
Cheng Xu
1
-0
/
+493
2022-07-27
RDMA/erdma: Add main include file
Cheng Xu
1
-0
/
+287
2022-07-27
RDMA/erdma: Add the hardware related definitions
Cheng Xu
1
-0
/
+508
2022-07-27
RDMA/mlx5: Rename the mkey cache variables and functions
Aharon Landau
4
-37
/
+37
2022-07-27
RDMA/mlx5: Store in the cache mkeys instead of mrs
Aharon Landau
2
-129
/
+97
2022-07-27
RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
Aharon Landau
2
-18
/
+16
2022-07-27
RDMA/mlx5: Replace cache list with Xarray
Aharon Landau
2
-88
/
+152
2022-07-27
RDMA/mlx5: Replace ent->lock with xa_lock
Aharon Landau
2
-50
/
+47
2022-07-22
IB: Fix repeated words 'the the' comments
Slark Xiao
1
-1
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-52
/
+5
2022-07-19
RDMA/mlx5: Expose steering anchor to userspace
Mark Bloch
2
-5
/
+139
2022-07-19
RDMA/mlx5: Refactor get flow table function
Mark Bloch
1
-10
/
+11
2022-07-19
IB/qib: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-19
RDMA/hfi1: fix potential memory leak in setup_base_ctxt()
Jianglei Nie
1
-1
/
+3
2022-07-18
RDMA/hns: Recover 1bit-ECC error of RAM on chip
Haoyue Xu
3
-2
/
+193
2022-07-18
RDMA/hns: Refactor the abnormal interrupt handler function
Haoyue Xu
1
-12
/
+23
2022-07-18
RDMA/hns: Fix incorrect clearing of interrupt status register
Haoyue Xu
1
-2
/
+2
2022-07-18
RDMA/hns: Fix the wrong type of return value of the interrupt handler
Haoyue Xu
1
-13
/
+14
2022-07-18
RDMA/hns: Remove unused abnormal interrupt of type RAS
Haoyue Xu
2
-11
/
+0
2022-07-18
RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()
Jianglei Nie
1
-3
/
+5
2022-07-18
RDMA/hfi1: Depend on !UML
Ehab Ababneh
1
-1
/
+1
2022-07-18
RDMA/irdma: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-5
/
+4
2022-07-18
RDMA/qib: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
[next]