aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-1812-151/+135
|\
| * RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche2017-10-181-10/+3
| * RDMA/iwcm: Remove a set-but-not-used variableBart Van Assche2017-10-141-3/+0
| * RDMA/cma: Avoid triggering undefined behaviorBart Van Assche2017-10-141-4/+7
| * IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
| * IB/core: remove redundant check on prot_sg_cntColin Ian King2017-10-101-14/+10
| * IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-102-19/+17
| * IB/core: Do not warn on lid conversions for OPADon Hiatt2017-10-041-1/+10
| * IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2017-09-272-80/+67
| * IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann2017-09-273-20/+20
| * IB/core: fix spelling mistake: "aceess" -> "access"Colin Ian King2017-09-271-1/+1
* | IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit2017-10-181-1/+1
* | IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit2017-10-181-1/+15
* | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-3/+5
* | IB/core: Introduce and use rdma_create_user_ahParav Pandit2017-10-183-12/+40
* | RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2017-09-292-0/+13
* | IB/core: Fix qp_sec use after free accessParav Pandit2017-09-251-1/+3
* | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-251-7/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-231-2/+2
|\
| * IB/core: Fix for core panicAlex Estrin2017-09-221-2/+2
* | Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-091-0/+24
|\ \
| * | rdma core: Add rdma_rw_mr_payload()Chuck Lever2017-09-051-0/+24
* | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-082-3/+3
* | | RDMA/netlink: clean up message validity array initializerLinus Torvalds2017-09-081-6/+5
* | | RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky2017-09-081-3/+4
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0329-578/+2718
|\ \ \ | | |/ | |/|
| * | IB/core: Expose ioctl interface through experimental KconfigMatan Barak2017-08-312-0/+8
| * | IB/core: Assign root to all driversMatan Barak2017-08-312-0/+19
| * | IB/core: Add completion queue (cq) object actionsMatan Barak2017-08-311-1/+137
| * | IB/core: Add legacy driver's user-dataMatan Barak2017-08-311-0/+40
| * | IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2017-08-311-0/+35
| * | IB/core: Add uverbs merge trees functionalityMatan Barak2017-08-312-1/+667
| * | IB/core: Add DEVICE object and root tree structureMatan Barak2017-08-311-0/+17
| * | IB/core: Declare an object instead of declaring only type attributesMatan Barak2017-08-311-64/+48
| * | IB/core: Add new ioctl interfaceMatan Barak2017-08-314-1/+416
| * | IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier2017-08-311-0/+2
| * | IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier2017-08-311-19/+44
| * | IB/core: Add support to finalize objects in one transactionMatan Barak2017-08-302-1/+61
| * | IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2017-08-302-0/+75
| * | IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov2017-08-291-0/+10
| * | IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov2017-08-291-1/+5
| * | IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2017-08-292-17/+26
| * | Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-247-135/+77
| |\ \
| | * | RDMA/core: Refactor get link layer wrapperLeon Romanovsky2017-08-241-9/+5
| | * | RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky2017-08-241-13/+7
| | * | RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-244-35/+12
| | * | IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit2017-08-241-76/+51
| | * | IB/cma: Fix erroneous validation of supported default GID typeLeon Romanovsky2017-08-241-2/+2
| * | | IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier2017-08-241-4/+7
| |/ /
| * | Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-242-5/+13
| |\ \