summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-02-21IB/core: Abort page fault handler silently during owning process exitMoni Shoua-1/+1
2019-02-21IB/mlx5: Validate correct PD before prefetch MRMoni Shoua-16/+30
2019-02-21IB/mlx5: Protect against prefetch of invalid MRMoni Shoua-23/+102
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky-1/+1
2019-02-21IB/hfi1: Add missing break in switch statementGustavo A. R. Silva-0/+1
2019-02-21Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe-364/+685
2019-02-20drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso-1/+1
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich-0/+5
2019-02-19RDMA/iwcm: Fix string truncation errorLeon Romanovsky-3/+3
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia-8/+7
2019-02-19iw_cxgb4: Make function read_tcb() staticWei Yongjun-1/+1
2019-02-19RDMA/hns: Bugfix for set hem of SCCYangyang Li-0/+3
2019-02-19RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou-5/+5
2019-02-19lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise-1/+1
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise-13/+46
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise-2/+144
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi-28/+19
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe-12/+35
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe-33/+32
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe-87/+30
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe-36/+217
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe-47/+38
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe-13/+116
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe-38/+171
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe-59/+33
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe-94/+78
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe-46/+53
2019-02-19RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky-5/+2
2019-02-19RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky-1/+11
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky-0/+19
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky-0/+29
2019-02-19RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky-78/+43
2019-02-19net/mlx5: Factor out HCA capabilities functionsLeon Romanovsky-15/+31
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky-66/+114
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky-3/+2
2019-02-18RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky-61/+129
2019-02-18RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky-0/+28
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky-45/+93
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit-13/+14
2019-02-15RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit-29/+35
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit-5/+3
2019-02-15RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky-29/+3
2019-02-15RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky-9/+1
2019-02-15IB/hfi1: Fix a build warning for TID RDMA READKaike Wan-0/+1
2019-02-15RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe-2/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch-155/+194
2019-02-15IB/verbs: Add helper function rdma_udata_to_drv_contextShamir Rabinovitch-0/+17
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch-35/+58
2019-02-14IB/ipoib: Use __func__ instead of function's nameErez Alfasi-2/+2
2019-02-14RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing-2/+0