aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky1-12/+22
2017-07-17mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche1-1/+1
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-10/+17
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-10/+17
2017-06-27IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari1-66/+53
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz1-1/+1
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker1-2/+4
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-37/+39
2017-06-01RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy3-37/+39
2017-05-14IB/mlx5: Bump driver versionTariq Toukan1-3/+2
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky6-27/+27
2017-05-04IB/mlx5: Enable IPoIB accelerationErez Shitrit1-0/+22
2017-05-01IB/mlx5: Add port_xmit_wait to counter registers readTim Wright1-0/+2
2017-05-01mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg1-1/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2-15/+14
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2-66/+74
2017-05-01IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli3-8/+9
2017-04-25IB/mlx5: Add ODP support to MWArtemy Kovalyov3-43/+120
2017-04-25IB/mlx5: Extract page fault codeArtemy Kovalyov1-99/+104
2017-04-25IB/mlx5: Add contiguous ODP supportArtemy Kovalyov2-18/+19
2017-04-25IB/mlx5: Decrease verbosity level of ODP errorsArtemy Kovalyov1-7/+4
2017-04-25IB/mlx5: Fix implicit MR GCArtemy Kovalyov1-10/+1
2017-04-25IB/mlx5: Fix UMR size calculationArtemy Kovalyov1-1/+2
2017-04-25IB/mlx5: Fix function updating xlt emergency pathArtemy Kovalyov1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2-3/+3
2017-04-21IB/mlx5: Add support for active_width and active_speed in RoCENoa Osherovich1-5/+67
2017-04-21IB/mlx5: Set mlx5_query_roce_port's return value to voidNoa Osherovich1-7/+8
2017-04-21IB/mlx5: Set correct SL in completion for RoCEMoni Shoua1-3/+16
2017-04-21IB/mlx5: Support congestion related countersParav Pandit5-58/+141
2017-04-21IB/mlx5: Add drop flow steering rule supportSlava Shwartsman1-5/+22
2017-04-21IB/mlx5: Use IP version matching to classify IP trafficAriel Levkovich1-17/+49
2017-04-21IB/mlx5: Add inner spec and IPv6 validation in user's flow attribute listAriel Levkovich1-10/+34
2017-04-21IB/mlx5: Fix wrong use of kfree at bad flow in create_cq_userBodong Wang1-1/+1
2017-04-21IB/mlx5: Enlarge autogroup flow tableMaor Gottlieb1-2/+2
2017-04-21IB/mlx5: Check supported flow table sizeMaor Gottlieb1-1/+7
2017-04-21IB/mlx5: Change vma from shared to privateMaor Gottlieb1-0/+1
2017-04-21IB/mlx5: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2017-04-17hw/mlx5: Add New bit to check over QP creationErez Shitrit1-0/+1
2017-04-17net/mlx5e: IPoIB, Xmit flowSaeed Mahameed1-10/+0
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/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-5/+5
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds10-162/+1060
2017-02-15IB/mlx5: Fix configuration of port capabilitiesEli Cohen1-0/+35
2017-02-14IB/mlx5: Fix blue flame buffer size calculationEli Cohen1-1/+4
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz2-5/+8
2017-02-14IB/mlx5: Support raw packet protocolOr Gerlitz1-2/+4
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov4-49/+511