summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-177-39/+46
|\
| * RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang2019-11-061-1/+1
| * RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang2019-11-061-1/+1
| * IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERRKaike Wan2019-11-061-8/+8
| * IB/hfi1: Calculate flow weight based on QP MTU for TID RDMAKaike Wan2019-11-063-11/+6
| * IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packetKaike Wan2019-11-061-17/+27
| * IB/hfi1: Ensure full Gen3 speed in a Gen4 systemJames Erwin2019-11-061-1/+3
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-11-133-22/+23
|\ \ | |/ |/|
| * IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik2019-11-111-12/+13
| * IB/mlx5: Rename profile and init methodsMichael Guralnik2019-11-113-9/+9
| * IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit2019-11-011-1/+1
* | RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou2019-10-281-3/+3
* | RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja2019-10-281-2/+0
* | RDMA/mlx5: Use irq xarray locking for mkey_tableJason Gunthorpe2019-10-281-2/+2
* | IB/core: Avoid deadlock during netlink message handlingParav Pandit2019-10-253-54/+56
* | RDMA/nldev: Skip counter if port doesn't matchMark Zhang2019-10-241-1/+1
* | RDMA/uverbs: Prevent potential underflowDan Carpenter2019-10-221-1/+1
* | IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fieldsParav Pandit2019-10-181-4/+5
* | RDMA/qedr: Fix reported firmware versionKamal Heib2019-10-181-1/+1
* | RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju2019-10-182-2/+2
* | RDMA/iwcm: move iw_rem_ref() calls out of spinlockKrishnamraju Eraparaju2019-10-181-23/+29
* | iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja2019-10-181-14/+14
* | IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn2019-10-172-8/+7
* | IB/hfi1: Avoid excessive retry for TID RDMA READ requestKaike Wan2019-10-171-5/+0
* | RDMA/mlx5: Clear old rate limit when closing QPRafi Wiener2019-10-171-3/+5
* | RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe2019-10-043-48/+32
* | RDMA/mlx5: Put live in the correct place for ODP MRsJason Gunthorpe2019-10-043-38/+14
* | RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcuJason Gunthorpe2019-10-041-2/+3
* | RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe2019-10-042-6/+12
* | RDMA/mlx5: Fix a race with mlx5_ib_update_xlt on an implicit MRJason Gunthorpe2019-10-041-2/+32
* | RDMA/mlx5: Do not allow rereg of a ODP MRJason Gunthorpe2019-10-041-3/+3
* | IB/core: Fix wrong iterating on portsMohamad Heib2019-10-041-1/+1
* | RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky2019-10-041-6/+4
* | RDMA/cxgb4: Do not dma memory off of the stackGreg KH2019-10-041-11/+17
* | RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein2019-10-041-0/+3
* | RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET2019-10-041-1/+1
* | RDMA/i40iw: Associate ibdev to netdev before IB device registrationShiraz, Saleem2019-10-041-0/+4
* | RDMA/iwcm: Fix a lock inversion issueBart Van Assche2019-10-011-1/+2
* | RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja2019-10-012-11/+6
* | RDMA/hfi1: Prevent memory leak in sdma_initNavid Emamdoost2019-10-011-1/+4
* | RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...Michal Kalderon2019-10-011-4/+5
* | RDMA/siw: Fix serialization issue in write_space()Krishnamraju Eraparaju2019-10-011-4/+11
* | RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive2019-10-011-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-291-1/+1
|\
| * ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-211-1/+1
* | IB/hfi1: remove unlikely() from IS_ERR*() conditionDenis Efremov2019-09-261-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-255-25/+5
|\ \
| * | mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-255-25/+5
* | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-2/+4
|\ \ \ | |/ / |/| |
| * | PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-2/+4