index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
RDMA/iw_cxgb4: Disable delayed ack by default
Potnuri Bharat Teja
1
-2
/
+2
2020-09-18
Merge branch 'mlx_sw_owner_v2' into rdma.git for-next
Jason Gunthorpe
2
-3
/
+7
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
15
-68
/
+84
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
7
-14
/
+10
2020-09-18
RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devices
Alex Vesker
1
-2
/
+4
2020-09-18
RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devices
Alex Vesker
1
-1
/
+3
2020-09-17
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
8
-66
/
+50
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
12
-96
/
+56
2020-09-17
RDMA/mlx5: Delete duplicated mlx5_ptys_width enum
Aharon Landau
1
-14
/
+6
2020-09-17
net/mlx5: Refactor query port speed functions
Aharon Landau
1
-13
/
+14
2020-09-16
RDMA/i40iw: Avoid typecast from void to pci_dev
Parav Pandit
5
-7
/
+8
2020-09-16
RDMA/qedr: Add support for user mode XRC-SRQ's
Yuval Basson
4
-92
/
+254
2020-09-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-34
/
+61
2020-09-11
RDMA/qedr: Fix function prototype parameters alignment
Michal Kalderon
1
-2
/
+2
2020-09-11
RDMA/qedr: Fix inline size returned for iWARP
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix iWARP active mtu display
Michal Kalderon
2
-1
/
+9
2020-09-11
RDMA/qedr: Fix return code if accept is called on a destroyed qp
Michal Kalderon
1
-2
/
+4
2020-09-11
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix doorbell setting
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix qp structure memory leak
Michal Kalderon
1
-0
/
+2
2020-09-11
RDMA/ocrdma: Remove fbo from MR
Jason Gunthorpe
3
-4
/
+3
2020-09-11
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
1
-4
/
+0
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
4
-7
/
+6
2020-09-11
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
3
-4
/
+6
2020-09-11
RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-12
/
+5
2020-09-11
RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding
Jason Gunthorpe
1
-30
/
+19
2020-09-11
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
Jason Gunthorpe
1
-46
/
+24
2020-09-11
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-4
/
+3
2020-09-11
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
Jason Gunthorpe
1
-25
/
+16
2020-09-11
RDMA/i40iw: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-9
/
+1
2020-09-11
RDMA/efa: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-3
/
+3
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
4
-5
/
+5
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
4
-15
/
+13
2020-09-09
RDMA/umem: Add rdma_umem_for_each_dma_block()
Jason Gunthorpe
4
-7
/
+4
2020-09-09
RDMA: Make counters destroy symmetrical
Leon Romanovsky
1
-1
/
+2
2020-09-09
RDMA: Restore ability to return error for destroy WQ
Leon Romanovsky
6
-9
/
+15
2020-09-09
RDMA: Change XRCD destroy return value
Leon Romanovsky
3
-4
/
+5
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
23
-27
/
+43
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
19
-33
/
+39
2020-09-09
RDMA/mlx5: Issue FW command to destroy SRQ on reentry
Leon Romanovsky
1
-3
/
+12
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
17
-30
/
+30
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
21
-25
/
+36
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
6
-24
/
+24
2020-09-09
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
YueHaibing
1
-2
/
+0
2020-09-03
RDMA/qib: Convert tasklets to use new tasklet_setup() API
Allen Pais
2
-9
/
+8
2020-09-03
RDMA/i40iw: Convert tasklets to use new tasklet_setup() API
Allen Pais
1
-7
/
+7
2020-09-03
RDMA/hfi1: Convert tasklets to use new tasklet_setup() API
Allen Pais
1
-11
/
+11
2020-09-03
RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() API
Allen Pais
2
-10
/
+8
2020-09-03
RDMA/mlx5: Fix potential race between destroy and CQE poll
Leon Romanovsky
1
-2
/
+3
2020-09-02
RDMA/qedr: Fix reported max_pkeys
Kamal Heib
1
-1
/
+1
[prev]
[next]