aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 13-78/+134
2017-12-01IB/core: Only enforce security for InfiniBandGravatar Daniel Jurgens 1-4/+46
2017-12-01RDMA/hns: Get rid of page operation after dma_alloc_coherentGravatar Wei Hu\(Xavier\) 2-12/+14
2017-12-01RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentGravatar Wei Hu\(Xavier\) 2-26/+1
2017-12-01RDMA/hns: Fix the issue of IOVA not page continuous in hip08Gravatar Wei Hu\(Xavier\) 1-7/+15
2017-12-01IB/core: Init subsys if compiled to vmlinuz-coreGravatar Dmitry Monakhov 1-1/+1
2017-12-01RDMA/cma: Make sure that PSN is not over max allowedGravatar Moni Shoua 1-0/+1
2017-12-01i40iw: Notify user of established connection after QP in RTSGravatar Henry Orosco 1-6/+11
2017-12-01i40iw: Move MPA request event for loopback after connectGravatar Tatyana Nikolova 1-2/+6
2017-12-01i40iw: Correct ARP index maskGravatar Mustafa Ismail 1-1/+1
2017-12-01i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEGravatar Mustafa Ismail 1-3/+3
2017-12-01i40iw: Allocate a sdbuf per CQP WQEGravatar Chien Tin Tung 2-14/+33
2017-11-30IB: INFINIBAND should depend on HAS_DMAGravatar Geert Uytterhoeven 1-1/+1
2017-11-30IB/hfi1: Initialize bth1 in 16B rc ack builderGravatar Dennis Dalessandro 1-1/+1
2017-11-29IB/core: disable memory registration of filesystem-dax vmasGravatar Dan Williams 1-1/+1
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 2-3/+4
2017-11-15drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Gravatar Johannes Thumshirn 1-1/+1
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 214-3680/+12721
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-3/+13
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-4/+4
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageGravatar Leon Romanovsky 3-5/+6
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/uverbs: Add CQ moderation capability to query_deviceGravatar Yonatan Cohen 1-0/+9
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-13IB/uverbs: Allow CQ moderation with modify CQGravatar Yonatan Cohen 3-0/+44
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/core: Only maintain real QPs in the security listsGravatar Daniel Jurgens 1-23/+28
2017-11-13IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGravatar Gustavo A. R. Silva 1-4/+2
2017-11-13RDMA/core: Make function rdma_copy_addr return voidGravatar Yuval Shaia 2-19/+16
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportGravatar Bryan Tan 8-14/+521
2017-11-13RDMA/core: avoid uninitialized variable warning in create_udataGravatar Arnd Bergmann 1-11/+10
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/core: Convert OPA AH to IB for Extended LIDs onlyGravatar Don Hiatt 1-2/+1