summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller293-1339/+7098
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-189/+411
2017-08-01ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng1-1/+1
2017-08-01Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli3-5/+6
2017-08-01virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin1-3/+2
2017-08-01net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn1-5/+19
2017-08-01net: phy: marvell: Use the set_polarity helperAndrew Lunn1-11/+14
2017-08-01net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn1-29/+33
2017-08-01net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn1-48/+40
2017-08-01net: phy: marvell: consolidate RGMII delay codeAndrew Lunn1-32/+22
2017-08-01net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn1-35/+12
2017-08-01net: phy: marvell: tabificationAndrew Lunn1-15/+15
2017-08-01mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-08-01net: bcmgenet: Add dependency on HAS_IOMEM && OFFlorian Fainelli1-0/+1
2017-08-01net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-01sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland1-3/+3
2017-08-01net: phy: Log only PHY state transitionsMarc Gonzalez1-3/+4
2017-08-01mlxsw: spectrum_router: Simplify a piece of codePetr Machata1-2/+2
2017-08-01mlxsw: spectrum_router: Clarify a piece of codePetr Machata1-1/+1
2017-08-01mlxsw: spectrum_router: Simplify a piece of codePetr Machata1-3/+1
2017-08-01mlxsw: reg.h: Namespace IP2ME registersPetr Machata1-4/+4
2017-08-01mlxsw: Update specification of reg_ritr_typePetr Machata1-4/+4
2017-08-01mlxsw: spectrum_router: Fix a typoPetr Machata1-1/+1
2017-08-01mlxsw: reg.h: Fix a typoPetr Machata1-1/+1
2017-08-01mlxsw: spectrum_acl: Fix a typoPetr Machata1-1/+1
2017-08-01net: bcmgenet: Utilize bcmgenet_mii_exit() for error pathFlorian Fainelli1-6/+1
2017-08-01net: bcmgenet: Drop legacy MDIO codeFlorian Fainelli1-125/+0
2017-08-01net: bcmgenet: utilize generic Broadcom UniMAC MDIO controller driverFlorian Fainelli3-34/+116
2017-08-01net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli1-6/+22
2017-08-01net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundFlorian Fainelli1-1/+3
2017-08-01net: phy: mdio-bcm-unimac: create unique bus namesFlorian Fainelli1-1/+1
2017-08-01net: phy: mdio-bcm-unimac: factor busy polling loopFlorian Fainelli1-22/+21
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-11/+20
2017-07-31libata: fix a couple of doc build warningsJonathan Corbet1-2/+2
2017-07-31net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn1-3/+5
2017-07-31net: fec: Issue error for missing but expected PHYAndrew Lunn1-1/+3
2017-07-31net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland4-7/+47
2017-07-31net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland1-14/+14
2017-07-31net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland2-0/+8
2017-07-31net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIOEgil Hjelmeland1-1/+2
2017-07-30cxgb4: ethtool forward error correction management supportCasey Leedom1-0/+100
2017-07-30cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom1-35/+117
2017-07-30Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2-6/+1
2017-07-30netvsc: signal host if receive ring is emptiedstephen hemminger1-3/+8
2017-07-30netvsc: fix error unwind on device setup failurestephen hemminger1-1/+2
2017-07-30netvsc: optimize receive completionsstephen hemminger3-175/+126
2017-07-30netvsc: remove unnecessary indirection of page_bufferstephen hemminger4-20/+17
2017-07-30netvsc: don't print pointer value in error messagestephen hemminger1-2/+4
2017-07-30netvsc: fix warnings reported by lockdepstephen hemminger4-50/+54
2017-07-30netvsc: fix return value for set_channelsstephen hemminger1-1/+1