summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-1610-19/+56
|\
| * IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia2017-12-131-0/+1
| * iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-112-2/+17
| * iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
| * RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-074-4/+4
| * IB/mlx4: Fix RSS hash fields restrictionsGuy Levi2017-12-071-7/+19
| * IB/core: Don't enforce PKey security on SMI MADsDaniel Jurgens2017-12-071-2/+5
| * IB/core: Bound check alternate path port numberDaniel Jurgens2017-12-071-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-0513-78/+134
|\|
| * IB/core: Only enforce security for InfiniBandDaniel Jurgens2017-12-011-4/+46
| * RDMA/hns: Get rid of page operation after dma_alloc_coherentWei Hu\(Xavier\)2017-12-012-12/+14
| * RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentWei Hu\(Xavier\)2017-12-012-26/+1Star
| * RDMA/hns: Fix the issue of IOVA not page continuous in hip08Wei Hu\(Xavier\)2017-12-011-7/+15
| * IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov2017-12-011-1/+1
| * RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua2017-12-011-0/+1
| * i40iw: Notify user of established connection after QP in RTSHenry Orosco2017-12-011-6/+11
| * i40iw: Move MPA request event for loopback after connectTatyana Nikolova2017-12-011-2/+6
| * i40iw: Correct ARP index maskMustafa Ismail2017-12-011-1/+1
| * i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail2017-12-011-3/+3
| * i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2017-12-012-14/+33
| * IB: INFINIBAND should depend on HAS_DMAGeert Uytterhoeven2017-12-011-1/+1
| * IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro2017-12-011-1/+1
* | IB/core: disable memory registration of filesystem-dax vmasDan Williams2017-11-301-1/+1
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-3/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+1Star
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-10/+10
|\
| * IB/hfi1: convert to debugfs_file_get() and -put()Nicolai Stange2017-11-071-10/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-162-3/+4
|\ \
| * | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
| * | drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-2/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-15214-3680/+12721
|\ \ \
| * | | RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2017-11-133-5/+6
| * | | IB/mlx5: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+7
| * | | IB/mlx4: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+3
| * | | IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+9
| * | | IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen2017-11-132-1/+5
| * | | IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen2017-11-132-0/+4
| * | | IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2017-11-133-0/+44
| * | | iw_cxgb4: atomically flush the qpSteve Wise2017-11-131-8/+11
| * | | iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise2017-11-132-11/+17
| * | | iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri2017-11-133-25/+39
| * | | RDMA/bnxt_re: report vlan_id and sl in qp1 recv completionDevesh Sharma2017-11-132-1/+35
| * | | IB/core: Only maintain real QPs in the security listsDaniel Jurgens2017-11-131-23/+28
| * | | IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGustavo A. R. Silva2017-11-131-4/+2Star
| * | | RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2017-11-132-19/+16Star
| * | | RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan2017-11-138-14/+521
| * | | RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann2017-11-131-11/+10Star
| * | | RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbsSelvin Xavier2017-11-131-5/+10