aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-31net, jme: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-31phy: Add Marvell 88E1510 phy IDMichal Simek1-0/+25
2013-05-31phy: Add Marvell 88E1116R phy IDMichal Simek1-0/+65
2013-05-31phy: Use macros instead of hardcoded values in marvell phy driverMichal Simek1-9/+9
2013-05-31phy: Add Vitesse 8211 phy IDMichal Simek1-0/+15
2013-05-31phy: Clean coding style in vitesse phyMichal Simek1-12/+11
2013-05-30net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth1-4/+149
2013-05-30net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth1-0/+11
2013-05-30net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth1-7/+18
2013-05-30net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth1-2/+1
2013-05-30net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth1-1/+1
2013-05-30net: emaclite: Update driver headerMichal Simek1-2/+2
2013-05-30net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek1-2/+2
2013-05-30net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek1-69/+69
2013-05-30net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek1-1/+1
2013-05-30net: emaclite: Support multiple phys connected to one MDIO busMichal Simek1-1/+12
2013-05-30net: emaclite: Report failures in mdio setupMichal Simek1-3/+9
2013-05-30netxen_nic: Update version to 4.0.81Manish Chopra1-2/+2
2013-05-30netxen_nic: Avoid mixed mode interruptsManish Chopra2-7/+46
2013-05-30netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-30netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2-4/+10
2013-05-30netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-29net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko1-30/+15
2013-05-28bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-28bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico1-4/+4
2013-05-28vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-28vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-28vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-28cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-6/+5
2013-05-28isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko25-31/+31
2013-05-27bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov1-9/+1
2013-05-27net/phy: Use module_spi_driver in spi_ks8995.cSachin Kamat1-13/+1
2013-05-27net: micrel : ks8851-ml: add dt supportJean-Christophe PLAGNIOL-VILLARD1-7/+26
2013-05-27phy: bcm63xx: report Broadcom BCM63xx PHYs as internalFlorian Fainelli1-2/+2
2013-05-27phy: allow drivers to flag a PHY device as internalFlorian Fainelli2-1/+5
2013-05-27net: wan: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-27net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-05-27net: irda: remove unnecessary platform_set_drvdata()Jingoo Han3-3/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han37-61/+0
2013-05-27fec: Handle the regulator in suspend/resumeFabio Estevam1-0/+10
2013-05-27fec: Remove irqs firstFabio Estevam1-5/+5
2013-05-27fec: Disable the PHY regulator on error and removalFabio Estevam1-0/+6
2013-05-27fec: Invert the order of error path sequenceFabio Estevam1-2/+2
2013-05-27fec: Place the phy regulator in the private structureFabio Estevam2-4/+4
2013-05-27be2net: Trim padded packets for LancerSomnath Kotur1-1/+3
2013-05-27be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur1-0/+10
2013-05-27be2net: cleanup be_get_drvinfo()Somnath Kotur3-7/+8
2013-05-27bnx2x: Change to D3hot only on removalYuval Mintz2-10/+24
2013-05-27bnx2x: Implement PCI shutdownYuval Mintz1-12/+59