summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Offload TC matching on ip tos / traffic-classOr Gerlitz2017-06-041-1/+25
* net/mlx5e: Offload TC matching on tcp flagsOr Gerlitz2017-06-041-1/+21
* sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-311-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-266-29/+99
|\
| * net/mlx5: Tolerate irq_set_affinity_hint() failuresTariq Toukan2017-05-231-11/+4
| * net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-233-7/+38
| * net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit2017-05-231-1/+7
| * net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz2017-05-231-7/+7
| * net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz2017-05-231-2/+3
| * net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz2017-05-231-0/+39
| * net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz2017-05-231-1/+1
* | Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-05-2529-127/+575
|\ \
| * | net/mlx5: Bump driver versionTariq Toukan2017-05-142-3/+2
| * | net/mlx5: FPGA, Add basic support for InnovaIlan Tayari2017-05-148-1/+466
| * | net/mlx5: Introduce trigger_health_work functionIlan Tayari2017-05-141-11/+21
| * | net/mlx5: Update the list of the PCI supported devicesNoa Osherovich2017-05-141-0/+2
| * | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-1420-112/+84
* | | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-1/+1
|\ \ \ | | |/ | |/|
| * | mlx5e: add CONFIG_INET dependencyArnd Bergmann2017-05-161-1/+1
* | | net/mlx5e: Fix possible memory leakWei Yongjun2017-05-181-4/+4
|/ /
* | net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-147-18/+35
* | net/mlx5e: IPoIB, Only support regular RQ for nowSaeed Mahameed2017-05-141-0/+4
* | net/mlx5e: Fix setup TC ndoSaeed Mahameed2017-05-141-1/+1
* | net/mlx5e: Fix ethtool pause support and advertise reportingGal Pressman2017-05-141-2/+1
* | net/mlx5e: Use the correct pause values for ethtool advertisingGal Pressman2017-05-141-1/+5
|/
* IB/mlx5: Enable IPoIB accelerationErez Shitrit2017-05-043-19/+29
* net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2017-04-302-19/+10
* net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQEran Ben Elisha2017-04-301-7/+14
* net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan2017-04-301-2/+2
* net/mlx5e: Use prefetchw when a write is to followTariq Toukan2017-04-301-1/+1
* net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan2017-04-301-29/+33
* net/mlx5e: Act on delay probe time updatesHadar Hen Zion2017-04-301-0/+39
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-306-2/+151
* net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-305-43/+434
* net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2017-04-302-8/+129
* net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion2017-04-301-6/+14
* net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion2017-04-301-1/+7
* net/mlx5e: Remove output device parameter from create encap header helpers de...Hadar Hen Zion2017-04-301-15/+14
* net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz2017-04-303-19/+18
* net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz2017-04-303-15/+18
* net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-306-130/+224
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-267-55/+78
|\
| * Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| |\
| | * net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | * net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | * net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
OpenPOWER on IntegriCloud