aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12RDMA/mthca: Initialize ib_device_ops structKamal Heib1-51/+88
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-23/+18
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+2
2018-10-03IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun1-1/+2
2018-09-26IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King1-2/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-2/+3
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-24/+24
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-4/+4
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-2/+3
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook7-20/+24
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-01-28IB/mthca: remove mthca_user.hCorentin Labbe1-112/+0
2018-01-26IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso1-1/+1
2018-01-02IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14IB/mthca: Fix indentationBart Van Assche1-5/+5
2017-08-24RDMA/mthca: Make explicit conversion to 64bit valueLeon Romanovsky1-1/+1
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram1-1/+1
2017-08-22IB/mthca: Replace PCI pool old APIRomain Perier3-11/+11
2017-08-18Add OPA extended LID supportHiatt, Don2-4/+4
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18infiniband: mthca: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford1-3/+2
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2-4/+4
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2-3/+3
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli1-1/+1
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli3-0/+3
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli3-69/+85
2017-05-01IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli5-9/+10
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-3/+2
2017-04-21IB/mthca: Check validity of output parameter pointerLeon Romanovsky1-2/+10
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+5
2017-02-19IB/mthca: switch to pci_alloc_irq_vectorsChristoph Hellwig1-13/+11
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+5
2017-01-24IB/mthca: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford2-5/+5