summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Map iWarp AH type to undefined in rdma_ah_find_typeDon Hiatt2018-02-011-6/+14
* IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-011-6/+4
* IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez2018-02-011-0/+5
* IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-011-0/+4
* RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-292-0/+176
* RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-291-3/+10
* RDMA/core: Use the MODNAME instead of the function name for pd callersLeon Romanovsky2018-01-291-1/+1
* RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-291-5/+0
* RDMA/core: Simplify rdma_addr_get_sgid() to not support RoCEParav Pandit2018-01-191-26/+7
* RDMA/cma: Introduce API to read GIDs for multiple transportsParav Pandit2018-01-191-0/+19
* RDMA/core: Clarify rdma_ah_find_typeParav Pandit2018-01-151-2/+1
* IB/core: Fix ib_wc structure size to remain in 64 bytes boundaryBodong Wang2018-01-151-1/+1
* RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2018-01-101-4/+4
* {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-081-0/+8
* IB/core: Introduce driver QP typeMoni Shoua2018-01-081-0/+1
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-7/+11
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-0/+13
* IB/SA: Check dlid before SA agent queries for ClassPortInfoVenkata Sandeep Dhanalakota2017-12-221-0/+16
* IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit2017-12-181-4/+4
* IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-5/+5
* IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit2017-12-181-2/+1
* RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-1/+1
* IB/core: Removed unused functionParav Pandit2017-12-181-1/+0
* IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2017-12-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-157-35/+63
|\
| * RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2017-11-131-2/+2
| * IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+6
| * IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2017-11-131-0/+4
| * RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2017-11-131-2/+3
| * IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich2017-11-101-0/+4
| * RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky2017-11-101-4/+0
| * Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-184-14/+14
| |\
| | * IB/core: Fix endianness annotation in rdma_is_multicast_addr()Bart Van Assche2017-10-141-2/+2
| | * IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-6/+6
| | * IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez2017-10-041-3/+3
| | * IB/core: Use __be32 for LIDs in opa_is_extended_lidDon Hiatt2017-10-041-3/+3
| * | IB/core: Fix calculation of maximum RoCE MTUParav Pandit2017-10-182-11/+15
| * | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-2/+0
| * | IB/core: Introduce and use rdma_create_user_ahParav Pandit2017-10-181-0/+15
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
* | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-251-2/+2
|/
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-091-0/+2
|\
| * rdma core: Add rdma_rw_mr_payload()Chuck Lever2017-09-051-0/+2
* | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-082-5/+8
* | IB/core: Assign root to all driversMatan Barak2017-08-312-0/+26
* | IB/core: Add legacy driver's user-dataMatan Barak2017-08-311-0/+46
* | IB/core: Export ioctl enum types to user-spaceMatan Barak2017-08-311-17/+1
* | IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2017-08-311-0/+1
* | IB/core: Add macros for declaring methods and attributesMatan Barak2017-08-311-1/+104