summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)AuthorFilesLines
2023-06-02RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib3-7/+4
2023-05-19RDMA/bnxt_re: Do not enable congestion control on VFsKalesh AP1-0/+4
2023-05-19RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP1-3/+1
2023-05-19RDMA/bnxt_re: Fix a possible memory leakKalesh AP1-5/+6
2023-05-13RDMA/bnxt_re: Fix the page_size used during the MR creationSelvin Xavier2-14/+5
2023-04-04RDMA/bnxt_re: Enable congestion control by defaultSelvin Xavier5-13/+222
2023-04-04RDAM/bnxt_re: Use tlv apis while processing the slow path commandsSelvin Xavier1-11/+11
2023-04-04RDMA/bnxt_re: RoCE slow path TLV supportSelvin Xavier1-0/+162
2023-04-04RDMA/bnxt_re: Reduce number of argumets to control path command APIsSelvin Xavier4-138/+199
2023-04-04RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier4-69/+98
2023-04-04RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverSelvin Xavier3-93/+0
2023-04-04RDMA/bnxt_re: Update HW interface headersSelvin Xavier2-2957/+4228
2023-03-29RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variablesTom Rix1-10/+4
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier5-0/+163
2023-02-02bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde2-37/+12
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-4/+7
2023-02-02bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-15/+7
2023-02-02bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-41/+61
2023-02-02bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+16
2023-02-02bnxt_en: Remove usage of ulp_idAjit Khaparde1-13/+11
2023-02-02RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde2-273/+131
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-24RDMA: Correct duplicated words in commentsJiang Jian1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2021-12-07RDMA/bnxt_re: Fix endianness warning for req.pkeyKamal Heib1-1/+1
2021-11-29RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib6-175/+10
2021-11-16RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET2-5/+2
2021-11-16RDMA/bnxt_re: Remove unneeded variableChangcheng Deng1-2/+1
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib3-7/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib4-21/+4
2021-10-29RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib1-0/+2
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski4-7/+8
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-70/+67
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier1-2/+3
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier1-3/+6
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier2-14/+4
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier2-2/+2
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Update statistics counter nameSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier10-101/+401
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-22/+12
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe3-7/+8
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu1-1/+0