summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe2020-07-211-3/+19
* RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb2020-07-161-0/+2
* RDMA/core: Fix race in rdma_alloc_commit_uobject()Leon Romanovsky2020-07-161-3/+3
* RDMA/hns: Fix wrong PBL offset when VA is not aligned to PAGE_SIZEXi Wang2020-07-161-1/+1
* RDMA/hns: Fix wrong assignment of lp_pktn_ini in QPCWeihang Li2020-07-161-12/+22
* RDMA/mlx5: Use xa_lock_irq when access to SRQ tableMaor Gottlieb2020-07-161-2/+2
* RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky2020-07-081-1/+2
* IB/mlx5: Fix 50G per lane indicationAya Levin2020-07-081-1/+1
* RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
* IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi2020-07-021-21/+17
* IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan2020-07-021-5/+5
* IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan2020-07-023-6/+31
* RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky2020-07-021-0/+4
* IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'Nathan Chancellor2020-07-021-1/+1
* IB/hfi1: Add atomic triggered sleep/wakeupMike Marciniszyn2020-06-242-20/+53
* IB/hfi1: Correct -EBUSY handling in tx codeMike Marciniszyn2020-06-241-17/+18
* IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro2020-06-241-17/+2
* IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro2020-06-241-1/+1
* IB/mad: Fix use after free when destroying MAD agentShay Drory2020-06-221-1/+1
* RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky2020-06-221-1/+1
* RDMA/counter: Query a counter before releaseMark Zhang2020-06-221-1/+3
* RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo2020-06-191-0/+1
* RDMA/mlx5: Fix integrity enabled QP creationMax Gurtovoy2020-06-181-0/+3
* RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPsLeon Romanovsky2020-06-181-9/+1
* RDMA/mlx5: Fix remote gid value in query QPMaor Gottlieb2020-06-181-2/+1
* RDMA/mlx5: Don't access ib_qp fields in internal destroy QP pathLeon Romanovsky2020-06-181-10/+18
* RDMA/core: Check that type_attrs is not NULL prior accessLeon Romanovsky2020-06-181-15/+21
* RDMA/hns: Fix an cmd queue issue when resettingYangyang Li2020-06-181-1/+1
* RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li2020-06-184-14/+17
* RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during ECE handshakeLeon Romanovsky2020-06-181-0/+8
* RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang2020-06-181-0/+18
* RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon2020-06-181-2/+11
* RDMA/efa: Set maximum pkeys device attributeGal Pressman2020-06-181-0/+1
* RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki2020-06-181-2/+4
* RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky2020-06-181-0/+1
* RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald2020-06-151-1/+2
* RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'Kieran Bingham2020-06-153-3/+3
* RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()Tom Seewald2020-06-151-1/+1
* RDMA/mlx5: Remove duplicated assignment to resp.response_lengthColin Ian King2020-06-151-2/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1422-37/+37
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-096-13/+13
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-05182-9909/+18523
|\
| * RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon2020-06-031-1/+3
| * RDMA/mlx5: Return ECE DC supportLeon Romanovsky2020-06-031-14/+31
| * RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky2020-06-031-2/+4
| * RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky2020-06-031-6/+2