summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
Commit message (Expand)AuthorAgeFilesLines
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+29Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor2018-10-011-2/+2
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-3/+1Star
* RDMA/qedr: remove set but not used variable 'ctx'YueHaibing2018-09-051-2/+0Star
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-0/+3
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-0/+3
| |\
| | * RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal2018-06-111-0/+3
* | | qedr: Add user space support for SRQYuval Bason2018-08-152-44/+191
* | | qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-155-13/+458
* | | qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason2018-08-154-29/+31
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-314-25/+25
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-312-5/+6
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-1/+1
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit2018-06-181-19/+6Star
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-15/+7Star
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-1/+2
|/ /
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-2/+2
|\|
| * RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"Colin Ian King2018-05-311-1/+1
| * Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-31/+29Star
| |\
| * | RDMA/qedr: fix spelling mistake: "failes" -> "fails"Colin Ian King2018-05-011-1/+1
* | | qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-052-86/+57Star
| |/ |/|
* | RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal2018-05-231-31/+29Star
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-074-125/+61Star
|\
| * 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-042-43/+39Star
| * IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-042-9/+0Star
| * RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-043-23/+0Star
| * IB/qedr: Remove GID add/del dummy routinesParav Pandit2018-04-033-39/+0Star
| * 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-022-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-071-0/+10
* RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal2018-03-071-1/+2
* RDMA/qedr: Fix iWARP connect with port mapperKalderon, Michal2018-03-071-6/+10
* RDMA/qedr: Fix ipv6 destination address resolutionKalderon, Michal2018-03-071-2/+1Star
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-51/+8Star
|\
| * RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling2018-01-241-51/+8Star
* | 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