aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-4/+5
2018-12-12RDMA/qedr: Initialize ib_device_ops structKamal Heib1-51/+52
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-12/+0
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-40/+29
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-30RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor1-2/+2
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-3/+1
2018-09-05RDMA/qedr: remove set but not used variable 'ctx'YueHaibing1-2/+0
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-0/+3
2018-08-14qedr: Add user space support for SRQYuval Bason2-44/+191
2018-08-14qedr: Add support for kernel mode SRQ'sYuval Bason5-13/+458
2018-08-14qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason4-29/+31
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche4-25/+25
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche2-5/+6
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+1
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+3
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-19/+6
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-15/+7
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-11RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal1-0/+3
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon2-86/+57
2018-05-31RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"Colin Ian King1-1/+1
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-31/+29
2018-05-23RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal1-31/+29
2018-05-01RDMA/qedr: fix spelling mistake: "failes" -> "fails"Colin Ian King1-1/+1
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-125/+61
2018-04-05RDMA/qedr: Fix wmb usage in qedrKalderon, Michal1-8/+18
2018-04-05RDMA/qedr: Zero stack memory before copying to user spaceJason Gunthorpe1-3/+3
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit2-43/+39
2018-04-03IB/providers: Avoid zero GID check for RoCEParav Pandit2-9/+0
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit3-23/+0
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit3-39/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+34
2018-03-29qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King1-2/+2
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon2-3/+5
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-2/+2
2018-03-21RDMA/qedr: Fix QP state initialization raceKalderon, Michal1-3/+17
2018-03-21RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal1-1/+2
2018-03-21RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal1-10/+15
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-06RDMA/qedr: Fix iWARP write and send with immediateKalderon, Michal1-0/+10
2018-03-06RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal1-1/+2