aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2020-05-25RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja1-0/+1
2019-10-01RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja1-2/+5
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky1-5/+4
2019-03-25cxgb4: Convert stid_idr to XArrayMatthew Wilcox1-20/+11
2019-03-25cxgb4: Convert atid_idr to XArrayMatthew Wilcox1-9/+8
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox1-9/+17
2019-03-25cxgb4: Convert mmidr to XArrayMatthew Wilcox1-11/+11
2019-03-25cxgb4: Convert qpidr to XArrayMatthew Wilcox1-71/+50
2019-03-25cxgb4: Convert cqidr to XArrayMatthew Wilcox1-3/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+2
2019-02-15iw_cxgb4: cq/qp mask depends on bar2 pages in a host pageRaju Rangoju1-2/+13
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-24infiniband: cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+1
2018-08-02iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja1-0/+1
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-5/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-04-27RDMA/cxgb4: release hw resources on device removalRaju Rangoju1-1/+8
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-12/+12
2018-03-29iw_cxgb4: print mapped ports correctlyBharat Potnuri1-12/+12
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar1-0/+1
2017-12-13iw_cxgb4: make pointer reg_workq staticColin Ian King1-1/+1
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann1-19/+15
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri1-15/+13
2017-10-14RDMA/cxgb4: Fix indentationBart Van Assche1-2/+2
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise1-0/+21
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri1-8/+8
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-06-14rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju1-3/+7
2017-06-01RDMA/iw_cxgb4: calculate t4_eq_status_entries properlyGanesh Goudar1-1/+1
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-31/+27
2017-04-20cxgb4: Use more common logging styleJoe Perches1-49/+34
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-0/+9
2017-01-24iw_cxgb4: Guard against null cm_id in dump_ep/qpGanesh Goudar1-49/+84
2017-01-10iw_cxgb4: free EQ queue memory on last derefSteve Wise1-0/+9
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+3
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford1-4/+0
2016-12-08iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun1-1/+3
2016-12-03IB/cxgb4: Remove debug prints after allocation failureLeon Romanovsky1-4/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-0/+4
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linusJens Axboe1-0/+5
2016-09-04iw_cxgb4: block module unload until all ep resources are releasedSteve Wise1-0/+5
2016-06-23RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dumpHariprasad S1-1/+1
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford1-50/+22
2016-03-16iw_cxgb4: remove port mapper related codeSteve Wise1-47/+20
2016-02-29infiniband: cxgb4: use %pR format string for printing resourcesArnd Bergmann1-3/+2
2016-01-19iw_cxgb4: Fixes GW-Basic labels to meaningful error namesHariprasad S1-28/+17
2016-01-19iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()Hariprasad S1-4/+4