summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-6/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-8/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-121-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-0722-268/+642
|\
| * RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky2018-06-051-1/+1
| * infiniband: fix a possible use-after-free bugCong Wang2018-06-041-1/+5
| * Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-048-28/+253
| |\
| | * IB/uverbs: Add support for flow countersRaed Salem2018-06-022-11/+71
| | * IB/core: Support passing uhw for create_flowMatan Barak2018-06-022-2/+7
| | * IB/uverbs: Add read counters supportRaed Salem2018-06-021-1/+58
| | * IB/uverbs: Add create/destroy counters supportRaed Salem2018-06-024-2/+104
| | * IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak2018-06-022-13/+14
| * | RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky2018-06-011-4/+7
| * | RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky2018-06-011-1/+0
| * | RDMA/cma: Ignore unknown eventLeon Romanovsky2018-06-011-1/+1
| * | RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky2018-06-011-1/+3
| * | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)2018-05-301-1/+41
| * | RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe2018-05-293-15/+2
| * | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-16/+2
| |\ \
| | * | IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein2018-05-281-10/+1
| * | | IB/core: Introduce and use rdma_gid_table()Parav Pandit2018-05-241-10/+15
| * | | IB/core: Reduce the places that use zgidParav Pandit2018-05-241-5/+14
| * | | RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky2018-05-241-2/+2
| * | | IB/core: Remove duplicate declaration of gid_cache_wqParav Pandit2018-05-241-2/+0
| * | | RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpersSteve Wise2018-05-221-0/+28
| * | | IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich2018-05-161-0/+12
| * | | IB/uverbs: Introduce a GRE steering match filterAriel Levkovich2018-05-161-0/+11
| * | | IB/cm: Store and restore ah_attr during CM message processingParav Pandit2018-05-161-2/+14
| * | | IB/cm: Store and restore ah_attr during LAP msg processingParav Pandit2018-05-161-3/+29
| * | | IB/cm: Avoid AV ah_attr overwriting during LAP message handlingParav Pandit2018-05-161-8/+8
| * | | IB/core: Remove redundant returnYuval Shaia2018-05-151-2/+0
| * | | RDMA/NLDEV: remove mr iova attributeSteve Wise2018-05-151-3/+0
| * | | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-0910-74/+148
| |\ \ \
| * | | | IB/core: Reuse gid_table_release_one() in table allocation failureParav Pandit2018-05-091-26/+16
| * | | | IB/core: Make gid_table_reserve_default() return voidParav Pandit2018-05-091-13/+5
| * | | | RDMA/nldev: helper functions to add driver attributesSteve Wise2018-05-031-0/+66
| * | | | RDMA/nldev: add driver-specific resource trackingSteve Wise2018-05-032-0/+36
| * | | | RDMA/nldev: Add explicit pad attributeSteve Wise2018-05-031-11/+15
| * | | | IB/core: Use CONFIG_SECURITY_INFINIBAND to compile out security codeParav Pandit2018-05-012-5/+2
| * | | | RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe2018-04-172-39/+5
| * | | | RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe2018-04-171-18/+40
| * | | | RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe2018-04-171-71/+25
| | |_|/ | |/| |
* | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-065-18/+18
|\ \ \ \
| * | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-065-18/+18
| | |/ / | |/| |
* | | | IB/core: Fix error code for invalid GID entryParav Pandit2018-05-291-1/+1
| |_|/ |/| |
* | | IB/umem: Use the correct mm during ib_umem_releaseLidong Chen2018-05-151-6/+1
|/ /
* | RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit2018-05-031-7/+0
* | IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge2018-04-301-2/+2
* | IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich2018-04-272-0/+2