summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* i40e: group autoneg PHY types togetherAlan Brady2017-10-171-44/+41
* i40e: fix whitespace issues in i40e_ethtool.cAlan Brady2017-10-171-26/+18
* i40e: fix comment typoAlan Brady2017-10-171-2/+2
* i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady2017-10-171-1/+1
* i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady2017-10-171-8/+6
* i40e: add function header for i40e_get_rxfhAlan Brady2017-10-171-0/+10
* i40e: remove ifdef SPEED_25000Alan Brady2017-10-171-5/+0
* i40e: rename 'cmd' variables in ethtool interfaceAlan Brady2017-10-171-71/+74
* mlxsw: spectrum: Drop refcounting of IPIP entriesPetr Machata2017-10-162-30/+20
* mlxsw: spectrum: Support IPIP overlay VRF migrationPetr Machata2017-10-163-3/+49
* mlxsw: spectrum: Support decap-only IP-in-IP tunnelsPetr Machata2017-10-163-10/+109
* mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type()Petr Machata2017-10-161-19/+19
* mlxsw: spectrum: Move netdevice NB to struct mlxsw_spPetr Machata2017-10-162-7/+17
* net: systemport: add NET_DSA dependencyArnd Bergmann2017-10-161-0/+1
* pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2017-10-162-28/+17
* Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-1622-793/+1401
|\
| * net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker2017-10-143-18/+36
| * net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker2017-10-143-2/+8
| * net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker2017-10-143-7/+144
| * net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker2017-10-143-6/+102
| * net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker2017-10-145-2/+184
| * net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2017-10-142-0/+10
| * net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker2017-10-145-54/+171
| * net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker2017-10-141-38/+70
| * net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-1411-382/+392
| * net/mlx5: File renaming towards ptp core implementationFeras Daoud2017-10-143-3/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-149-181/+1293
|\ \
| * | i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-132-6/+10
| * | i40e: fix link reportingAlan Brady2017-10-131-1/+6
| * | i40e: make const array patterns static, reduces object code sizeColin Ian King2017-10-131-1/+3
| * | i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2017-10-132-9/+93
| * | i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-133-43/+71
| * | i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-133-106/+362
| * | i40e: Add infrastructure for queue channel supportAmritha Nambiar2017-10-133-9/+743
| * | i40e: Add macro for PF reset bitAmritha Nambiar2017-10-134-10/+9
* | | cxgb4: fix missing break in switch and indent return statementsColin Ian King2017-10-141-3/+4
* | | cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy2017-10-144-0/+253
* | | cxgb4: collect hardware module dumpsRahul Lakkireddy2017-10-145-0/+422
* | | cxgb4: collect TP dumpRahul Lakkireddy2017-10-148-1/+234
* | | cxgb4: update API for TP indirect register accessRahul Lakkireddy2017-10-145-140/+239
* | | cxgb4: collect firmware mbox and device log dumpRahul Lakkireddy2017-10-145-0/+107
* | | cxgb4: collect on-chip memory dumpRahul Lakkireddy2017-10-147-1/+220
* | | cxgb4: collect register dumpRahul Lakkireddy2017-10-148-2/+285
* | | cxgb4: implement ethtool dump data operationsRahul Lakkireddy2017-10-148-2/+265
* | | nfp: Explicitly include linux/bug.hMark Brown2017-10-142-0/+2
* | | nfp: bpf: support direct packet access in TCJakub Kicinski2017-10-141-2/+15
* | | nfp: bpf: direct packet access - writeJakub Kicinski2017-10-143-9/+109
* | | nfp: bpf: add support for direct packet access - readJakub Kicinski2017-10-145-11/+105
* | | nfp: bpf: separate I/O from checks for legacy data loadJakub Kicinski2017-10-141-37/+40
* | | nfp: bpf: fix context accessesJakub Kicinski2017-10-141-20/+29