summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)Author
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib
2021-10-29RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier
2021-09-20RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer
2021-09-20RDMA/bnxt_re: Update statistics counter nameSelvin Xavier
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu
2021-08-19RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck
2021-04-27RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong
2021-04-19RDMA/bnxt_re: Get rid of custom module reference countingLeon Romanovsky
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky
2021-04-19RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select itLeon Romanovsky
2021-04-12RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier
2021-01-18RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier
2020-12-07RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe