summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| * | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| |/
* | mlx5: fix warning about missing prototypeStephen Hemminger2017-04-222-0/+2
* | mlx5: hide unused functionsStephen Hemminger2017-04-221-11/+13
* | net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-224-2/+71
* | net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz2017-04-221-20/+49
* | net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter2017-04-201-2/+3
* | net/mlx5e: E-switch vport manager is valid for ethernet onlySaeed Mahameed2017-04-171-2/+8
* | net/mlx5e: IPoIB, RX handlerSaeed Mahameed2017-04-173-0/+81
* | net/mlx5e: RX handlers per netdev profileSaeed Mahameed2017-04-173-13/+24
* | net/mlx5e: IPoIB, Xmit flowSaeed Mahameed2017-04-173-0/+100
OpenPOWER on IntegriCloud