summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: flexcan: Let device core handle pinctrlFabio Estevam2013-06-031-6/+0
* tg3: remove redundant pm init codeYijing Wang2013-06-031-21/+3
* net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-037-14/+14
* net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-032-4/+4
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-034-4/+4
* ibm-ethernet: delete stale MCA and duplicate PSERIES dependencyPaul Gortmaker2013-06-031-2/+1
* bnx2x: fix a power state testYuval Mintz2013-06-031-1/+2
* bnx2x: semi-Semantic changesYuval Mintz2013-06-031-6/+8
* bnx2x: Revise printsYuval Mintz2013-06-039-84/+224
* bnx2x: Semantic removal and beautificationYuval Mintz2013-06-032-22/+13
* bnx2x: Revise comments and alignmentYuval Mintz2013-06-0312-307/+251
* bnx2x: Semantic change of empty linesYuval Mintz2013-06-0314-160/+3
* bnx2x: use XPS if possible for bnx2x_select_queue instead of pure hashEric Dumazet2013-06-021-1/+1
* cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez2013-06-013-3/+35
* be2net: Implement initiate FW dump feature for LancerSomnath Kotur2013-06-016-35/+105
* drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMAMugunthan V N2013-06-011-0/+5
* 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
* 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
* net: pass info struct via netdevice notifierJiri Pirko2013-05-2817-22/+22