summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Add MDIO bus driver for the Allwinner EMACMaxime Ripard2013-06-013-0/+205
* net: Add EMAC ethernet driver found on Allwinner A10 SoC'sStefan Roese2013-06-016-0/+1111
* phy: add reverse MII PHY connection typeFlorian Fainelli2013-06-011-0/+1
* tulip: remove redundant D0 power state setYijing Wang2013-05-311-6/+0
* qlcnic: remove redundant D0 power state setYijing Wang2013-05-311-1/+0
* net, jme: remove redundant D0 power state setYijing Wang2013-05-311-1/+0
* phy: Add Marvell 88E1510 phy IDMichal Simek2013-05-311-0/+25
* phy: Add Marvell 88E1116R phy IDMichal Simek2013-05-311-0/+65
* phy: Use macros instead of hardcoded values in marvell phy driverMichal Simek2013-05-311-9/+9
* phy: Add Vitesse 8211 phy IDMichal Simek2013-05-311-0/+15
* phy: Clean coding style in vitesse phyMichal Simek2013-05-311-12/+11
* net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth2013-05-311-4/+149
* net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth2013-05-311-0/+11
* net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth2013-05-311-7/+18
* net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth2013-05-311-2/+1
* net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth2013-05-311-1/+1
* net: emaclite: Update driver headerMichal Simek2013-05-311-2/+2
* net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek2013-05-311-2/+2
* net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek2013-05-311-69/+69
* net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek2013-05-311-1/+1
* net: emaclite: Support multiple phys connected to one MDIO busMichal Simek2013-05-311-1/+12
* net: emaclite: Report failures in mdio setupMichal Simek2013-05-311-3/+9
* netxen_nic: Update version to 4.0.81Manish Chopra2013-05-311-2/+2
* netxen_nic: Avoid mixed mode interruptsManish Chopra2013-05-312-7/+46
* netxen_nic: netxen_setup_intr() function code cleanupManish Chopra2013-05-311-31/+46
* netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2013-05-312-4/+10
* netxen_nic: Log driver version with firmware versionManish Chopra2013-05-311-3/+3
* net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko2013-05-291-30/+15
* bonding: trivial: update the comments to reflect the realityVeaceslav Falico2013-05-291-3/+1
* bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-291-4/+4
* vxlan: defer vxlan init as late as possibleCong Wang2013-05-291-1/+1
* vxlan: use unsigned int instead of unsignedCong Wang2013-05-291-4/+4
* vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-291-1/+0
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-291-6/+5
* isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman2013-05-291-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-2825-31/+31
* bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov2013-05-281-9/+1
* net/phy: Use module_spi_driver in spi_ks8995.cSachin Kamat2013-05-281-13/+1
* net: micrel : ks8851-ml: add dt supportJean-Christophe PLAGNIOL-VILLARD2013-05-281-7/+26
* phy: bcm63xx: report Broadcom BCM63xx PHYs as internalFlorian Fainelli2013-05-281-2/+2
* phy: allow drivers to flag a PHY device as internalFlorian Fainelli2013-05-282-1/+5
* net: wan: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-1/+0
* net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-282-4/+0
* net: irda: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-283-3/+0
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-2837-61/+0
* fec: Handle the regulator in suspend/resumeFabio Estevam2013-05-281-0/+10
* fec: Remove irqs firstFabio Estevam2013-05-281-5/+5
* fec: Disable the PHY regulator on error and removalFabio Estevam2013-05-281-0/+6
* fec: Invert the order of error path sequenceFabio Estevam2013-05-281-2/+2
* fec: Place the phy regulator in the private structureFabio Estevam2013-05-282-4/+4