summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2021-06-082-3/+3
| * | | | RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li2021-06-081-2/+1
| * | | | RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2021-06-082-7/+7
| * | | | RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2021-06-082-6/+6
| * | | | RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li2021-06-083-8/+8
| * | | | RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2021-06-082-7/+7
| * | | | RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li2021-06-082-5/+5
| * | | | RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li2021-06-082-5/+5
| * | | | RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_portWeihang Li2021-06-081-4/+4
| * | | | RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_memberWeihang Li2021-06-081-6/+6
| * | | | RDMA/core: Remove refcount from struct ib_mad_snoop_privateJason Gunthorpe2021-06-081-1/+0
| * | | | RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li2021-06-082-5/+9
| * | | | RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li2021-06-082-6/+5
| * | | | RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib2021-06-071-1/+1
| * | | | RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"Colin Ian King2021-06-071-1/+1
| * | | | RDMA/irdma: remove redundant initialization of variable valColin Ian King2021-06-071-1/+1
| * | | | RDMA/irdma: remove extraneous indentation on a statementColin Ian King2021-06-071-1/+1
| * | | | RDMA/irdma: Fix issues with u8 left shift operationColin Ian King2021-06-071-1/+1
| * | | | RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong2021-06-041-0/+1
| * | | | RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma2021-06-036-3/+37
| * | | | RDMA/rxe: Fix failure during driver loadKamal Heib2021-06-031-3/+7
| * | | | RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-0310-98/+305
| * | | | RDMA/rxe: Protect user space index loads/storesBob Pearson2021-06-031-51/+117
| * | | | RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson2021-06-035-13/+28
| * | | | Merge branch 'irdma' into rdma.git for-nextJason Gunthorpe2021-06-0269-28710/+32516
| |\ \ \ \
| | * | | | RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-0233-28709/+41
| | * | | | RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl2021-06-023-0/+573
| | * | | | RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail2021-06-024-0/+2814
| | * | | | RDMA/irdma: Add user/kernel shared librariesMustafa Ismail2021-06-022-0/+2121
| | * | | | RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail2021-06-023-0/+488
| | * | | | RDMA/irdma: Implement device supported verb APIsMustafa Ismail2021-06-022-0/+4752
| | * | | | RDMA/irdma: Add PBLE resource managerMustafa Ismail2021-06-022-0/+657
| | * | | | RDMA/irdma: Add connection managerMustafa Ismail2021-06-022-0/+4838
| | * | | | RDMA/irdma: Add QoS definitionsMustafa Ismail2021-06-022-0/+447
| | * | | | RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail2021-06-022-0/+1939
| | * | | | RDMA/irdma: Add HMC backing store setup functionsMustafa Ismail2021-06-022-0/+890
| | * | | | RDMA/irdma: Implement HW Admin Queue OPsMustafa Ismail2021-06-024-0/+8506
| | * | | | RDMA/irdma: Implement device initialization definitionsMustafa Ismail2021-06-025-0/+3321
| | * | | | RDMA/irdma: Register auxiliary driver and implement private channel OPsMustafa Ismail2021-06-023-0/+1129
| * | | | | IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang2021-06-021-19/+93
| * | | | | IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang2021-06-021-47/+58
| * | | | | IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang2021-06-023-37/+26
| * | | | | Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang2021-06-021-109/+14
| * | | | | IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe2021-06-021-10/+10
| * | | | | IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe2021-06-021-27/+25
| * | | | | IB/cm: Split cm_alloc_msg()Jason Gunthorpe2021-06-021-75/+115
| * | | | | IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe2021-06-021-11/+18
| * | | | | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-023-13/+23
| * | | | | RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compareJack Wang2021-05-312-7/+2
| * | | | | RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_statsGioh Kim2021-05-281-0/+6