aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-44/+96
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-35/+94
2019-06-03Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-10/+11
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal3-10/+25
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal4-8/+19
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-10/+11
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2-10/+11
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-29RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman1-1/+0
2019-05-29mlx5: avoid 64-bit divisionMichal Kubecek2-3/+8
2019-05-29IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam1-0/+3
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn3-4/+2
2019-05-29IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn1-0/+1
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib1-5/+9
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2-5/+6
2019-05-27RDMA/core: Clear out the udata before error unwindJason Gunthorpe3-6/+19
2019-05-26qed*: Add iWARP 100g supportMichal Kalderon1-0/+13
2019-05-26qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon2-2/+9
2019-05-26qed*: Change hwfn used for sb initializationMichal Kalderon1-1/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds39-0/+39
2019-05-21RDMA/hns: Fix PD memory leak for internal allocationLeon Romanovsky1-0/+1
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2-10/+43
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner39-0/+39
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+13
2019-05-17net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2-12/+13
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-29/+37
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-2/+3
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+1
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny3-10/+12
2019-05-14IB/mlx5: Verify DEVX general object type correctlyYishai Hadas1-3/+10
2019-05-13RDMA/core: Change system parameters callback from dumpit to doitParav Pandit1-12/+15
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe3-14/+12
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds219-4314/+11018
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-59/+62
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds4-4/+4
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky1-1/+12
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro3-4/+1
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky1-0/+9
2019-05-07RDMA/efa: Add driver to Kconfig/MakefileGal Pressman4-0/+26
2019-05-07RDMA/efa: Add the efa moduleGal Pressman1-0/+533
2019-05-07RDMA/efa: Add EFA verbs implementationGal Pressman1-0/+1825
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds15-74/+1