aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2-340/+194
2021-06-16RDMA/qib: Use attributes for the port sysfsJason Gunthorpe2-356/+254
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe11-81/+116
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang6-27/+106
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory1-2/+1
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-0/+5
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem5-24/+23
2021-06-10IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-06-10RDMA/mlx5: Delete right entry from MR signature databaseAharon Landau1-2/+2
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb2-6/+2
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-2/+7
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2-3/+3
2021-06-08RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch1-0/+6
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li3-8/+8
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2-7/+7
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li2-5/+5
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li2-5/+5
2021-06-07RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib1-1/+1
2021-06-07RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"Colin Ian King1-1/+1
2021-06-07RDMA/irdma: remove redundant initialization of variable valColin Ian King1-1/+1
2021-06-07RDMA/irdma: remove extraneous indentation on a statementColin Ian King1-1/+1
2021-06-07RDMA/irdma: Fix issues with u8 left shift operationColin Ian King1-1/+1
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma6-3/+37
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-4/+1
2021-06-03RDMA/mlx5: Use different doorbell memory for different processesMark Zhang1-1/+6
2021-06-02Merge branch 'irdma' into rdma.git for-nextJason Gunthorpe68-28709/+32515
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem32-28708/+40
2021-06-02RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl3-0/+573
2021-06-02RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail4-0/+2814
2021-06-02RDMA/irdma: Add user/kernel shared librariesMustafa Ismail2-0/+2121
2021-06-02RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail3-0/+488
2021-06-02RDMA/irdma: Implement device supported verb APIsMustafa Ismail2-0/+4752
2021-06-02RDMA/irdma: Add PBLE resource managerMustafa Ismail2-0/+657
2021-06-02RDMA/irdma: Add connection managerMustafa Ismail2-0/+4838
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail2-0/+447
2021-06-02RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail2-0/+1939
2021-06-02RDMA/irdma: Add HMC backing store setup functionsMustafa Ismail2-0/+890
2021-06-02RDMA/irdma: Implement HW Admin Queue OPsMustafa Ismail4-0/+8506
2021-06-02RDMA/irdma: Implement device initialization definitionsMustafa Ismail5-0/+3321
2021-06-02RDMA/irdma: Register auxiliary driver and implement private channel OPsMustafa Ismail3-0/+1129
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2-11/+4
2021-06-01Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linuxDavid S. Miller1-3/+2
2021-05-28RDMA/hns: Refactor capability configuration flow of VFXi Wang2-146/+156
2021-05-28IB/hfi1: Move a function from a header file into a .c fileBart Van Assche1-0/+5
2021-05-28RDMA/hns: Clean the hardware related code for HEMXi Wang5-90/+85
2021-05-28RDMA/hns: Use refcount_t APIs for HEMWeihang Li2-19/+17
2021-05-28RDMA/hns: Fix wrong timer context buffer page sizeXi Wang1-6/+0