summaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds7-35/+63
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky1-2/+2
2017-11-13IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen1-0/+6
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen1-0/+4
2017-11-13RDMA/core: Make function rdma_copy_addr return voidYuval Shaia1-2/+3
2017-11-10IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich1-0/+4
2017-11-10RDMA/umem: Avoid partial declaration of non-static functionLeon Romanovsky1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford4-14/+14
2017-10-18IB/core: Fix calculation of maximum RoCE MTUParav Pandit2-11/+15
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-2/+0
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit1-0/+15
2017-10-14IB/core: Fix endianness annotation in rdma_is_multicast_addr()Bart Van Assche1-2/+2
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche1-6/+6
2017-10-04IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez1-3/+3
2017-10-04IB/core: Use __be32 for LIDs in opa_is_extended_lidDon Hiatt1-3/+3
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky1-2/+2
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso2-5/+8
2017-09-05rdma core: Add rdma_rw_mr_payload()Chuck Lever1-0/+2
2017-08-31IB/core: Assign root to all driversMatan Barak2-0/+26
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak1-0/+46
2017-08-31IB/core: Export ioctl enum types to user-spaceMatan Barak1-17/+1
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak1-0/+1
2017-08-31IB/core: Add macros for declaring methods and attributesMatan Barak1-1/+104
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak1-1/+39
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak2-0/+53
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak3-35/+59
2017-08-31IB/core: Add new ioctl interfaceMatan Barak2-9/+94
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak1-0/+53
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak1-0/+52
2017-08-29IB/core: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-2/+8
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-11/+20
2017-08-29IB/core: Add XRQ capabilitiesArtemy Kovalyov1-0/+19
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2-0/+4
2017-08-28IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn1-0/+29
2017-08-24RDMA/core: Cleanup device capability enumLeon Romanovsky1-3/+3
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-2/+2
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-0/+1
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich1-0/+1
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe1-0/+12
2017-08-22IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame1-1/+1
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli1-1/+1
2017-08-22IB/hfi1: Add 16B UD supportDon Hiatt1-0/+1
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2-2/+17
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-3/+0
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt1-0/+18
2017-08-22IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez1-1/+0
2017-08-18Add OPA extended LID supportHiatt, Don1-6/+20