summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-224-42/+62
* RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan2017-12-225-22/+22
* RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan2017-12-221-2/+2
* RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan2017-12-221-0/+7
* iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise2017-12-221-2/+26
* iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-224-11/+50
* iw_cxgb4: Only validate the MSN for successful completionsSteve Wise2017-12-221-3/+3
* 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
* 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/+1
* 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
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2228-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2212-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-22181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2226-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2226-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-226-13/+13
| | * | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-221-19/+17
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-222-12/+7