aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-28drivers: net: cpsw: ethtool: fix accessing to suspended deviceGrygorii Strashko1-1/+26
2016-06-28drivers: net: cpsw: remove pm runtime calls from suspend callbacksGrygorii Strashko1-4/+0
2016-06-28drivers: net: cpsw: check return code from pm runtime callsGrygorii Strashko1-2/+10
2016-06-28drivers: net: cpsw: fix suspend when all ethX devices are downGrygorii Strashko1-2/+1
2016-06-28Merge branch 'stmmac-next'David S. Miller13-194/+474
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO8-2/+53
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO8-35/+79
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO9-165/+350
2016-06-28of_mdio: select fixed phy support unconditionallyArnd Bergmann3-8/+3
2016-06-28caif: Remove unneeded header fileAmitoj Kaur Chawla1-1/+0
2016-06-28net: diag: Add support to filter on device indexDavid Ahern2-0/+26
2016-06-28net: ethernet: dnet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-28net: ethernet: dnet: use phydev from struct net_devicePhilippe Reynes2-17/+12
2016-06-27i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh1-1/+2
2016-06-27i40e: Fix errors resulted while turning off TSOTushar Dave2-2/+7
2016-06-27i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari2-4/+4
2016-06-27i40e: add VSI info to macaddr messagesShannon Nelson1-9/+22
2016-06-27i40e: set default VSI without a resetMitch Williams1-4/+22
2016-06-27i40evf: always activate correct MAC address filterMitch Williams1-1/+1
2016-06-27i40e: Fix RSS to not be limited by the number of CPUsCatherine Sullivan1-8/+2
2016-06-27i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand1-2/+1
2016-06-27i40e: fix missing DA cable checkSerey Kong1-0/+1
2016-06-27i40e: Save PCI state before suspendGreg Rose1-1/+6
2016-06-27i40e: Clean up MSIX IRQs before suspendGreg Rose1-0/+3
2016-06-27i40evf: don't overflow bufferMitch Williams1-0/+8
2016-06-27i40e: Add a call to set the client interface downCatherine Sullivan1-7/+3
2016-06-27i40e: write HENA for VFsMitch Williams1-0/+6
2016-06-27i40e: add hw struct local variableMitch Williams1-38/+41
2016-06-27i40e: add functions to control default VSIMitch Williams2-0/+58
2016-06-27Merge branch 'sfp-infra'David S. Miller5-126/+222
2016-06-27phy: improve safety of fixed-phy MII register readingRussell King1-7/+21
2016-06-27phy: generate swphy registers on the flyRussell King3-40/+40
2016-06-27phy: separate swphy state validation from register generationRussell King3-16/+35
2016-06-27phy: convert swphy register generation to tabular formRussell King1-65/+78
2016-06-27phy: move fixed_phy MII register generation to a libraryRussell King5-93/+143
2016-06-27Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-162/+328
2016-06-27tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla1-2/+1
2016-06-27ethernet: xircom: fix spelling mistakes on "excessive collisions"Colin Ian King1-2/+2
2016-06-27net: tc35815: fix spelling mistake on "descriptors"Colin Ian King1-5/+5
2016-06-27Merge branch 'mlx5e-100G-extensions'David S. Miller15-231/+1179
2016-06-27net/mlx5e: Report correct auto negotiation and allow togglingGal Pressman3-13/+80
2016-06-27net/mlx5e: Use new ethtool get/set link ksettings APIGal Pressman3-167/+143
2016-06-27net/mlx5e: Add missing 50G baseSR2 link modeGal Pressman1-0/+1
2016-06-27ethtool: Add 50G baseSR2 link modeGal Pressman1-1/+2
2016-06-27net/mlx5e: Toggle link only after modifying port parametersGal Pressman4-14/+15
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah6-8/+416
2016-06-27net/mlx5e: CQE based moderationTariq Toukan3-33/+95
2016-06-27net/mlx5e: Introduce net device priv flags infrastructureGal Pressman2-0/+76
2016-06-27net/mlx5e: Add TXQ set max rate supportYevgeny Petrilin2-3/+102
2016-06-27net/mlx5: Rate limit tables supportYevgeny Petrilin6-2/+259