summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-15RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky
2018-01-12net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha
2018-01-12{net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha
2018-01-10IB/hfi1: Prevent a NULL dereferenceDan Carpenter
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-01-02IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky
2017-12-27IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi
2017-12-27IB/mlx5: Serialize access to the VMA listMajd Dibbiny
2017-12-22IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl
2017-12-21IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny
2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan
2017-12-21RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan
2017-12-21RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan
2017-12-21iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise
2017-12-21iw_cxgb4: Only validate the MSN for successful completionsSteve Wise
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise
2017-12-07iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise
2017-12-07IB/mlx4: Fix RSS hash fields restrictionsGuy Levi
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-12-01RDMA/hns: Get rid of page operation after dma_alloc_coherentWei Hu\(Xavier\)
2017-12-01RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentWei Hu\(Xavier\)
2017-12-01RDMA/hns: Fix the issue of IOVA not page continuous in hip08Wei Hu\(Xavier\)
2017-12-01i40iw: Notify user of established connection after QP in RTSHenry Orosco
2017-12-01i40iw: Move MPA request event for loopback after connectTatyana Nikolova
2017-12-01i40iw: Correct ARP index maskMustafa Ismail
2017-12-01i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail
2017-12-01i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung
2017-11-30IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13IB/mlx5: Add CQ moderation capability to query_deviceYonatan Cohen
2017-11-13IB/mlx4: Add CQ moderation capability to query_deviceYonatan Cohen
2017-11-13IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen
2017-11-13IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen
2017-11-13iw_cxgb4: atomically flush the qpSteve Wise
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri