summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-03tg3: remove redundant pm init codeYijing Wang1-21/+3
2013-06-03ssb: sprom: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han7-14/+14
2013-06-03net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han2-4/+4
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han4-4/+4
2013-06-03ibm-ethernet: delete stale MCA and duplicate PSERIES dependencyPaul Gortmaker1-2/+1
2013-06-02bnx2x: fix a power state testYuval Mintz1-1/+2
2013-06-02bnx2x: semi-Semantic changesYuval Mintz1-6/+8
2013-06-02bnx2x: Revise printsYuval Mintz9-84/+224
2013-06-02bnx2x: Semantic removal and beautificationYuval Mintz2-22/+13
2013-06-02bnx2x: Revise comments and alignmentYuval Mintz12-307/+251
2013-06-02bnx2x: Semantic change of empty linesYuval Mintz14-160/+3
2013-06-01bnx2x: use XPS if possible for bnx2x_select_queue instead of pure hashEric Dumazet1-1/+1
2013-05-31cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez3-3/+35
2013-05-31be2net: Implement initiate FW dump feature for LancerSomnath Kotur6-35/+105
2013-05-31drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMAMugunthan V N1-0/+5
2013-05-31net: Add MDIO bus driver for the Allwinner EMACMaxime Ripard3-0/+205
2013-05-31net: Add EMAC ethernet driver found on Allwinner A10 SoC'sStefan Roese6-0/+1111
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli1-0/+1
2013-05-31tulip: remove redundant D0 power state setYijing Wang1-6/+0
2013-05-31qlcnic: remove redundant D0 power state setYijing Wang1-1/+0
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...Simon Horman1-6/+5