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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
RDMA/cma: Delete from restrack DB after successful destroy
Leon Romanovsky
1
-2
/
+1
2020-09-18
RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
Jason Gunthorpe
1
-50
/
+29
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
3
-5
/
+6
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
2
-2
/
+3
2020-09-17
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
4
-35
/
+26
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
3
-8
/
+20
2020-09-17
RDMA/cma: Fix use after free race in roce multicast join
Jason Gunthorpe
1
-108
/
+88
2020-09-17
RDMA/cma: Consolidate the destruction of a cma_multicast in one place
Jason Gunthorpe
1
-32
/
+31
2020-09-17
RDMA/cma: Remove dead code for kernel rdmacm multicast
Jason Gunthorpe
1
-15
/
+4
2020-09-17
RDMA/cma: Combine cma_ndev_work with cma_work
Jason Gunthorpe
1
-31
/
+7
2020-09-17
RDMA/cma: Remove cma_comp()
Jason Gunthorpe
1
-20
/
+7
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_LISTEN state
Jason Gunthorpe
1
-18
/
+18
2020-09-17
RDMA/cma: Make the locking for automatic state transition more clear
Jason Gunthorpe
1
-22
/
+45
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_CONNECT state
Jason Gunthorpe
1
-14
/
+30
2020-09-14
RDMA/core: Fix ordering of CQ pool destruction
Jason Gunthorpe
1
-2
/
+4
2020-09-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-3
/
+3
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
1
-12
/
+0
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
1
-1
/
+6
2020-09-09
RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-3
/
+8
2020-09-09
RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-0
/
+6
2020-09-09
RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary
Jason Gunthorpe
1
-2
/
+7
2020-09-09
RDMA: Make counters destroy symmetrical
Leon Romanovsky
1
-1
/
+3
2020-09-09
RDMA: Restore ability to return error for destroy WQ
Leon Romanovsky
2
-7
/
+10
2020-09-09
RDMA: Change XRCD destroy return value
Leon Romanovsky
1
-2
/
+6
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2
-3
/
+11
2020-09-09
RDMA/core: Delete function indirection for alloc/free kernel CQ
Leon Romanovsky
1
-15
/
+12
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
1
-2
/
+6
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
1
-2
/
+6
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2
-4
/
+7
2020-09-09
RDMA/core: Change how failing destroy is handled during uobj abort
Jason Gunthorpe
1
-15
/
+15
2020-09-02
RDMA/ucma: Fix resource leak on error path
Alex Dewar
1
-7
/
+8
2020-09-02
RDMA/core: Fix reported speed and width
Kamal Heib
1
-1
/
+1
2020-09-02
RDMA/core: Fix unsafe linked list traversal after failing to allocate CQ
Xi Wang
1
-2
/
+2
2020-08-31
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
6
-13
/
+13
2020-08-31
RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leaked
Jason Gunthorpe
1
-1
/
+2
2020-08-27
RDMA/ucma: Remove closing and the close_wq
Jason Gunthorpe
1
-34
/
+15
2020-08-27
RDMA/ucma: Rework how new connections are passed through event delivery
Jason Gunthorpe
1
-125
/
+95
2020-08-27
RDMA/ucma: Narrow file->mut in ucma_event_handler()
Jason Gunthorpe
1
-9
/
+7
2020-08-27
RDMA/ucma: Change backlog into an atomic
Jason Gunthorpe
1
-7
/
+8
2020-08-27
RDMA/ucma: Add missing locking around rdma_leave_multicast()
Jason Gunthorpe
1
-0
/
+2
2020-08-27
RDMA/ucma: Fix locking for ctx->events_reported
Jason Gunthorpe
1
-1
/
+3
2020-08-27
RDMA/ucma: Fix the locking of ctx->file
Jason Gunthorpe
1
-1
/
+5
2020-08-27
RDMA/ucma: Do not use file->mut to lock destroying
Jason Gunthorpe
1
-3
/
+11
2020-08-27
RDMA/cma: Add missing locking to rdma_accept()
Jason Gunthorpe
2
-7
/
+30
2020-08-27
RDMA/ucma: Remove mc_list and rely on xarray
Jason Gunthorpe
1
-37
/
+22
2020-08-27
RDMA/ucma: Fix error cases around ucma_alloc_ctx()
Jason Gunthorpe
1
-26
/
+42
2020-08-27
RDMA/ucma: Consolidate the two destroy flows
Jason Gunthorpe
1
-42
/
+22
2020-08-27
RDMA/ucma: Remove unnecessary locking of file->ctx_list in close
Jason Gunthorpe
1
-4
/
+7
2020-08-27
RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()
Jason Gunthorpe
1
-2
/
+2
2020-08-24
RDMA/cm: Add tracepoints to track MAD send operations
Chuck Lever
2
-2
/
+125
[prev]
[next]