aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch1-14/+0
2018-09-11RDMA/core: Document QP @event_handler functionChuck Lever1-0/+2
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit1-2/+3
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe1-0/+3
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit1-0/+3
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky1-1/+1
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein1-3/+6
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-5/+8
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe1-1/+1
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe1-1/+1
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-1/+5
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-2/+1
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe1-2/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-15/+15
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-5/+6
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-0/+5
2018-07-24IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)() argumentBart Van Assche1-3/+9
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas1-0/+14
2018-07-24IB: Support ib_flow creation in driversYishai Hadas1-0/+1
2018-07-23IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe1-13/+10
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas1-0/+3
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-1/+12