summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-112-43/+14
|\
* \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-093-50/+36
|\ \
| * | scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche2019-02-041-1/+1
| * | scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-02-041-0/+11
| * | scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2019-02-042-32/+19
| * | scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-041-3/+1
| * | scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-041-5/+4
| * | scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-9/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-09216-4562/+15966
|\ \ \
| * | | IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-062-6/+10
| * | | RDMA/umem: Revert broken 'off by one' fixJohn Hubbard2019-03-061-3/+6
| * | | RDMA/umem: minor bug fix in error handling pathJohn Hubbard2019-03-041-3/+6
| * | | RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-03-041-1/+1
| * | | cxgb4: kfree mhp after the debug printShaobo He2019-03-041-1/+1
| * | | IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-041-10/+23
| * | | IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-041-10/+16
| * | | IB/iser: Fix dma_nents type definitionMax Gurtovoy2019-03-041-1/+1
| * | | IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua2019-03-041-1/+1
| * | | bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma2019-03-041-1/+1
| * | | RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky2019-02-251-0/+1
| * | | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-2230-337/+194
| * | | RDMA/core: Fix a WARN() messageDan Carpenter2019-02-221-3/+1
| * | | bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-223-22/+14
| * | | IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge2019-02-221-1/+1
| * | | IB/core: Abort page fault handler silently during owning process exitMoni Shoua2019-02-211-1/+1
| * | | IB/mlx5: Validate correct PD before prefetch MRMoni Shoua2019-02-211-16/+30
| * | | IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-214-23/+102
| * | | RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-1/+1
| * | | IB/hfi1: Add missing break in switch statementGustavo A. R. Silva2019-02-211-0/+1
| * | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-213-77/+101
| |\ \ \
| * | | | drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso2019-02-201-1/+1
| * | | | RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-191-0/+5
| * | | | RDMA/iwcm: Fix string truncation errorLeon Romanovsky2019-02-191-3/+3
| * | | | RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-191-8/+7
| * | | | iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-191-1/+1
| * | | | RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-191-0/+3
| * | | | RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-191-5/+5
| * | | | rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-198-13/+46
| * | | | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-191-0/+122
| * | | | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-193-28/+19
| * | | | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-195-12/+30
| * | | | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-196-33/+32
| * | | | RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-198-87/+30
| * | | | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-36/+206
| * | | | RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-194-47/+38
| * | | | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-12/+107
| * | | | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-195-38/+164
| * | | | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31
| * | | | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-193-63/+35
| * | | | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-1910-46/+42