summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-31/+29
|\
| * RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal2018-05-231-31/+29
* | RDMA/qedr: fix spelling mistake: "failes" -> "fails"Colin Ian King2018-05-011-1/+1
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-064-125/+61
|\
| * RDMA/qedr: Fix wmb usage in qedrKalderon, Michal2018-04-051-8/+18
| * RDMA/qedr: Zero stack memory before copying to user spaceJason Gunthorpe2018-04-051-3/+3
| * IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-032-43/+39
| * IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-032-9/+0
| * RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-033-23/+0
| * IB/qedr: Remove GID add/del dummy routinesParav Pandit2018-04-033-39/+0
| * qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King2018-03-291-2/+2
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-14/+34
|\ \
| * | RDMA/qedr: Fix QP state initialization raceKalderon, Michal2018-03-211-3/+17
| * | RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal2018-03-211-1/+2
| * | RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal2018-03-211-10/+15
| |/
* | qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-292-3/+5
* | net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai2018-03-261-2/+2
|/
* RDMA/qedr: Fix iWARP write and send with immediateKalderon, Michal2018-03-061-0/+10
* RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal2018-03-061-1/+2
* RDMA/qedr: Fix iWARP connect with port mapperKalderon, Michal2018-03-061-6/+10
* RDMA/qedr: Fix ipv6 destination address resolutionKalderon, Michal2018-03-061-2/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-51/+8
|\
| * RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling2018-01-241-51/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-312-55/+72
|\ \
| * | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-8/+25
| * | qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-1/+1
| * | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-54/+54
| |/
* | RDMA/qedr: lower print level of flushed CQEsKalderon, Michal2018-01-251-3/+3
* | RDMA/qedr: Fix endian problems around imm_dataJason Gunthorpe2018-01-151-2/+2
* | RDMA/qedr: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1511-118/+1230
|\
| * Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-1811-118/+1230
| |\
| | * RDMA/qedr: Remove set-but-not-used variablesBart Van Assche2017-10-141-6/+1
| | * RDMA/qedr: Annotate iomem pointers correctlyBart Van Assche2017-10-141-1/+1
| | * RDMA/qedr: Declare local functions staticBart Van Assche2017-10-144-33/+32
| | * RDMA/qedr: Use NULL instead of 0 to represent a pointerBart Van Assche2017-10-141-1/+1
| | * RDMA/qedr: Fix rdma_type initializationKalderon, Michal2017-09-291-0/+1
| | *-. Merge branches 'hns' and 'misc' into k.o/for-nextDoug Ledford2017-09-271-0/+1
| | |\ \
| | | | * IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-0/+1
| | | |/
| | * | Merge branch 'qedr' into k.o/for-nextDoug Ledford2017-09-2510-91/+1207
| | |\ \ | | | |/ | | |/|
| | | * RDMA/qedr: fix build error without ipv6Arnd Bergmann2017-09-221-3/+6
| | | * RDMA/qedr: Missing error code in qedr_init_user_queue()Dan Carpenter2017-08-281-1/+3
| | | * RDMA/qedr: Add support for iWARP in user spaceKalderon, Michal2017-08-181-17/+63
| | | * RDMA/qedr: Add iWARP connection management functionsKalderon, Michal2017-08-185-1/+750
| | | * RDMA/qedr: Add iWARP connection management qp related callbacksKalderon, Michal2017-08-186-4/+145
| | | * RDMA/qedr: Add support for read with invalidate, supported in iWARPKalderon, Michal2017-08-182-7/+7
| | | * RDMA/qedr: Add iWARP support in existing verbsKalderon, Michal2017-08-182-35/+139
| | | * RDMA/qedr: Add support for registering an iWARP deviceKalderon, Michal2017-08-184-26/+97
OpenPOWER on IntegriCloud