summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-034-28/+26
|\
| * RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky2021-10-121-1/+3
| * RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-3/+1
| * RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-122-24/+22
* | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-052-2/+2
|/
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-302-3/+4
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-3/+4
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-19/+12
|/
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-7/+1
|\
| * RDMA: Verify port when creating flow ruleMaor Gottlieb2021-06-101-3/+0
| * RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-031-4/+1
* | IB/mlx4: Avoid field-overflowing memcpy()Kees Cook2021-06-211-1/+1
* | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-6/+19
* | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-021-7/+2
* | RDMA/mlx4: Remove unused parameter udataLang Cheng2021-05-201-4/+4
|/
* RDMA/mlx4: Remove an unused variableChristophe JAILLET2021-04-201-3/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-264-65/+70
* IB/mlx4: Use port iterator and validation APIsParav Pandit2021-02-022-3/+3
* RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean2020-12-101-3/+0
* RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-072-12/+12
* RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-271-0/+5
* RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon2020-11-261-1/+3
* IB/mlx4: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-11/+7
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-303-61/+67
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-262-19/+18
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-262-3/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+0
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-262-3/+4
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-18/+2
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-13/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* IB/mlx4: Convert rej_tmout radix-tree to XArrayHÃ¥kon Bugge2020-10-092-49/+51
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-3/+0
* RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky2020-09-291-94/+63
* RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2020-09-292-91/+100
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+2
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-111-1/+2
| |\
| | * RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch2020-08-271-1/+2
* | | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-173-34/+26
* | | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-23/+12
* | | RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-114-7/+6
* | | RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-092-2/+3
* | | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* | | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* | | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-6/+4