aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-179/+232
2013-03-31DM9000B: driver initialization upgradeJoseph CHANG2-105/+120
2013-03-31sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2-5/+5
2013-03-31sh_eth: workaround for spurious ECI interruptSergei Shtylyov1-2/+8
2013-03-31sh_eth: fix handling of no LINK signalSergei Shtylyov1-4/+6
2013-03-29qlcnic: Bump up the version to 5.2.39Rajesh Borundia1-3/+3
2013-03-29qlcnic: Support atomic commandsRajesh Borundia5-9/+183
2013-03-29qlcnic: Support VF-PF communication channel commands.Rajesh Borundia10-175/+994
2013-03-29qlcnic: VF-PF communication channel implementationRajesh Borundia7-8/+1191
2013-03-29qlcnic: Use shared interrupt vector for Tx and RxRajesh Borundia5-22/+80
2013-03-29qlcnic: SR-IOV VF probeRajesh Borundia8-22/+214
2013-03-29qlcnic: Support SR-IOV enable and disableRajesh Borundia12-7/+613
2013-03-29ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-03-29cirrus: cs89x0: remove two obsolete Kconfig macrosPaul Bolle1-53/+1
2013-03-29atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-18/+2
2013-03-29sh_eth: add R-Car support for realSergei Shtylyov1-8/+99
2013-03-29sh_eth: move data from header file to driverSergei Shtylyov2-219/+218
2013-03-29net: calxedaxgmac: Wake-on-LAN fixesRob Herring1-1/+5
2013-03-29net: calxedaxgmac: fix rx ring handling when OOMRob Herring1-0/+3
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-03-29sky2: Receive Overflows not countedMirko Lindner1-1/+1
2013-03-28net/macb: make clk_enable atomicSteffen Trumtrar1-10/+10
2013-03-28net/macb: force endian_swp_pkt_en to offSteffen Trumtrar2-0/+3
2013-03-28net/macb: clear tx/rx completion flags in ISRSteffen Trumtrar1-0/+3
2013-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller11-113/+315
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose2-7/+21
2013-03-28ixgbe: Don't give VFs random MAC addressesGreg Rose1-10/+13
2013-03-28e1000e: fix scheduling while atomic bugsBruce Allan1-4/+4
2013-03-28e1000e: increase driver version numberBruce Allan1-1/+1
2013-03-28e1000e: cleanup unused definesBruce Allan1-7/+0
2013-03-28e1000e: add support for LTR on I217/I218Bruce Allan1-0/+97
2013-03-28e1000e: enable EEE by defaultBruce Allan1-4/+0
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan5-72/+88
2013-03-27e1000e: long access timeouts when I217/I218 MAC and PHY are out of syncBruce Allan1-1/+28
2013-03-27e1000e: fix LED blink logic for designs with LEDs driven by cathodeBruce Allan1-7/+20
2013-03-27e1000e: slow performance between two 82579 connected via 10Mbit hubBruce Allan3-0/+30
2013-03-27e1000e: additional error handling on PHY register accessesBruce Allan2-0/+13
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-27bnx2x: fix compilation without CONFIG_BNX2X_SRIOVDmitry Kravkov2-1/+2
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller3-5/+23
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li1-32/+50
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-33/+54
2013-03-27bnx2x: Cosmetic changesYaniv Rosner1-11/+13
2013-03-27bnx2x: Support reading I2C EEPROM SFF8472Yaniv Rosner3-60/+155
2013-03-27bnx2x: Prevent VF raceDmitry Kravkov5-34/+82
2013-03-27bnx2x: Fix VF outer vlan removalAriel Elior1-8/+9
2013-03-27bnx2x: Fix VF statisticsAriel Elior3-37/+47