index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
/
mthca_provider.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
2024-06-27
1
-1
/
+2
*
RDMA/mthca: Remove unnecessary NULL assignments
Ruan Jinjie
2023-07-31
1
-10
/
+10
*
RDMA/mad: Delete duplicated init_query_mad functions
Leon Romanovsky
2022-01-05
1
-14
/
+6
*
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2021-08-03
1
-47
/
+30
*
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
2021-06-17
1
-1
/
+1
*
RDMA: Support more than 255 rdma ports
Mark Bloch
2021-03-26
1
-5
/
+5
*
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
2020-10-31
1
-12
/
+17
*
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
2020-10-26
1
-7
/
+7
*
RDMA: Check create_flags during create_qp
Jason Gunthorpe
2020-10-26
1
-1
/
+1
*
RDMA: Check flags during create_cq
Jason Gunthorpe
2020-10-26
1
-1
/
+1
*
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
2020-10-26
1
-10
/
+0
*
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
2020-10-26
1
-15
/
+1
*
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
2020-10-16
1
-1
/
+1
*
RDMA/mthca: Combine special QP struct with mthca QP
Leon Romanovsky
2020-09-29
1
-3
/
+10
*
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
2020-09-29
1
-4
/
+0
*
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
2020-09-11
1
-1
/
+1
*
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
2020-09-09
1
-3
/
+3
*
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2020-09-09
1
-1
/
+2
*
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2020-09-09
1
-1
/
+2
*
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2020-09-09
1
-1
/
+2
*
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2020-09-09
1
-1
/
+2
*
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
2020-06-03
1
-10
/
+0
*
RDMA/mthca: Remove FMR support for memory registration
Max Gurtovoy
2020-06-03
1
-86
/
+0
*
RDMA: Group create AH arguments in struct
Maor Gottlieb
2020-05-03
1
-4
/
+5
*
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
2020-03-04
1
-1
/
+1
*
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
1
-1
/
+1
*
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-17
1
-3
/
+1
*
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-06-20
1
-2
/
+1
*
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
Jason Gunthorpe
2019-06-19
1
-0
/
+1
*
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
1
-21
/
+15
*
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
2019-06-11
1
-3
/
+1
*
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-2
/
+1
*
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
*
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+2
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
1
-32
/
+21
*
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-04-08
1
-21
/
+8
*
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
1
-23
/
+22
*
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
1
-14
/
+28
*
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
1
-6
/
+6
*
RDMA/mthca: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
2019-03-28
1
-1
/
+1
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-25
/
+14
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-11
/
+9
*
RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-20
/
+16
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
1
-19
/
+10
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-2
/
+2
|
\
|
*
RDMA/mthca: Clear QP objects during their allocation
Leon Romanovsky
2019-01-11
1
-2
/
+2
*
|
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-3
/
+6
*
|
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
|
RDMA: Clear CTX objects during their allocation
Leon Romanovsky
2019-01-11
1
-1
/
+1
*
|
RDMA: Clear CQ objects during their allocation
Leon Romanovsky
2019-01-11
1
-1
/
+1
[next]