summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+16
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-18/+0
2018-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+5
2018-01-16RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky1-4/+3
2018-01-12net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha1-1/+1
2018-01-12{net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha1-3/+6
2018-01-11IB/hfi1: Prevent a NULL dereferenceDan Carpenter1-2/+2
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-18/+0
2018-01-02IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky1-1/+1
2017-12-28IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-28IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2017-12-22IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl2-19/+12
2017-12-22IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny3-42/+6
2017-12-22RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan5-22/+22
2017-12-22RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan1-2/+2
2017-12-22RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan1-0/+7
2017-12-22iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise1-2/+26
2017-12-22iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise4-11/+50
2017-12-22iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3
2017-12-12iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2-2/+17
2017-12-08iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise1-4/+4
2017-12-07IB/mlx4: Fix RSS hash fields restrictionsGuy Levi1-7/+19
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney9-18/+0
2017-12-01RDMA/hns: Get rid of page operation after dma_alloc_coherentWei Hu\(Xavier\)2-12/+14
2017-12-01RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentWei Hu\(Xavier\)2-26/+1
2017-12-01RDMA/hns: Fix the issue of IOVA not page continuous in hip08Wei Hu\(Xavier\)1-7/+15
2017-12-01i40iw: Notify user of established connection after QP in RTSHenry Orosco1-6/+11
2017-12-01i40iw: Move MPA request event for loopback after connectTatyana Nikolova1-2/+6
2017-12-01i40iw: Correct ARP index maskMustafa Ismail1-1/+1
2017-12-01i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail1-3/+3
2017-12-01i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2-14/+33
2017-12-01IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-16/+16
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-3/+3
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+10
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2017-11-16drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn1-2/+3
2017-11-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds165-3032/+11715
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-11-14IB/mlx5: Add CQ moderation capability to query_deviceYonatan Cohen1-0/+7
2017-11-14IB/mlx4: Add CQ moderation capability to query_deviceYonatan Cohen1-0/+3
2017-11-14IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen2-1/+5
2017-11-14IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen2-0/+4
2017-11-14iw_cxgb4: atomically flush the qpSteve Wise1-8/+11
2017-11-14iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise2-11/+17
2017-11-14iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri3-25/+39