aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13IB/mlx4: fix sprintf format warningArnd Bergmann1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+13
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-13/+13
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-2/+2
2017-08-24RDMA/mlx4: Properly annotate link layer variableLeon Romanovsky1-4/+2
2017-08-24IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zeroGuy Levi1-0/+3
2017-08-24IB/mlx4: Fix struct mlx4_ib_create_wq alignmentGuy Levi1-5/+4
2017-08-24IB/mlx4: Fix RSS QP type in creation verbGuy Levi1-1/+1
2017-08-24IB/mlx4: Fix some spelling mistakesTalat Batheesh2-2/+2
2017-08-24RDMA/mlx4: Remove gfp_mask argument from acquire_group callLeon Romanovsky1-5/+4
2017-08-24RDMA/mlx4: Don't use uninitialized variableLeon Romanovsky1-1/+1
2017-08-22IB/mlx4: use kvmalloc_array to allocate wridLi Dongyang2-20/+8
2017-08-18Add OPA extended LID supportHiatt, Don2-5/+5
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford1-3/+2
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2-5/+5
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-3/+3
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli2-2/+2
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-24IB/mlx4: Expose RSS capabilitiesGuy Levi1-1/+6
2017-07-24IB/mlx4: Add support for RSS QPGuy Levi2-22/+439
2017-07-24IB/mlx4: Add support for WQ indirection table related verbsGuy Levi3-3/+85
2017-07-24IB/mlx4: Add support for WQ related verbsGuy Levi3-57/+497
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh3-6/+15
2017-07-24IB/mlx4: Add inline-receive supportMaor Gottlieb3-7/+35
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20IB/mlx4: Fix CM REQ retries in paravirt modeHåkon Bugge1-0/+4
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky4-31/+24
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2-2/+2
2017-06-07IB/mlx4: Bump driver versionTariq Toukan1-3/+2
2017-06-01RDMA/mlx4: Fix MAD tunneling when SRIOV is enabledJack Morgenstein1-0/+1
2017-05-01IB/mlx4: Fix incorrect order of formal and actual parametersHåkon Bugge1-2/+2
2017-05-01IB/mlx4: Change flush logic so it adheres to the variable nameHåkon Bugge1-3/+3
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli3-25/+18
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli4-109/+143
2017-05-01IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-12/+12
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-4/+4
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli5-17/+21
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov4-6/+6
2017-04-21IB/mlx4: Change vma from shared to privateMaor Gottlieb1-0/+2
2017-04-21IB/mlx4: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2017-04-21IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug levelJack Morgenstein1-1/+2
2017-04-21IB/mlx4: Fix ib device initialization error flowJack Morgenstein1-0/+1
2017-04-21IB/mlx4: Support RAW Ethernet when RoCE is disabledMajd Dibbiny1-15/+11
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-5/+5
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-36/+49