summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* 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
* | IB/core: Add uverbs merge trees functionalityMatan Barak2017-08-311-1/+39
* | IB/core: Add DEVICE object and root tree structureMatan Barak2017-08-312-0/+53
* | IB/core: Declare an object instead of declaring only type attributesMatan Barak2017-08-313-35/+59
* | IB/core: Add new ioctl interfaceMatan Barak2017-08-312-9/+94
* | IB/core: Add support to finalize objects in one transactionMatan Barak2017-08-301-0/+53
* | IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2017-08-301-0/+52
* | IB/core: Add new SRQ type IB_SRQT_TMArtemy Kovalyov2017-08-291-2/+8
* | IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2017-08-291-11/+20
* | IB/core: Add XRQ capabilitiesArtemy Kovalyov2017-08-291-0/+19
* | IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-282-0/+4
* | IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2017-08-281-0/+29
* | RDMA/core: Cleanup device capability enumLeon Romanovsky2017-08-241-3/+3
* | RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-2/+2
* | Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-241-0/+1
|\ \
| * | IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich2017-08-241-0/+1
| |/
* | rdma: Autoload netlink client modulesJason Gunthorpe2017-08-221-0/+12
* | IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame2017-08-221-1/+1
* | IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-1/+1
* | IB/hfi1: Add 16B UD supportDon Hiatt2017-08-221-0/+1
* | IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2017-08-222-2/+17
* | IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-3/+0
* | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-0/+18
* | IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez2017-08-221-1/+0
* | Add OPA extended LID supportHiatt, Don2017-08-181-6/+20