summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-09-241-1/+3
* RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-09-241-3/+3
* RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-09-242-2/+12
* RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng2020-09-241-1/+1
* RDMA/hns: Add interception for resizing SRQsYangyang Li2020-09-241-0/+4
* RDMA/hns: Refactor process about opcode in post_send()Weihang Li2020-09-241-55/+76
* RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li2020-09-246-12/+38
* RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-246-18/+75
* RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-247-16/+48
* RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang2020-09-244-20/+44
* RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall2020-09-221-1/+1
* i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-09-226-71/+45
* RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-224-7/+99
* RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2020-09-222-21/+18
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-2210-114/+157
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-227-50/+22
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-229-31/+70
* RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky2020-09-221-2/+14
* RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky2020-09-221-2/+1
* RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe2020-09-181-50/+29
* RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-184-49/+97
* RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-09-181-1/+3
* RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe2020-09-181-25/+26
* RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe2020-09-181-14/+1
* RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe2020-09-181-3/+1
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-09-181-1/+0
* RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki2020-09-181-25/+27
* RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja2020-09-181-2/+2
* Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2020-09-182-3/+7
|\
| * RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker2020-09-181-2/+4
| * RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker2020-09-181-1/+3
* | Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-18265-1339/+2824
|\ \
| * | RDMA: Fix link active_speed sizeAharon Landau2020-09-189-16/+13
| |/
| * RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau2020-09-172-22/+6
| * net/mlx5: Refactor query port speed functionsAharon Landau2020-09-173-51/+22
| * Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-1311-81/+87
| |\
| | * Merge tag 'usb-serial-5.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-09-083-8/+16
| | |\
| | | * USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork2020-08-311-8/+12
| | | * USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado2020-08-311-0/+2
| | | * USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2020-08-242-0/+2
| | * | usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Utkarsh Patel2020-09-071-8/+0
| | * | usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel2020-09-071-4/+0
| | * | usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
| | * | Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur2020-09-041-9/+6
| | * | usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus2020-09-041-0/+4
| | * | usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara2020-09-041-0/+2
| | * | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
| | * | Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-013-3/+12
| | |\ \
| | | * | thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg2020-08-251-2/+10
| | | * | thunderbolt: Disable ports that are not implementedNikunj A. Dadhania2020-08-252-1/+2