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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
RDMA/cma: Remove NULL check before dev_{put, hold}
Yang Li
1
-2
/
+1
2023-06-20
RDMA/rxe: Simplify cq->notify code
Bob Pearson
2
-6
/
+3
2023-06-20
RDMA/rxe: Fixes mr access supported list
Bob Pearson
1
-1
/
+2
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-95
/
+435
2023-06-14
RDMA/rxe: Fix rxe_cq_post
Bob Pearson
1
-2
/
+2
2023-06-12
RDMA/bnxt_re: optimize the parameters passed to helper functions
Kashyap Desai
1
-25
/
+19
2023-06-12
RDMA/bnxt_re: remove redundant cmdq_bitmap
Kashyap Desai
2
-48
/
+34
2023-06-12
RDMA/bnxt_re: use firmware provided max request timeout
Kashyap Desai
4
-12
/
+60
2023-06-12
RDMA/bnxt_re: cancel all control path command waiters upon error
Kashyap Desai
2
-2
/
+3
2023-06-12
RDMA/bnxt_re: consider timeout of destroy ah as success.
Kashyap Desai
4
-9
/
+21
2023-06-12
RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation
Kashyap Desai
2
-0
/
+110
2023-06-12
RDMA/bnxt_re: Add firmware stall check detection
Kashyap Desai
2
-10
/
+39
2023-06-12
RDMA/bnxt_re: handle command completions after driver detect a timedout
Kashyap Desai
2
-26
/
+34
2023-06-12
RDMA/bnxt_re: add helper function __poll_for_resp
Kashyap Desai
2
-1
/
+44
2023-06-12
RDMA/bnxt_re: Simplify the function that sends the FW commands
Kashyap Desai
2
-61
/
+86
2023-06-12
RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command
Kashyap Desai
2
-2
/
+61
2023-06-12
RDMA/bnxt_re: Avoid the command wait if firmware is inactive
Kashyap Desai
1
-4
/
+48
2023-06-12
RDMA/bnxt_re: Enhance the existing functions that wait for FW responses
Kashyap Desai
1
-14
/
+51
2023-06-12
RDMA/bnxt_re: set fixed command queue depth
Kashyap Desai
2
-9
/
+4
2023-06-12
RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel
Kashyap Desai
3
-13
/
+9
2023-06-12
RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context
Kashyap Desai
1
-3
/
+10
2023-06-12
RDMA/bnxt_re: wraparound mbox producer index
Kashyap Desai
1
-2
/
+2
2023-06-11
IB/isert: Fix incorrect release of isert connection
Saravanan Vajravel
1
-2
/
+0
2023-06-11
IB/isert: Fix possible list corruption in CMA handler
Saravanan Vajravel
1
-0
/
+4
2023-06-11
IB/isert: Fix dead lock in ib_isert
Saravanan Vajravel
1
-2
/
+8
2023-06-11
RDMA/erdma: Refactor the original doorbell allocation mechanism
Cheng Xu
5
-163
/
+27
2023-06-11
RDMA/erdma: Associate QPs/CQs with doorbells for authorization
Cheng Xu
2
-7
/
+41
2023-06-11
RDMA/erdma: Allocate doorbell resources from hardware
Cheng Xu
4
-19
/
+131
2023-06-11
RDMA/erdma: Configure PAGE_SIZE to hardware
Cheng Xu
2
-0
/
+32
2023-06-11
RDMA/mlx5: Fix affinity assignment
Mark Bloch
2
-0
/
+6
2023-06-11
IB/uverbs: Fix to consider event queue closing also upon non-blocking mode
Yishai Hadas
1
-7
/
+5
2023-06-11
RDMA/uverbs: Restrict usage of privileged QKEYs
Edward Srouji
1
-1
/
+6
2023-06-11
RDMA/cma: Always set static rate to 0 for RoCE
Mark Zhang
1
-2
/
+2
2023-06-11
RDMA/mlx5: Fix Q-counters query in LAG mode
Patrisious Haddad
1
-1
/
+6
2023-06-11
RDMA/mlx5: Remove vport Q-counters dependency on normal Q-counters
Patrisious Haddad
1
-18
/
+40
2023-06-11
RDMA/mlx5: Fix Q-counters per vport allocation
Patrisious Haddad
1
-8
/
+16
2023-06-11
RDMA/mlx5: Create an indirect flow table for steering anchor
Mark Bloch
3
-7
/
+296
2023-06-11
RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions
Maher Sanalla
1
-0
/
+3
2023-06-11
RDMA/mlx5: Return the firmware result upon destroying QP/RQ
Patrisious Haddad
1
-6
/
+4
2023-06-11
RDMA/mlx5: Handle DCT QP logic separately from low level QP interface
Patrisious Haddad
2
-33
/
+51
2023-06-11
RDMA/mlx5: Reduce QP table exposure
Leon Romanovsky
2
-1
/
+11
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
3
-3
/
+3
2023-06-09
RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcode
Bryan Tan
1
-8
/
+0
2023-06-09
RDMA/rxe: Send last wqe reached event on qp cleanup
Bob Pearson
1
-1
/
+10
2023-06-09
RDMA/rxe: Fix the use-before-initialization error of resp_pkts
Zhu Yanjun
1
-4
/
+3
2023-06-09
RDMA/rxe: Implement rereg_user_mr
Bob Pearson
2
-0
/
+40
2023-06-09
RDMA/rxe: Let rkey == lkey for local access
Bob Pearson
1
-7
/
+8
2023-06-09
RDMA/rxe: Introduce rxe access supported flags
Bob Pearson
4
-3
/
+30
2023-06-09
RDMA/rxe: Fix access checks in rxe_check_bind_mw
Bob Pearson
1
-8
/
+9
2023-06-09
RDMA//rxe: Optimize send path in rxe_resp.c
Bob Pearson
2
-2
/
+13
[prev]
[next]