aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-04IB/iser: Fix dma_nents type definitionMax Gurtovoy1-1/+1
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua1-1/+1
2019-03-04bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma1-1/+1
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski2-2/+0
2019-02-25RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky1-0/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+13
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky30-337/+194
2019-02-22RDMA/core: Fix a WARN() messageDan Carpenter1-3/+1
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma3-22/+14
2019-02-22IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge1-1/+1
2019-02-21IB/core: Abort page fault handler silently during owning process exitMoni Shoua1-1/+1
2019-02-21IB/mlx5: Validate correct PD before prefetch MRMoni Shoua1-16/+30
2019-02-21IB/mlx5: Protect against prefetch of invalid MRMoni Shoua4-23/+102
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky1-1/+1
2019-02-21IB/hfi1: Add missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-21Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe3-77/+101
2019-02-20drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso1-1/+1
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich1-0/+5
2019-02-19RDMA/iwcm: Fix string truncation errorLeon Romanovsky1-3/+3
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia1-8/+7
2019-02-19iw_cxgb4: Make function read_tcb() staticWei Yongjun1-1/+1
2019-02-19RDMA/hns: Bugfix for set hem of SCCYangyang Li1-0/+3
2019-02-19RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou1-5/+5
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise8-13/+46
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise1-0/+122
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi3-28/+19
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe5-12/+30
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe6-33/+32
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe8-87/+30
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe1-36/+206
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe4-47/+38
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe1-12/+107
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe5-38/+164
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe1-58/+31
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe3-63/+35
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe10-46/+42
2019-02-19RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky1-5/+2
2019-02-19RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2-1/+11
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky1-0/+18
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky1-0/+20
2019-02-19RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky3-78/+43
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky4-34/+111
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky1-2/+0
2019-02-18RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky1-61/+129
2019-02-18RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky1-0/+25
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky2-38/+78
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit3-13/+14
2019-02-15RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit1-29/+35
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2-5/+3
2019-02-15RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky3-29/+3