aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky1-4/+3
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch1-2/+0
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-0/+1
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-7/+16
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-1/+2
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+0
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-4/+5
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky1-0/+13
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+22
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-27/+0
2019-02-04IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua1-0/+1
2019-02-04IB/core: Allocate a bit for SRQ ODP supportMoni Shoua1-0/+1
2019-01-30RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky1-0/+5
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman1-0/+5
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+7
2019-01-30RDMA/srp: Increase max_segment_sizeBart Van Assche1-0/+13
2019-01-21RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe1-2/+22
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-0/+23
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-3/+7
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-0/+1
2019-01-08RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky1-2/+0
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-2/+8
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-2/+9
2018-12-18IB/uverbs: Add support to advise_mrMoni Shoua1-0/+4
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-290/+13
2018-12-11RDMA/core: Introduce ib_device_opsKamal Heib1-0/+242
2018-12-11IB/core: Add new IB ratesMichael Guralnik1-1/+5
2018-12-11IB/core: Add 2X port widthMichael Guralnik1-0/+2
2018-12-11IB/core: Add CapabilityMask2 to port attributesMichael Guralnik1-0/+1
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky1-0/+4
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-2/+2
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-1/+1
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit1-1/+7
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe1-1/+1
2018-11-21RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hParav Pandit1-3/+0
2018-11-06IB/uverbs: fix a typoRami Rosen1-1/+1
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-56/+93
2018-10-17RDMA/core: Allow existing drivers to set one sysfs group per deviceParav Pandit1-2/+28
2018-10-16RDMA/core: Rename ports_parent to ports_kobjParav Pandit1-1/+1
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-0/+7
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-2/+21
2018-10-03IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor1-1/+1
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-3/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-3/+3
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe1-1/+0
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe1-20/+2
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe1-12/+20
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe1-1/+3
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe1-0/+22
2018-09-17IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe1-14/+20