summaryrefslogtreecommitdiff
path: root/include/rdma/ib_verbs.h
AgeCommit message (Expand)Author
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
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/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-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
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: Get rid of reg_stateJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche
2019-02-04IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua
2019-02-04IB/core: Allocate a bit for SRQ ODP supportMoni Shoua
2019-01-30RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-30RDMA/srp: Increase max_segment_sizeBart Van Assche
2019-01-21RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-08RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18IB/uverbs: Add support to advise_mrMoni Shoua
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-11RDMA/core: Introduce ib_device_opsKamal Heib
2018-12-11IB/core: Add new IB ratesMichael Guralnik
2018-12-11IB/core: Add 2X port widthMichael Guralnik
2018-12-11IB/core: Add CapabilityMask2 to port attributesMichael Guralnik
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe
2018-11-21RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hParav Pandit
2018-11-06IB/uverbs: fix a typoRami Rosen
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-17RDMA/core: Allow existing drivers to set one sysfs group per deviceParav Pandit
2018-10-16RDMA/core: Rename ports_parent to ports_kobjParav Pandit
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov