aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
AgeCommit message (Expand)Author
2020-09-04RDMA/qedr: SRQ's bug fixesYuval Basson
2020-07-16RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon
2020-06-24RDMA/qedr: Make qedr_iw_load_qp() staticKamal Heib
2020-06-09RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon
2020-06-09RDMA/qedr: Fix qpids xarray api usedMichal Kalderon
2020-02-24RDMA/qedr: Fix srqs xarray initializationMichal Kalderon
2020-02-24RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon
2019-12-29RDMA/qedr: Fix reported firmware versionKamal Heib
2019-08-25RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-11RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe
2019-01-18IB/hw: Remove unneeded semicolonsYueHaibing
2019-01-18RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-02infiniband/qedr: Potential null ptr dereference of qpAditya Pakki
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-12RDMA/qedr: Initialize ib_device_ops structKamal Heib
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-30RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-05RDMA/qedr: remove set but not used variable 'ctx'YueHaibing
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-14qedr: Add user space support for SRQYuval Bason