aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-03-17i40iw: Avoid panic when handling the inetdev eventGravatar Feng Tang 1-1/+11
2019-03-17IB/mlx5: Fix mapping of link-mode to IB width and speedGravatar Aya Levin 1-0/+7
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTGravatar Yishai Hadas 2-9/+29
2019-03-17IB/mlx4: Fix race condition between catas error reset and aliasguid flowsGravatar Jack Morgenstein 1-1/+1
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-43/+14
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-50/+36
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 216-4562/+15966
2019-03-06IB/hfi1: Close race condition on user context disable and closeGravatar Michael J. Ruhl 2-6/+10
2019-03-06RDMA/umem: Revert broken 'off by one' fixGravatar John Hubbard 1-3/+6
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 2-2/+4
2019-03-04RDMA/umem: minor bug fix in error handling pathGravatar John Hubbard 1-3/+6
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpGravatar YueHaibing 1-1/+1
2019-03-04cxgb4: kfree mhp after the debug printGravatar Shaobo He 1-1/+1
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorGravatar Michael J. Ruhl 1-10/+23
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingGravatar Mike Marciniszyn 1-10/+16
2019-03-04IB/iser: Fix dma_nents type definitionGravatar Max Gurtovoy 1-1/+1
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRGravatar Moni Shoua 1-1/+1
2019-03-04bnxt_re: Clean cq for kernel consumers onlyGravatar Devesh Sharma 1-1/+1
2019-02-26net: devlink: turn devlink into a built-inGravatar Jakub Kicinski 2-2/+0
2019-02-25RDMA/uverbs: Don't do double free of allocated PDGravatar Leon Romanovsky 1-0/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-12/+13
2019-02-22RDMA: Handle ucontext allocations by IB/coreGravatar Leon Romanovsky 30-337/+194
2019-02-22RDMA/core: Fix a WARN() messageGravatar Dan Carpenter 1-3/+1
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblGravatar Devesh Sharma 3-22/+14
2019-02-22IB/mlx4: Increase the timeout for CM cacheGravatar Håkon Bugge 1-1/+1
2019-02-21IB/core: Abort page fault handler silently during owning process exitGravatar Moni Shoua 1-1/+1
2019-02-21IB/mlx5: Validate correct PD before prefetch MRGravatar Moni Shoua 1-16/+30
2019-02-21IB/mlx5: Protect against prefetch of invalid MRGravatar Moni Shoua 4-23/+102
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenGravatar Leon Romanovsky 1-1/+1
2019-02-21IB/hfi1: Add missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-02-21Merge branch 'mlx5-next' into rdma.git for-nextGravatar Jason Gunthorpe 3-77/+101
2019-02-20drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Gravatar Davidlohr Bueso 1-1/+1
2019-02-19RDMA/core: Verify that memory window type is legalGravatar Noa Osherovich 1-0/+5
2019-02-19RDMA/iwcm: Fix string truncation errorGravatar Leon Romanovsky 1-3/+3
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockGravatar Yuval Shaia 1-8/+7
2019-02-19iw_cxgb4: Make function read_tcb() staticGravatar Wei Yongjun 1-1/+1
2019-02-19RDMA/hns: Bugfix for set hem of SCCGravatar Yangyang Li 1-0/+3
2019-02-19RDMA/hns: Modify qp&cq&pd specification according to UMGravatar Lijun Ou 1-5/+5
2019-02-19rdma_rxe: Use netlink messages to add/delete linksGravatar Steve Wise 8-13/+46
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportGravatar Steve Wise 1-0/+122
2019-02-19IB/usnic: Fix deadlockGravatar Parvi Kaustubhi 3-28/+19
2019-02-19RDMA/rxe: Close a race after ib_register_deviceGravatar Jason Gunthorpe 5-12/+30
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeGravatar Jason Gunthorpe 6-33/+32
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIGravatar Jason Gunthorpe 8-87/+30
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationGravatar Jason Gunthorpe 1-36/+206
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingGravatar Jason Gunthorpe 4-47/+38
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Gravatar Jason Gunthorpe 1-12/+107
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevGravatar Jason Gunthorpe 5-38/+164
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataGravatar Jason Gunthorpe 1-58/+31
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeGravatar Jason Gunthorpe 3-63/+35