summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-09-01IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl4-86/+59
2018-09-01IB/hfi1: tune_pcie_caps is arbitrarily placed, poorlyMichael J. Ruhl3-10/+15
2018-09-01IB/hfi1: Remove duplicated definesMichael J. Ruhl1-10/+0
2018-09-01IB/hfi1: Rework file list in MakefileDennis Dalessandro1-6/+34
2018-08-31IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2018-08-31IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2018-08-31IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit1-24/+11
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit1-4/+3
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit2-8/+8
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit2-19/+19
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit4-24/+13
2018-08-30IB/rxe: remove redudant qpn checkZhu Yanjun1-2/+2
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel3-4/+15
2018-08-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-4/+22
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko3-12/+34
2018-08-22IB/ucm: fix UCM link errorArnd Bergmann1-1/+1
2018-08-20IB/hfi1: Invalid NUMA node information can cause a divide by zeroMichael J. Ruhl1-3/+21
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe7-21/+14
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe13-56/+135
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+4
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-4/+20
2018-08-16RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2-2/+5
2018-08-15IB/core: Change filter function return type from int to boolParav Pandit2-31/+43
2018-08-15IB/core: Update GID entries for netdevice whose mac address changesParav Pandit1-6/+7
2018-08-15IB/core: Add default GIDs of the bond master netdevParav Pandit1-29/+59
2018-08-15IB/core: Consider adding default GIDs of bond deviceParav Pandit1-1/+23
2018-08-15IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit1-9/+62
2018-08-15IB/core: Avoid confusing del_netdev_default_ipsParav Pandit1-13/+10
2018-08-15IB/core: Add comment for change upper netevent handlingParav Pandit1-16/+39
2018-08-15qedr: Add user space support for SRQYuval Bason2-44/+191
2018-08-15qedr: Add support for kernel mode SRQ'sYuval Bason5-13/+458
2018-08-15qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason4-29/+31
2018-08-15IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe1-1/+1
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-6/+4
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki1-6/+4
2018-08-14IB/ucm: Fix compiling ucm.cJason Gunthorpe2-6/+6
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2018-08-13IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe1-28/+13
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe6-742/+2
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe3-269/+210
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2-65/+38
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe1-20/+89
2018-08-11IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2-35/+64
2018-08-11IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe1-55/+57
2018-08-11IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe3-51/+57
2018-08-11IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe5-3/+408
2018-08-11IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe5-49/+50