aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-06-18RDMA/efa: Handle mmap insertions overflowGravatar Gal Pressman 1-5/+16
2019-06-17RDMA/efa: Fix success return value in case of errorGravatar Gal Pressman 1-6/+18
2019-06-17IB/hfi1: Handle port down properly in pioGravatar Mike Marciniszyn 4-7/+8
2019-06-17IB/hfi1: Handle wakeup of orphaned QPs for pioGravatar Mike Marciniszyn 1-0/+16
2019-06-17IB/hfi1: Wakeup QPs orphaned on wait list after flushGravatar Mike Marciniszyn 1-0/+17
2019-06-17IB/hfi1: Use aborts to trigger RC throttlingGravatar Mike Marciniszyn 3-4/+37
2019-06-17IB/hfi1: Create inline to get extended headersGravatar Mike Marciniszyn 2-20/+32
2019-06-17IB/hfi1: Silence txreq allocation warningsGravatar Mike Marciniszyn 2-2/+3
2019-06-17IB/hfi1: Avoid hardlockup with flushlist_lockGravatar Mike Marciniszyn 1-6/+3
2019-06-11IB/hfi1: Correct tid qp rcd to match verbs contextGravatar Mike Marciniszyn 3-3/+15
2019-06-11IB/hfi1: Close PSM sdma_progress sleep windowGravatar Mike Marciniszyn 2-9/+4
2019-06-11IB/hfi1: Validate fault injection opcode user inputGravatar Kaike Wan 1-0/+5
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-36/+4
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 16-35/+94
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 4-36/+4
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-05-29RDMA/efa: Remove MAYEXEC flag check from mmap flowGravatar Gal Pressman 1-1/+0
2019-05-29mlx5: avoid 64-bit divisionGravatar Michal Kubecek 2-3/+8
2019-05-29IB/hfi1: Validate page aligned for a given virtual addressGravatar Kamenee Arumugam 1-0/+3
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueGravatar Mike Marciniszyn 3-4/+2
2019-05-29IB/hfi1: Insure freeze_work work_struct is canceled on shutdownGravatar Mike Marciniszyn 1-0/+1
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Gravatar Mike Marciniszyn 1-1/+2
2019-05-27RDMA/core: Fix panic when port_data isn't initializedGravatar Kamal Heib 1-5/+9
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGravatar Gal Pressman 2-5/+6
2019-05-27RDMA/core: Clear out the udata before error unwindGravatar Jason Gunthorpe 3-6/+19
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 39-0/+39
2019-05-21RDMA/hns: Fix PD memory leak for internal allocationGravatar Leon Romanovsky 1-0/+1
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerGravatar Leon Romanovsky 2-10/+43
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 39-0/+39
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-12/+13
2019-05-17net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexGravatar Parav Pandit 2-12/+13
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 5-29/+37
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionGravatar Jérôme Glisse 1-2/+3
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-1/+1
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMGravatar Ira Weiny 3-10/+12
2019-05-14IB/mlx5: Verify DEVX general object type correctlyGravatar Yishai Hadas 1-3/+10
2019-05-13RDMA/core: Change system parameters callback from dumpit to doitGravatar Parav Pandit 1-12/+15
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrGravatar Jason Gunthorpe 3-14/+12
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 219-4314/+11018
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 12-59/+62
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-1/+0
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 4-4/+4
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portGravatar Leon Romanovsky 1-1/+12
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventGravatar Dennis Dalessandro 3-4/+1
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedGravatar Leon Romanovsky 1-0/+9
2019-05-07RDMA/efa: Add driver to Kconfig/MakefileGravatar Gal Pressman 4-0/+26