summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-04-24RDMA/ucontext: Fix regression with disassociateJason Gunthorpe
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-03-06RDMA/umem: Revert broken 'off by one' fixJohn Hubbard
2019-03-04RDMA/umem: minor bug fix in error handling pathJohn Hubbard
2019-02-25RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-22RDMA/core: Fix a WARN() messageDan Carpenter
2019-02-21IB/core: Abort page fault handler silently during owning process exitMoni Shoua
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich
2019-02-19RDMA/iwcm: Fix string truncation errorLeon Romanovsky
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-19RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky
2019-02-19RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky
2019-02-19RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky
2019-02-18RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky
2019-02-18RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit
2019-02-15RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit
2019-02-15RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
2019-02-14RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe
2019-02-08RDMA/device: Check that the rename is nop under the lockJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky