summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24IB/mlx5: Always return success for RoCE modify portMajd Dibbiny1-0/+6
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-10/+17
2017-07-06IB/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-22Merge 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+14
2017-06-02RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy1-0/+14
2017-05-14IB/mlx5: Bump driver versionTariq Toukan1-3/+2
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-3/+3
2017-05-04IB/mlx5: Enable IPoIB accelerationErez Shitrit1-0/+22
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: Support congestion related countersParav Pandit1-52/+120
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: 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-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-68/+269
2017-02-15IB/mlx5: Fix configuration of port capabilitiesEli Cohen1-0/+35
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+7
2017-02-14IB/mlx5: Support raw packet protocolOr Gerlitz1-2/+4
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov1-0/+2
2017-02-14IB/mlx5: Expose vlan offloads capabilitiesNoa Osherovich1-2/+12
2017-02-14IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib1-40/+118
2017-02-14IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky1-6/+6
2017-02-14IB/mlx5: Add flow tag supportMoses Reuben1-3/+23
2017-02-14IB/mlx5: Remove deprecated module parameterLeon Romanovsky1-7/+0
2017-02-14IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny1-0/+21
2017-02-14IB/mlx5: Add additional checks before processing MADsMaor Gottlieb1-0/+33
2017-02-14IB/mlx5: Verify that Q counters are supportedKamal Heib1-5/+9
2017-01-24IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz1-0/+9
2017-01-24IB/mlx5: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-20net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia1-2/+2
2017-01-09IB/mlx5: Support 4k UAR for libmlx5Eli Cohen1-2/+19
2017-01-09IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen1-75/+126
2017-01-09IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen1-3/+25
2017-01-08mlx5: Fix naming convention with respect to UARsEli Cohen1-39/+41
2017-01-08IB/mlx5: Fix kernel to user leak prevention logicEli Cohen1-7/+7
2017-01-02{net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov1-11/+3
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov1-1/+13
2017-01-02IB/mlx5: Reorder code in query device commandLeon Romanovsky1-11/+11
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-88/+180