aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford10-45/+76
2018-02-22Merge tag 'mlx5-updates-2018-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into k.o/wip/dl-for-nextDoug Ledford2-28/+42
2018-02-20RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier2-5/+4
2018-02-20RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier1-0/+5
2018-02-20RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier4-19/+47
2018-02-20RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma1-1/+8
2018-02-20RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma2-17/+3
2018-02-15RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive3-3/+9
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2-28/+42
2018-02-14RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko2-8/+8
2018-02-14RDMA/hns: Use free_pages function instead of free_pageoulijun1-1/+1
2018-02-14RDMA/hns: Fix QP state judgement before receiving work requestsYixian Liu1-1/+1
2018-02-14RDMA/hns: Fix a bug with modifying mac addressoulijun1-1/+2
2018-02-14IB/cxgb3: remove cxio_dbg.cCorentin Labbe5-232/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-8/+8
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds40-584/+853
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-51/+8
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun8-320/+363
2018-02-01IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2-4/+6
2018-02-01IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam3-16/+19
2018-02-01IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov1-1/+8
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn4-14/+25
2018-02-01IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam6-19/+239
2018-02-01IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek1-11/+12
2018-02-01IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2-32/+17
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez6-30/+20
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez3-23/+30
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez4-13/+13
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez6-12/+6
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov10-59/+61
2018-02-01IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin1-3/+1
2018-02-01IB/hfi1: Fix for early release of sdma contextAlex Estrin3-6/+9
2018-02-01IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl3-7/+16
2018-02-01RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun1-1/+0
2018-02-01RDMA/hns: Add names to function arguments in function pointersoulijun1-4/+4
2018-02-01RDMA/hns: Remove unnecessary operatoroulijun1-2/+2
2018-02-01RDMA/bnxt_re: Use common error handling code in bnxt_qplib_alloc_dpi_tbl()Markus Elfring1-6/+7
2018-02-01RDMA/bnxt_re: Delete two error messages for a failed memory allocation in bnxt_qplib_alloc_dpi_tbl()Markus Elfring1-5/+0
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-55/+72
2018-01-31RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()Dan Carpenter1-1/+3
2018-01-31RDMA/bnxt_re: Fix static checker warningDoug Ledford1-5/+2
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds92-2492/+6530
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-16/+16
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-18/+0
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe3-9/+11
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe3-5/+5
2018-01-28IB/qib: remove qib_keys.cCorentin Labbe1-235/+0
2018-01-28IB/mthca: remove mthca_user.hCorentin Labbe1-112/+0