summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/qplib_res.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pagesBhargava Chenna Marreddy2024-10-121-16/+3
* RDMA/bnxt_re: Add a check for memory allocationKalesh AP2024-10-081-0/+2
* RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier2023-12-111-1/+1
* RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula2023-11-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-021-12/+26
|\
| * RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier2023-08-151-6/+20
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-071-4/+4
| * RDMA/bnxt_re: use vmalloc_array and vcallocJulia Lawall2023-07-211-2/+2
* | RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai2023-08-101-0/+1
|/
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271-10/+2
|\
| * RDMA/bnxt_re: Fix the page_size used during the MR creationSelvin Xavier2023-05-121-10/+2
* | RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King2023-06-261-2/+2
* | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-211-0/+3
* | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-211-61/+113
* | RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier2023-06-211-1/+1
|/
* RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib2021-11-251-50/+0
* RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib2021-10-291-17/+0
* RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+1
* RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier2021-09-201-2/+3
* RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS2021-07-121-6/+4
* RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma2021-06-031-0/+17
* RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong2021-04-271-0/+1
* RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2020-10-061-13/+17
* RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma2020-04-141-0/+1
* RDMA/bnxt_re: Remove set but not used variable 'pg_size'YueHaibing2020-03-021-2/+1
* RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe2020-02-261-0/+1
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-221-180/+290
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier2019-07-221-4/+9
* RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-281-17/+26
* bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-221-4/+1
* RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-4/+5
* RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma2019-02-071-3/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches2018-09-051-15/+14
* RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()Markus Elfring2018-02-011-6/+7
* RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnx...Markus Elfring2018-02-011-5/+0
* RDMA/bnxt_re: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-5/+4
* RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configuredKalesh AP2017-07-241-0/+10
* RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier2017-02-141-0/+825