aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-16IB/mlx5: Fix NULL pointer dereference on debug printEli Cohen1-2/+2
2016-11-16IB/mlx5: Fix fatal error dispatchingEli Cohen1-2/+5
2016-11-16IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer2-1/+7
2016-11-16IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2016-11-16IB/mlx5: Validate requested RQT sizeMaor Gottlieb1-0/+8
2016-11-16IB/mlx5: Fix memory leak in query deviceMajd Dibbiny1-2/+2
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion1-5/+5
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion1-1/+1
2016-10-30Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller2-8/+10
2016-10-30net/mlx5: Add multi dest supportMark Bloch2-8/+8
2016-10-30IB/mlx5: Skip handling unknown eventsSaeed Mahameed1-0/+2
2016-10-29{net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens2-2/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds9-364/+527
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky7-293/+37
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia2-4/+4
2016-10-07IB/mlx5/odp: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-10-07IB/mlx5: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/mlx5: LAG QP load balancingAviv Heller2-5/+59
2016-10-07IB/mlx5: Set unique device name on LAGAviv Heller1-1/+7
2016-10-07IB/mlx5: Port status track LAG master, when LAG is activeAviv Heller1-3/+28
2016-10-07IB/mlx5: Merge vports flow steering during LAGAviv Heller2-0/+50
2016-10-07IB/mlx5: Port events in RoCE now rely on netdev eventsAviv Heller1-15/+51
2016-10-07IB/mlx5: Track asynchronous events on a receive work queueYishai Hadas2-6/+35
2016-10-07IB/mlx5: Add support of more IPv6 fields to flow steeringMaor Gottlieb1-11/+45
2016-10-07IB/mlx5: Add support in TOS and protocol to flow steeringMaor Gottlieb1-1/+21
2016-10-07IB/mlx5: Add validation to flow specifications parsingMaor Gottlieb1-10/+26
2016-10-07IB/mlx5: Add sniffer support to steeringMaor Gottlieb2-2/+74
2016-10-07IB/mlx5: Increase flow table reference count in create ruleMaor Gottlieb1-1/+3
2016-10-07IB/mlx5: Fix coverity warningMaor Gottlieb1-4/+4
2016-10-07IB/mlx5: Save flow table priority handler instead of indexMaor Gottlieb2-3/+3
2016-10-07IB/mlx5: Fix steering resource leakMaor Gottlieb1-0/+1
2016-10-07IB/mlx5: Add port counter support for raw packet QPAlex Vesker1-8/+32
2016-10-07IB/mlx5: Refactor raw packet QP modify functionAlex Vesker1-8/+20
2016-10-07IB/mlx5: Expose RSS related capabilitiesYishai Hadas2-0/+38
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2016-09-16IB/mlx5: Set source mac address in FTEMaor Gottlieb1-0/+7
2016-09-16IB/mlx5: Enable MAD_IFC commands for IB ports onlyNoa Osherovich1-1/+3
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-32/+16
2016-09-02IB/mlx5: Don't return errors from poll_cqLeon Romanovsky1-20/+2
2016-09-02IB/mlx5: Use TIR number based on selectorYishai Hadas3-1/+7
2016-09-02IB/mlx5: Simplify code by removing return variableLeon Romanovsky1-7/+3
2016-09-02IB/mlx5: Return EINVAL when caller specifies too many SGEsChuck Lever1-1/+1
2016-09-02IB/mlx5: Fix the size parameter to find_first_bitChristophe Jaillet1-3/+3
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-08-24IB/mlx5: Remove superfluous include of io-mapping.hChris Wilson1-1/+0
2016-08-18net/mlx5: Separate query_port_proto_oper for IB and ENNoa Osherovich1-2/+1
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed2-11/+4
2016-08-17{net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed1-16/+6
2016-08-17{net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed1-70/+84