summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-2/+22
* 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
| * RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-3/+3
| * RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-211-1/+0Star
| * RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-211-20/+2Star
| * RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-211-12/+20
| * RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-211-1/+3
| * RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-201-0/+22
| * IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe2018-09-181-14/+20
| * RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-111-14/+0Star
| * RDMA/core: Document QP @event_handler functionChuck Lever2018-09-111-0/+2
| * RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit2018-09-061-2/+3
| * Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-061-0/+3
| |\
| | * RDMA/core: Depend on device_add() to add device attributesParav Pandit2018-09-061-0/+3
| * | RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky2018-09-051-1/+1
| * | IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-3/+6
| |/
* | RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-111-0/+7
* | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-111-2/+21
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-5/+8
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-5/+8
| |\
| | * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-5/+8
* | | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-111-1/+1
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-111-1/+1
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-031-1/+5
* | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-2/+1Star
* | | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-2/+2
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-15/+15
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-5/+6
* | | IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-0/+5
* | | IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...Bart Van Assche2018-07-251-3/+9
* | | IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-241-0/+14