aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Gravatar Kees Cook 1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-3/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+10
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+3
2017-11-15drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Gravatar Johannes Thumshirn 1-2/+3
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 165-3032/+11715
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-11-13IB/mlx5: Add CQ moderation capability to query_deviceGravatar Yonatan Cohen 1-0/+7
2017-11-13IB/mlx4: Add CQ moderation capability to query_deviceGravatar Yonatan Cohen 1-0/+3
2017-11-13IB/mlx5: Exposing modify CQ callback to uverbs layerGravatar Yonatan Cohen 2-1/+5
2017-11-13IB/mlx4: Exposing modify CQ callback to uverbs layerGravatar Yonatan Cohen 2-0/+4
2017-11-13iw_cxgb4: atomically flush the qpGravatar Steve Wise 1-8/+11
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedGravatar Steve Wise 2-11/+17
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningGravatar Bharat Potnuri 3-25/+39
2017-11-13RDMA/bnxt_re: report vlan_id and sl in qp1 recv completionGravatar Devesh Sharma 2-1/+35
2017-11-13IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGravatar Gustavo A. R. Silva 1-4/+2
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportGravatar Bryan Tan 8-14/+521
2017-11-13RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbsGravatar Selvin Xavier 1-5/+10
2017-11-13RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QPGravatar Selvin Xavier 3-0/+9
2017-11-13RDMA/bnxt_re: Set QP state in case of response completion errorsGravatar Selvin Xavier 1-0/+3
2017-11-13RDMA/bnxt_re: Add memory barriers when processing CQ/EQ entriesGravatar Somnath Kotur 2-0/+25
2017-11-13IB/hfi1: Handle initial value of 0 for CCTI settingGravatar Dennis Dalessandro 1-1/+5
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryGravatar Don Hiatt 4-6/+6
2017-11-13IB/hfi1: Send 'reboot' as planned down remote reasonGravatar Jan Sokolowski 1-3/+3
2017-11-13IB/hfi1: Prohibit invalid Init to Armed state transitionGravatar Grzegorz Morys 1-14/+18
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICGravatar Niranjana Vishwanathapura 6-68/+10
2017-11-13IB/hfi1: Remove unnecessary if checkGravatar Jan Sokolowski 1-15/+15
2017-11-13IB/hfi1: Fix a wrapping test to insure the correct timeoutGravatar Mike Marciniszyn 3-5/+5
2017-11-13IB/hfi1: Remove wrapper function in mmu_rbGravatar Kamenee Arumugam 1-17/+7
2017-11-13IB/hfi1: Reduce 8051 command timeoutGravatar Jakub Byczkowski 1-1/+1
2017-11-13IB/hfi1: Allow MgmtAllowed on B2B setupsGravatar Jan Sokolowski 3-38/+47
2017-11-13iw_cxgb4: remove BUG_ON() usage.Gravatar Steve Wise 7-38/+13
2017-11-13bnxt_re: changing the ip address shouldn't affect new connectionsGravatar Sriharsha Basavapatna 1-0/+1
2017-11-13bnxt_re: fix a crash in qp error event processingGravatar Sriharsha Basavapatna 1-0/+2
2017-11-13IB/mlx4: Increase maximal message size under UD QPGravatar Mark Bloch 1-1/+1
2017-11-13IB/mlx4: Add contig support for control objectsGravatar Guy Levi 4-7/+16
2017-11-13IB/mlx4: Use optimal numbers of MTT entriesGravatar Guy Levi 1-24/+261
2017-11-13IB/mlx5: Fix RoCE Address Path fieldsGravatar Majd Dibbiny 1-2/+6
2017-11-13IB/mlx5: Assign send CQ and recv CQ of UMR QPGravatar Majd Dibbiny 1-0/+2
2017-11-13RDMA/cxgb4: Protect from possible dereferenceGravatar Leon Romanovsky 1-1/+1
2017-11-13RDMA/bnxt_re: Remove unused vlan_tag variableGravatar Leon Romanovsky 1-5/+1
2017-11-10IB/mlx5: Add PCI write end padding supportGravatar Noa Osherovich 3-4/+38
2017-11-10RDMA/cxgb4: Annotate r2 and stag as __be32Gravatar Leon Romanovsky 1-2/+2
2017-11-10IB/mlx4: Fix RSS's QPC attributes assignmentsGravatar Guy Levi 1-7/+9
2017-11-10IB/mlx4: Add report for RSS capabilities by vendor channelGravatar Guy Levi 2-5/+28
2017-11-10RDMA/hns: Modify the usage of cmd_sn in hip08Gravatar oulijun 3-1/+4
2017-11-10RDMA/hns: Unify the calculation for hem index in hip08Gravatar oulijun 1-4/+6