summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-122-43/+14Star
|\
* | 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/uverbs: Don't do double free of allocated PDLeon Romanovsky2019-02-251-0/+1
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-17/+17
* | RDMA/core: Fix a WARN() messageDan Carpenter2019-02-221-3/+1Star
* | IB/core: Abort page fault handler silently during owning process exitMoni Shoua2019-02-221-1/+1
* | RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-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/+7Star
* | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-201-0/+122
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-201-0/+9
* | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-201-0/+28
* | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-201-36/+206
* | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-201-12/+107
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-205-38/+164
* | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31Star
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-193-63/+35Star
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-198-42/+37Star
* | RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2Star
* | 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-191-0/+18
* | RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-191-0/+20
* | RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-193-78/+43Star
* | RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-194-34/+111
* | RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky2019-02-191-2/+0Star
* | RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky2019-02-191-61/+129
* | RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky2019-02-191-0/+25
* | RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky2019-02-192-38/+78
* | RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-163-13/+14
* | RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-161-29/+35
* | RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-162-5/+3Star
* | RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe2019-02-151-2/+1Star
* | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-155-28/+44
* | RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing2019-02-141-2/+0Star
* | RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-091-140/+221
* | RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-091-178/+170Star
* | RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-091-5/+45
* | RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe2019-02-091-11/+17
* | RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-091-6/+2Star
* | RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2019-02-092-29/+15Star
* | RDMA/device: Ensure that security memory is always freedJason Gunthorpe2019-02-093-12/+6Star
* | RDMA/device: Check that the rename is nop under the lockJason Gunthorpe2019-02-091-4/+6
* | RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-094-17/+29
* | RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-091-0/+2
* | IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-093-22/+34
* | IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens2019-02-091-2/+6
* | IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens2019-02-091-1/+2
* | RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise2019-02-091-0/+2