summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2021-06-07RDMA/umem: fix missing automated renameChristian König
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory
2021-06-03RDMA/mlx5: Use different doorbell memory for different processesMark Zhang
2021-06-02Merge branch 'irdma' into rdma.git for-nextJason Gunthorpe
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem
2021-06-02RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl
2021-06-02RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail
2021-06-02RDMA/irdma: Add user/kernel shared librariesMustafa Ismail
2021-06-02RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail
2021-06-02RDMA/irdma: Implement device supported verb APIsMustafa Ismail
2021-06-02RDMA/irdma: Add PBLE resource managerMustafa Ismail
2021-06-02RDMA/irdma: Add connection managerMustafa Ismail
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail
2021-06-02RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail
2021-06-02RDMA/irdma: Add HMC backing store setup functionsMustafa Ismail
2021-06-02RDMA/irdma: Implement HW Admin Queue OPsMustafa Ismail
2021-06-02RDMA/irdma: Implement device initialization definitionsMustafa Ismail
2021-06-02RDMA/irdma: Register auxiliary driver and implement private channel OPsMustafa Ismail
2021-06-02IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang
2021-06-02IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang
2021-06-02Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang
2021-06-02IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe
2021-06-02IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe
2021-06-02IB/cm: Split cm_alloc_msg()Jason Gunthorpe
2021-06-02IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe
2021-06-02RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie
2021-06-01Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...David S. Miller
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-31RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compareJack Wang
2021-05-28RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_statsGioh Kim
2021-05-28RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnectionMd Haris Iqbal
2021-05-28RDMA/rtrs-srv: Fix memory leak when having multiple sessionsJack Wang
2021-05-28RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats objectGioh Kim
2021-05-28RDMA/rtrs-srv: Duplicated session name is not allowedGioh Kim
2021-05-28RDMA/rtrs: Do not reset hb_missed_max after re-connectionGioh Kim
2021-05-28RDMA/rtrs-srv: convert scnprintf to sysfs_emitJack Wang
2021-05-28RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflightMd Haris Iqbal
2021-05-28RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its statsMd Haris Iqbal
2021-05-28RDMA/rtrs-clt: Remove redundant 'break'Guoqing Jiang