aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)Author
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-01-10RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
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/mthca: Initialize ib_device_ops structKamal Heib
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-10-03IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun
2018-09-26IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-01-28IB/mthca: remove mthca_user.hCorentin Labbe
2018-01-26IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso
2018-01-02IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14IB/mthca: Fix indentationBart Van Assche
2017-08-24RDMA/mthca: Make explicit conversion to 64bit valueLeon Romanovsky
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram
2017-08-22IB/mthca: Replace PCI pool old APIRomain Perier
2017-08-18Add OPA extended LID supportHiatt, Don
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18infiniband: mthca: constify pci_device_id.Arvind Yadav
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-04-21IB/mthca: Check validity of output parameter pointerLeon Romanovsky