summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier2023-04-044-69/+98
| * RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverSelvin Xavier2023-04-043-93/+0
| * RDMA/bnxt_re: Update HW interface headersSelvin Xavier2023-04-042-2957/+4228
| * IB/qib: Remove unused cnt variableTom Rix2023-04-031-5/+4
| * RDMA/mlx5: Remove unused num_alloc_xa_entries variableTom Rix2023-04-031-2/+0
| * RDMA/ocrdma: remove unused discard_cnt variableTom Rix2023-03-291-2/+0
| * RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variablesTom Rix2023-03-291-10/+4
| * RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing2023-03-291-2/+0
| * RDMA/mlx5: Expand switchdev Q-counters to expose representor statisticsPatrisious Haddad2023-03-291-29/+142
| * RDMA/bnxt_re: Add resize_cq supportSelvin Xavier2023-03-295-0/+163
| * RDMA/erdma: Use fixed hardware page sizeCheng Xu2023-03-242-8/+13
| * Enable IB out-of-order by default in mlx5Leon Romanovsky2023-03-231-0/+8
| |\
| | * RDMA/mlx5: Disable out-of-order in integrity enabled QPsOr Har-Toov2023-03-231-0/+8
| * | RDMA/efa: Add data polling capability feature bitYonatan Nachum2023-03-222-3/+9
| * | RDMA/erdma: Minor refactor of device init flowCheng Xu2023-03-222-32/+34
| * | RDMA/erdma: Eliminate unnecessary casting of EQ doorbellsCheng Xu2023-03-223-8/+6
| * | RDMA/erdma: Unify byte ordering APIs usageCheng Xu2023-03-223-13/+11
| * | IB/qib: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-191-8/+0
| * | IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-191-2/+0
| * | RDMA/mlx5: Coding style fix reported by checkpatchRohit Chavan2023-03-191-5/+4
| * | RDMA/irdma: Refactor PBLE functionsSindhu Devale2023-03-193-32/+31
| * | RDMA/irdma: Change name of interruptsMichal Swiatkowski2023-03-192-3/+13
| * | RDMA/irdma: Remove a redundant irdma_arp_table() callTatyana Nikolova2023-03-191-4/+0
| * | RDMA/irdma: Refactor HW statisticsKrzysztof Czurylo2023-03-199-580/+362
| * | RDMA/qib: Remove deprecated kmap() callIra Weiny2023-03-191-8/+3
| * | RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter2023-03-191-2/+6
| * | RDMA/hns: Add new command to support query vf capsYixing Liu2023-03-142-164/+56
| * | IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen2023-03-131-1/+4
| |/
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+3
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-3/+3
| |/
* | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-242-8/+6
|\ \
| * | IB/qib: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-1/+1
| * | IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-5/+2
| * | iov_iter: add iter_iovec() helperJens Axboe2023-03-302-2/+3
| |/
* | RDMA/erdma: Defer probing if netdevice can not be foundCheng Xu2023-03-201-1/+1
* | RDMA/erdma: Inline mtt entries into WQE if supportedCheng Xu2023-03-201-1/+1
* | RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu2023-03-202-2/+2
* | RDMA/erdma: Fix some typosCheng Xu2023-03-203-3/+3
* | IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla2023-03-201-0/+4
* | RDMA/irdma: Add ipv4 check to irdma_find_listener()Tatyana Nikolova2023-03-191-6/+10
* | RDMA/irdma: Increase iWARP CM default rexmit countMustafa Ismail2023-03-191-1/+1
* | RDMA/irdma: Fix memory leak of PBLE objectsMustafa Ismail2023-03-191-0/+3
* | RDMA/irdma: Do not generate SW completions for NOPsMustafa Ismail2023-03-191-1/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-2439-737/+1236
|\
| * IB/mlx5: Extend debug control for CC parametersEdward Srouji2023-02-192-3/+27
| * IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2023-02-172-10/+9
| * IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey2023-02-171-21/+40
| * RDMA/irdma: Add support for dmabuf pin memory regionsZhu Yanjun2023-02-171-0/+42
| * Merge mlx5-next into rdma.git for-nextJason Gunthorpe2023-02-177-71/+108
| |\
| | * RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov2023-02-177-44/+48