summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-10264-5014/+16710
|\
| * net/mlx5: ODP support for XRC transport is not enabled by default in FWMoni Shoua2019-03-061-16/+23
| * 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-2231-340/+198
| * 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-221-1/+1
| * IB/mlx5: Validate correct PD before prefetch MRMoni Shoua2019-02-221-16/+30
| * IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-224-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-2129-364/+685
| |\
| | * net/mlx5: Factor out HCA capabilities functionsLeon Romanovsky2019-02-191-15/+31
| * | 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-201-0/+5
| * | RDMA/iwcm: Fix string truncation errorLeon Romanovsky2019-02-201-3/+3
| * | RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-201-8/+7
| * | iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-201-1/+1
| * | RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-201-0/+3
| * | RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-201-5/+5
| * | lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise2019-02-201-1/+1
| * | rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-208-13/+46
| * | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-204-2/+144
| * | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-203-28/+19
| * | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-206-12/+35
| * | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-206-33/+32
| * | RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-208-87/+30
| * | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-202-36/+217
| * | RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-204-47/+38
| * | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-202-13/+116
| * | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-206-38/+171
| * | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-192-59/+33
| * | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-194-94/+78
| * | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-1912-46/+53
| * | RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2
| * | RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2019-02-192-1/+11
| * | RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky2019-02-192-0/+19
| * | RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-192-0/+29
| * | RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-193-78/+43