summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | IB: Support ib_flow creation in driversYishai Hadas2018-07-241-0/+1
* | | IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe2018-07-231-13/+10Star
* | | IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-0/+3
* | | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-1/+12
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-28/+3Star
* | | IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-6/+0Star
* | | IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-6/+3Star
* | | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-1/+1
* | | IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-1/+45
* | | RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-251-2/+0Star
* | | RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky2018-06-251-2/+0Star
* | | IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+7
* | | IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas2018-06-191-0/+2
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe2018-06-181-0/+4
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-4/+4
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-0/+5
* | | IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe2018-06-181-0/+7
* | | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-4/+0Star
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-2/+1Star
* | | IB/core: Introduce GID entry reference countsParav Pandit2018-06-181-0/+1
|/ /