index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
irdma
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
RDMA/irdma: Report correct WC error when there are MW bind errors
Sindhu Devale
3
-0
/
+8
2021-09-20
RDMA/irdma: Report correct WC error when transport retry counter is exceeded
Sindhu Devale
3
-0
/
+6
2021-09-20
RDMA/irdma: Validate number of CQ entries on create CQ
Sindhu Devale
1
-1
/
+1
2021-09-20
RDMA/irdma: Skip CQP ring during a reset
Sindhu Devale
6
-10
/
+8
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-24
/
+14
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
6
-31
/
+18
2021-08-25
RDMA/irdma: Remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
2021-08-24
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
1
-1
/
+1
2021-08-19
RDMA/irdma: Use correct kconfig symbol for AUXILIARY_BUS
Lukas Bulwahn
1
-1
/
+1
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2
-21
/
+13
2021-07-15
RDMA/irdma: Change returned type of irdma_setup_virt_qp to void
Zhu Yanjun
1
-4
/
+2
2021-07-15
RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to void
Zhu Yanjun
1
-9
/
+2
2021-07-15
RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to void
Zhu Yanjun
2
-5
/
+2
2021-07-15
RDMA/irdma: Check vsi pointer before using it
Tatyana Nikolova
1
-3
/
+6
2021-07-12
RDMA/irdma: Change the returned type to void
Zhu Yanjun
1
-5
/
+4
2021-07-12
RDMA/irdma: Fix unused variable total_size warning
Tatyana Nikolova
1
-4
/
+1
2021-06-25
RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pbles
Shiraz Saleem
2
-3
/
+3
2021-06-25
RDMA/irdma: Check contents of user-space irdma_mem_reg_req object
Shiraz Saleem
1
-6
/
+20
2021-06-24
RDMA/irdma: Remove use of kmap()
Ira Weiny
1
-4
/
+4
2021-06-22
RDMA/irdma: Use the queried port attributes
Kamal Heib
1
-1
/
+1
2021-06-22
RDMA/irdma: Check return value from ib_umem_find_best_pgsz
Shiraz Saleem
1
-1
/
+7
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
1
-7
/
+4
2021-06-10
RDMA/irdma: Store PBL info address a pointer type
Shiraz Saleem
5
-24
/
+23
2021-06-08
RDMA/irdma: Use list_last_entry/list_first_entry
Shiraz Saleem
2
-3
/
+3
2021-06-08
RDMA/irdma: Use list_move instead of list_del/list_add
Baokun Li
1
-2
/
+1
2021-06-07
RDMA/irdma: Fix return error sign from irdma_modify_qp
Kamal Heib
1
-1
/
+1
2021-06-07
RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"
Colin Ian King
1
-1
/
+1
2021-06-07
RDMA/irdma: remove redundant initialization of variable val
Colin Ian King
1
-1
/
+1
2021-06-07
RDMA/irdma: remove extraneous indentation on a statement
Colin Ian King
1
-1
/
+1
2021-06-07
RDMA/irdma: Fix issues with u8 left shift operation
Colin Ian King
1
-1
/
+1
2021-06-02
RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw
Shiraz Saleem
2
-0
/
+39
2021-06-02
RDMA/irdma: Add dynamic tracing for CM
Michael J. Ruhl
3
-0
/
+573
2021-06-02
RDMA/irdma: Add miscellaneous utility definitions
Mustafa Ismail
4
-0
/
+2814
2021-06-02
RDMA/irdma: Add user/kernel shared libraries
Mustafa Ismail
2
-0
/
+2121
2021-06-02
RDMA/irdma: Add RoCEv2 UD OP support
Mustafa Ismail
3
-0
/
+488
2021-06-02
RDMA/irdma: Implement device supported verb APIs
Mustafa Ismail
2
-0
/
+4752
2021-06-02
RDMA/irdma: Add PBLE resource manager
Mustafa Ismail
2
-0
/
+657
2021-06-02
RDMA/irdma: Add connection manager
Mustafa Ismail
2
-0
/
+4838
2021-06-02
RDMA/irdma: Add QoS definitions
Mustafa Ismail
2
-0
/
+447
2021-06-02
RDMA/irdma: Add privileged UDA queue implementation
Mustafa Ismail
2
-0
/
+1939
2021-06-02
RDMA/irdma: Add HMC backing store setup functions
Mustafa Ismail
2
-0
/
+890
2021-06-02
RDMA/irdma: Implement HW Admin Queue OPs
Mustafa Ismail
4
-0
/
+8506
2021-06-02
RDMA/irdma: Implement device initialization definitions
Mustafa Ismail
5
-0
/
+3321
2021-06-02
RDMA/irdma: Register auxiliary driver and implement private channel OPs
Mustafa Ismail
3
-0
/
+1129
[prev]