summaryrefslogtreecommitdiff
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-07-251-1/+2
|\
| * mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-07-221-1/+2
* | Merge remote-tracking branch 'rdma/for-next'Stephen Rothwell2018-07-2512-371/+445
|\ \ | |/ |/|
| * 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-102-28/+36
| * IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-092-8/+3
| * IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe2018-07-091-16/+19
| * IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-092-12/+12
| * IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-6/+3
| * IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe2018-07-091-0/+5
| * RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe2018-07-041-9/+22
| * RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe2018-07-041-8/+9
| * RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-041-14/+21
| * RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-042-13/+24
| * RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-042-34/+48
| * RDMA/uverbs: Simplify method definition macrosJason Gunthorpe2018-07-042-51/+40
| * RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-98/+74
| * RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-1/+1
| * include/rdma/opa_addr.h: Fix an endianness issueBart Van Assche2018-07-031-1/+1
| * IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-292-8/+49
| * RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-251-2/+0
| * RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky2018-06-251-2/+0
| * RDMA/core: Remove unused ib cache functionsJason Gunthorpe2018-06-251-39/+0
| * IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-46/+3
| * IB/cm: Pass the sgid_attr through various eventsParav Pandit2018-06-251-0/+3
| * IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit2018-06-251-0/+2
| * IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+7
| * IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe2018-06-221-4/+0
| * IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-13/+17
| * IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas2018-06-191-0/+2
| * IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODSYishai Hadas2018-06-192-2/+4
| * IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak2018-06-191-0/+2
| * IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak2018-06-191-1/+35
| * 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/+0
| * IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe2018-06-181-0/+17
| * IB/core: Introduce GID attribute get, put and hold APIsParav Pandit2018-06-181-0/+4
| * RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-2/+1
| * IB/core: Introduce GID entry reference countsParav Pandit2018-06-181-0/+1
* | 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
* | Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-121-4/+1
|/
* RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky2018-06-051-1/+1
* RDMA/core: introduce check masks for T10-PI offloadMax Gurtovoy2018-06-041-0/+13
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-042-2/+52
|\