aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds45-842/+58
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-3/+3
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds36-258/+1312
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds114-2443/+15336
2017-02-22RDMA/bnxt_re: fix for "bnxt_en: Update to firmware interface spec 1.7.0."Stephen Rothwell1-2/+2
2017-02-22rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-1038/+864
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-13/+13
2017-02-19IB/srp: Drain the send queue before destroying a QPBart Van Assche1-5/+14
2017-02-19IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche2-22/+17
2017-02-19IB/srp: Improve an error pathBart Van Assche1-1/+2
2017-02-19IB/srp: Make a diagnostic message more informativeBart Van Assche1-2/+3
2017-02-19IB/srp: Document locking conventionsBart Van Assche1-0/+5
2017-02-19IB/srp: Fix race conditions related to task managementBart Van Assche2-16/+30
2017-02-19IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche1-1/+3
2017-02-19IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche1-9/+3
2017-02-19RDMA/qedr: Fix some error handlingChristophe Jaillet1-4/+6
2017-02-19RDMA/bnxt_re: add DCB dependencyArnd Bergmann1-1/+1
2017-02-19IB/hns: include linux/module.hArnd Bergmann1-0/+1
2017-02-19IB/vmw_pvrdma: Expose vendor error to ULPsYuval Shaia1-1/+1
2017-02-19vmw_pvrdma: switch to pci_alloc_irq_vectorsChristoph Hellwig3-142/+34
2017-02-19IB/hfi1: use size_t for passing array lengthArnd Bergmann1-1/+1
2017-02-19IB/ipoib: Remove redudant labelZhu Yanjun1-4/+3
2017-02-19IB/ipoib: remove the unnecessary memory freeZhu Yanjun1-1/+3
2017-02-19IB/mthca: switch to pci_alloc_irq_vectorsChristoph Hellwig1-13/+11
2017-02-19IB/hfi1: Code reuse with memdup_copyMichael J. Ruhl3-48/+25
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt7-33/+33
2017-02-19IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt1-0/+11
2017-02-19IB/hfi1: Do not set physical link state if DC is in the shutdown stateMichael J. Ruhl1-8/+10
2017-02-19IB/hfi1: Modify logging frequency of DCC errorsJakub Byczkowski2-9/+15
2017-02-19IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2-2/+2
2017-02-19IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty4-94/+9
2017-02-19IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty5-94/+7
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty7-37/+38
2017-02-19IB/qib: Use new rdmavt timersVenkata Sandeep Dhanalakota5-122/+21
2017-02-19IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota5-235/+16
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota1-2/+181
2017-02-19IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty12-352/+234
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty13-99/+58
2017-02-19IB/hfi1: Check upper-case EFI variablesSebastian Sanchez1-4/+22
2017-02-19IB/hfi1: Reduce oversized fields in struct hfi1_packetSebastian Sanchez1-4/+3
2017-02-19IB/hfi1: Add additional fields to qp_statsMike Marciniszyn1-1/+3
2017-02-19IB/hfi1: Allocate context data on memory nodeSebastian Sanchez1-8/+9
2017-02-19IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez1-21/+38
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez6-11/+16
2017-02-19IB/hfi1: Correct error calldown lockingMike Marciniszyn1-8/+11
2017-02-19IB/hfi1: Use static CTLE with Preset 6 for integrated HFIsEaswar Hariharan1-2/+2
2017-02-19IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn2-6/+8
2017-02-19IB/hfi1: Process qp wait list in IRQ thread periodicallyMike Marciniszyn1-54/+67