index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
2020-09-18
15
-68
/
+84
|
\
|
*
RDMA: Fix link active_speed size
Aharon Landau
2020-09-18
7
-14
/
+10
|
*
RDMA/mlx5: Delete duplicated mlx5_ptys_width enum
Aharon Landau
2020-09-17
1
-14
/
+6
|
*
net/mlx5: Refactor query port speed functions
Aharon Landau
2020-09-17
1
-13
/
+14
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-09-11
8
-34
/
+61
|
|
\
|
|
*
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
YueHaibing
2020-09-09
1
-2
/
+0
|
|
*
RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds
Selvin Xavier
2020-08-27
1
-11
/
+11
|
|
*
RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address
Naresh Kumar PBS
2020-08-27
1
-2
/
+2
|
|
*
RDMA/bnxt_re: Restrict the max_gids to 256
Naresh Kumar PBS
2020-08-27
2
-1
/
+2
|
|
*
RDMA/bnxt_re: Static NQ depth allocation
Naresh Kumar PBS
2020-08-27
1
-2
/
+1
|
|
*
RDMA/bnxt_re: Fix the qp table indexing
Selvin Xavier
2020-08-27
3
-12
/
+25
|
|
*
RDMA/bnxt_re: Do not report transparent vlan from QP1
Selvin Xavier
2020-08-27
1
-3
/
+18
|
|
*
RDMA/mlx4: Read pkey table length instead of hardcoded value
Mark Bloch
2020-08-27
1
-1
/
+2
*
|
|
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
2020-09-17
8
-66
/
+50
*
|
|
RDMA: Clean MW allocation and free flows
Leon Romanovsky
2020-09-17
12
-96
/
+56
*
|
|
RDMA/i40iw: Avoid typecast from void to pci_dev
Parav Pandit
2020-09-16
5
-7
/
+8
*
|
|
RDMA/qedr: Add support for user mode XRC-SRQ's
Yuval Basson
2020-09-16
4
-92
/
+254
*
|
|
RDMA/qedr: Fix function prototype parameters alignment
Michal Kalderon
2020-09-11
1
-2
/
+2
*
|
|
RDMA/qedr: Fix inline size returned for iWARP
Michal Kalderon
2020-09-11
1
-1
/
+1
*
|
|
RDMA/qedr: Fix iWARP active mtu display
Michal Kalderon
2020-09-11
2
-1
/
+9
*
|
|
RDMA/qedr: Fix return code if accept is called on a destroyed qp
Michal Kalderon
2020-09-11
1
-2
/
+4
*
|
|
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
2020-09-11
1
-1
/
+1
*
|
|
RDMA/qedr: Fix doorbell setting
Michal Kalderon
2020-09-11
1
-1
/
+1
*
|
|
RDMA/qedr: Fix qp structure memory leak
Michal Kalderon
2020-09-11
1
-0
/
+2
*
|
|
RDMA/ocrdma: Remove fbo from MR
Jason Gunthorpe
2020-09-11
3
-4
/
+3
*
|
|
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
2020-09-11
1
-4
/
+0
*
|
|
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-11
4
-7
/
+6
*
|
|
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
2020-09-11
3
-4
/
+6
*
|
|
RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
2020-09-11
1
-12
/
+5
*
|
|
RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding
Jason Gunthorpe
2020-09-11
1
-30
/
+19
*
|
|
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
Jason Gunthorpe
2020-09-11
1
-46
/
+24
*
|
|
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
2020-09-11
1
-4
/
+3
*
|
|
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
Jason Gunthorpe
2020-09-11
1
-25
/
+16
*
|
|
RDMA/i40iw: Use ib_umem_num_dma_pages()
Jason Gunthorpe
2020-09-11
1
-9
/
+1
*
|
|
RDMA/efa: Use ib_umem_num_dma_pages()
Jason Gunthorpe
2020-09-11
1
-3
/
+3
*
|
|
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-11
4
-5
/
+5
*
|
|
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
2020-09-09
4
-15
/
+13
*
|
|
RDMA/umem: Add rdma_umem_for_each_dma_block()
Jason Gunthorpe
2020-09-09
4
-7
/
+4
*
|
|
RDMA: Make counters destroy symmetrical
Leon Romanovsky
2020-09-09
1
-1
/
+2
*
|
|
RDMA: Restore ability to return error for destroy WQ
Leon Romanovsky
2020-09-09
6
-9
/
+15
*
|
|
RDMA: Change XRCD destroy return value
Leon Romanovsky
2020-09-09
3
-4
/
+5
*
|
|
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2020-09-09
23
-27
/
+43
*
|
|
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2020-09-09
19
-33
/
+39
*
|
|
RDMA/mlx5: Issue FW command to destroy SRQ on reentry
Leon Romanovsky
2020-09-09
1
-3
/
+12
*
|
|
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2020-09-09
17
-30
/
+30
*
|
|
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2020-09-09
21
-25
/
+36
*
|
|
RDMA/hns: Avoid unncessary initialization
Lijun Ou
2020-09-09
6
-24
/
+24
*
|
|
RDMA/qib: Convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-03
2
-9
/
+8
*
|
|
RDMA/i40iw: Convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-03
1
-7
/
+7
*
|
|
RDMA/hfi1: Convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-03
1
-11
/
+11
[next]