aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04RDMA/qedr: Parse vlan priority as slAmrani, Ram1-0/+2
2017-10-04RDMA/qedr: Parse VLAN ID correctly and ignore the value of zeroAmrani, Ram2-4/+8
2017-08-24RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"Colin Ian King1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram1-0/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram3-0/+4
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2-2/+0
2017-07-20RDMA/qedr: Prevent memory overrun in verbs' user responsesAmrani, Ram1-4/+12
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+45
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2-2/+2
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-3/+3
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon2-2/+2
2017-06-20qed: Chain support for external PBLMintz, Yuval2-4/+4
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2-28/+41
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon1-0/+4
2017-06-09qed*: LL2 callback operationsMichal Kalderon3-58/+188
2017-06-01RDMA/qedr: add null check before pointer dereferenceGustavo A. R. Silva1-4/+6
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2-1/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli4-34/+38
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli4-5/+5
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-04-28RDMA/qedr: add support for send+invalidate in poll CQAmrani, Ram2-38/+63
2017-04-28RDMA/qedr: destroy CQ only after HW releases itAmrani, Ram3-2/+75
2017-04-28RDMA/qedr: enhance destroy flow for GSI QPAmrani, Ram1-10/+11
2017-04-28RDMA/qedr: properly check atomic capabilitiesAmrani, Ram1-31/+46
2017-04-28RDMA/qedr: reset access control when registering a MRAmrani, Ram1-0/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-4/+4
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval5-64/+6
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+5
2017-02-19RDMA/qedr: Fix some error handlingChristophe Jaillet1-4/+6
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford4-42/+65
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+5
2017-01-24RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2-6/+19
2017-01-24RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani1-8/+18
2017-01-24RDMA/qedr: Fix RDMA CM loopbackRam Amrani1-2/+2
2017-01-24RDMA/qedr: Fix formattingRam Amrani2-3/+1
2017-01-24RDMA/qedr: Mark three functions as staticRam Amrani1-6/+8
2017-01-24RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani1-0/+8
2017-01-24RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani1-3/+4
2017-01-24RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2-11/+2
2017-01-24RDMA/qedr: Return max inline data in QP query resultRam Amrani1-1/+1
2017-01-24RDMA/qedr: Return success when not changing QP stateRam Amrani1-1/+1
2017-01-24RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram1-1/+1
2017-01-24IB/qedr: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram1-313/+236
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2-2/+1
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-10/+25
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1