summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-05-31tulip: remove redundant D0 power state setYijing Wang
2013-05-31qlcnic: remove redundant D0 power state setYijing Wang
2013-05-31net, jme: remove redundant D0 power state setYijing Wang
2013-05-31phy: Add Marvell 88E1510 phy IDMichal Simek
2013-05-31phy: Add Marvell 88E1116R phy IDMichal Simek
2013-05-31phy: Use macros instead of hardcoded values in marvell phy driverMichal Simek
2013-05-31phy: Add Vitesse 8211 phy IDMichal Simek
2013-05-31phy: Clean coding style in vitesse phyMichal Simek
2013-05-31net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth
2013-05-31net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth
2013-05-31net: emaclite: Update driver headerMichal Simek
2013-05-31net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek
2013-05-31net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek
2013-05-31net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek
2013-05-31net: emaclite: Support multiple phys connected to one MDIO busMichal Simek
2013-05-31net: emaclite: Report failures in mdio setupMichal Simek
2013-05-30netxen_nic: Update version to 4.0.81Manish Chopra
2013-05-30netxen_nic: Avoid mixed mode interruptsManish Chopra
2013-05-30netxen_nic: netxen_setup_intr() function code cleanupManish Chopra
2013-05-30netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra
2013-05-30netxen_nic: Log driver version with firmware versionManish Chopra
2013-05-29net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico
2013-05-29bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico
2013-05-29vxlan: defer vxlan init as late as possibleCong Wang
2013-05-29vxlan: use unsigned int instead of unsignedCong Wang
2013-05-29vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang
2013-05-29cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman
2013-05-29isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-28bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov
2013-05-28net/phy: Use module_spi_driver in spi_ks8995.cSachin Kamat
2013-05-28net: micrel : ks8851-ml: add dt supportJean-Christophe PLAGNIOL-VILLARD
2013-05-28phy: bcm63xx: report Broadcom BCM63xx PHYs as internalFlorian Fainelli
2013-05-28phy: allow drivers to flag a PHY device as internalFlorian Fainelli
2013-05-28net: wan: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-28net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-28net: irda: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-28net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-28fec: Handle the regulator in suspend/resumeFabio Estevam
2013-05-28fec: Remove irqs firstFabio Estevam
2013-05-28fec: Disable the PHY regulator on error and removalFabio Estevam
2013-05-28fec: Invert the order of error path sequenceFabio Estevam
2013-05-28fec: Place the phy regulator in the private structureFabio Estevam
2013-05-28be2net: Trim padded packets for LancerSomnath Kotur
2013-05-28be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur
2013-05-28be2net: cleanup be_get_drvinfo()Somnath Kotur