aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/srq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-2/+2
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-2/+2
2017-08-22IB/mlx4: use kvmalloc_array to allocate wridLi Dongyang1-9/+4
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-4/+4
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-1/+1
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+2
2015-12-24IB/mlx4: Convert kmalloc to kmalloc_array for checkpatchLeon Romanovsky1-1/+1
2015-12-24IB/mlx4: Suppress non-fatal memory allocationsLeon Romanovsky1-1/+2
2015-12-22IB/mlx4: Replace kfree with kvfree in mlx4_ib_destroy_srqWengang Wang1-1/+1
2015-12-08IB/mlx4: Use vmalloc for WR buffers when neededWengang Wang1-3/+8
2015-02-09IB/mlx4: Reset flow support for IB kernel ULPsYishai Hadas1-0/+8
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-3/+4
2012-05-08IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz1-1/+1
2011-10-13IB/mlx4: Add support for XRC SRQsSean Hefty1-4/+9
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-06IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein1-0/+6
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein1-0/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin1-3/+3
2008-02-06IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier1-7/+1
2007-10-09IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier1-1/+1
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein1-0/+18
2007-05-20IB/mlx4: Check if SRQ is full when posting receiveRoland Dreier1-0/+6
2007-05-08IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier1-0/+334