index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
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
-32
/
+38
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
2020-08-31
RDMA/qib: Tidy up process_cc()
Alex Dewar
1
-37
/
+13
2020-08-31
RDMA/qib: Remove superfluous fallthrough statements
Alex Dewar
1
-2
/
+0
2020-08-31
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
40
-97
/
+84
2020-08-31
RDMA/hns: Get udp sport num dynamically instead of using a fixed value
Weihang Li
3
-13
/
+41
2020-08-27
RDMA/hns: Add a check for current state before modifying QP
Lang Cheng
1
-2
/
+4
2020-08-27
RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds
Selvin Xavier
1
-11
/
+11
2020-08-27
RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address
Naresh Kumar PBS
1
-2
/
+2
2020-08-27
RDMA/bnxt_re: Restrict the max_gids to 256
Naresh Kumar PBS
2
-1
/
+2
2020-08-27
RDMA/bnxt_re: Static NQ depth allocation
Naresh Kumar PBS
1
-2
/
+1
2020-08-27
RDMA/bnxt_re: Fix the qp table indexing
Selvin Xavier
3
-12
/
+25
2020-08-27
RDMA/bnxt_re: Do not report transparent vlan from QP1
Selvin Xavier
1
-3
/
+18
2020-08-27
RDMA/mlx4: Read pkey table length instead of hardcoded value
Mark Bloch
1
-1
/
+2
2020-08-27
RDMA/usnic: Remove the query_pkey callback
Kamal Heib
3
-15
/
+0
2020-08-27
IB/mlx5: Add DCT RoCE LAG support
Mark Zhang
1
-1
/
+8
2020-08-27
IB/mlx5: Add tx_affinity support for DCI QP
Mark Zhang
1
-8
/
+6
2020-08-24
RDMA/efa: Remove redundant udata check from alloc ucontext response
Gal Pressman
1
-6
/
+4
2020-08-24
RDMA/vmw_pvrdma: Fix kernel-doc documentation
Kamal Heib
4
-6
/
+6
2020-08-24
IB/mlx4: Adjust delayed work when a dup is observed
Håkon Bugge
1
-0
/
+3
2020-08-24
IB/mlx4: Add support for REJ due to timeout
Håkon Bugge
2
-1
/
+137
2020-08-24
IB/mlx4: Fix starvation in paravirt mux/demux
Håkon Bugge
2
-3
/
+33
2020-08-24
IB/mlx4: Separate tunnel and wire bufs parameters
Håkon Bugge
2
-21
/
+26
2020-08-24
IB/mlx4: Add support for MRA
Håkon Bugge
1
-2
/
+3
2020-08-24
IB/mlx4: Add and improve logging
Håkon Bugge
2
-47
/
+40
[prev]
[next]