summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-3/+4
* RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-201-0/+3
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-201-0/+5
* RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-201-0/+11
* RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-201-1/+9
* RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-201-0/+7
* RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-1/+2
* RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-31/+43
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-0/+10
* RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-191-4/+3Star
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-2/+0Star
* RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-091-0/+1
* RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-091-7/+16
* RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-091-1/+2
* RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-091-6/+0Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-4/+5
* RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-091-0/+13
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+22
|\
| * RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-2/+22
* | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-27/+0Star
* | IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua2019-02-041-0/+1
* | IB/core: Allocate a bit for SRQ ODP supportMoni Shoua2019-02-041-0/+1
* | RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2019-01-311-0/+5
* | RDMA: Add indication for in kernel API support to IB deviceGal Pressman2019-01-311-0/+5
* | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+7
* | RDMA/srp: Increase max_segment_sizeBart Van Assche2019-01-301-0/+13
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-0/+23
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-3/+7
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-0/+1
* | RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky2019-01-091-2/+0Star
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-2/+8
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-2/+9
* IB/uverbs: Add support to advise_mrMoni Shoua2018-12-181-0/+4
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-290/+13Star
* RDMA/core: Introduce ib_device_opsKamal Heib2018-12-111-0/+242
* IB/core: Add new IB ratesMichael Guralnik2018-12-111-1/+5
* IB/core: Add 2X port widthMichael Guralnik2018-12-111-0/+2
* IB/core: Add CapabilityMask2 to port attributesMichael Guralnik2018-12-111-0/+1
* RDMA/restrack: Track ucontextLeon Romanovsky2018-12-031-0/+4
* RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-271-2/+2
* RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-271-1/+1
* RDMA/core: Sync unregistration with netlink commandsParav Pandit2018-11-221-1/+7
* RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-221-1/+1
* RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hParav Pandit2018-11-221-3/+0Star
* IB/uverbs: fix a typoRami Rosen2018-11-061-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-56/+93
|\
| * RDMA/core: Allow existing drivers to set one sysfs group per deviceParav Pandit2018-10-171-2/+28
| * RDMA/core: Rename ports_parent to ports_kobjParav Pandit2018-10-161-1/+1
| * IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2018-10-041-1/+1
| * RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-3/+1Star