summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
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 re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+5
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-36/+49
2017-02-14IB/mlx4: Take source GID by index from HW GID tableTalat Batheesh1-24/+32
2017-02-14IB/mlx4: Remove unused variable from function declarationLeon Romanovsky1-2/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz3-9/+11
2017-02-14IB/mlx4: Support raw packet protocolOr Gerlitz1-2/+5
2017-01-24IB/mlx4: Switch from dma_device to dev.parentBart Van Assche3-5/+5
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier1-5/+1
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein1-2/+12
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds8-58/+88
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-1/+2
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford5-27/+78
2016-12-14IB/mlx4: fix improper return valuePan Bian1-1/+2
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+5
2016-12-13IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2016-12-13IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha1-8/+13
2016-12-03IB/mlx4: Remove debug prints after allocation failureLeon Romanovsky5-30/+8
2016-11-16IB/mlx4: Fix port query for 56Gb Ethernet linksSaeed Mahameed1-3/+5
2016-11-16IB/mlx4: Put non zero value in max_ah device attributeMaor Gottlieb1-0/+1
2016-11-16IB/mlx4: Handle well-known-gid in mad_demux processingJack Morgenstein1-4/+12
2016-11-16IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua1-3/+30
2016-11-16IB/mlx4: Set traffic class in AHMaor Gottlieb1-2/+4
2016-11-16IB/mlx4: Fix create CQ error flowMatan Barak1-1/+4
2016-11-16IB/mlx4: Check gid_index return valueDaniel Jurgens1-1/+4
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-128/+241
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein4-5/+199
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky5-111/+4
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia2-4/+5
2016-10-07IB/mlx4/alias_GUID: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/mlx4/mcg: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-10-07IB/mlx4/mad: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-10-07IB/mlx4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/mlx4: Add validation to flow specifications parsingMaor Gottlieb1-0/+25
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-2/+2
2016-09-16IB/mlx4: Diagnostic HW counters are not supported in slave modeKamal Heib1-0/+3
2016-09-16IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein3-3/+27
2016-09-16IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein1-17/+19
2016-09-16IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker1-7/+7
2016-09-02IB/mlx4: Don't return errors from poll_cqLeon Romanovsky1-24/+2
2016-09-02Revert "IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_one"Leon Romanovsky1-3/+3
2016-08-22IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_oneYuval Shaia1-3/+3