aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+3
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-278/+382
2006-09-22Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmpJeff Garzik1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-20r8169: the MMIO region of the 8167 stands behin BAR#1Francois Romieu1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-12Merge tag 'r8169-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmpJeff Garzik1-276/+380
2006-09-11r8169: quirk for the 8110sb on arm platformFrancois Romieu1-2/+7
2006-08-31r8169: the 0x8136 needs a 8 bytes alignmentFrancois Romieu1-1/+1
2006-08-31r8169: add basic MII ioctl supportFrancois Romieu1-0/+28
2006-08-31r8169: use standard #defines from mii.h instead of declaring private onesFrancois Romieu1-62/+31
2006-08-31r8169: trim trailing whitespaces and convert whitespaces to tabsFrancois Romieu1-33/+32
2006-08-31r8169: udelay() removalFrancois Romieu1-5/+7
2006-08-31r8169: use NETDEV_TX_{BUSY/OK}Francois Romieu1-2/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-26r8169: sync with vendor's driverFrancois Romieu1-74/+144
2006-07-26r8169: remove rtl8169_init_boardFrancois Romieu1-105/+86
2006-07-26r8169: hardware flow controlFrancois Romieu1-0/+7
2006-07-26r8169: RX fifo overflow recoveryFrancois Romieu1-4/+9
2006-07-26r8169: mac address change supportFrancois Romieu1-0/+38
2006-07-05[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik1-11/+8
2006-07-05[netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik1-24/+19
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-1/+1
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-2/+1
2006-05-26[PATCH] r8169: add new PCI IDYoichi Yuasa1-0/+1
2006-03-03Massive net driver const-ification.Arjan van de Ven1-2/+2
2006-02-23r8169: enable wake on lanFrancois Romieu1-0/+87
2006-02-23r8169: fix broken ring index handling in suspend/resumeFrancois Romieu1-43/+59
2006-01-31r8169: fix forced-mode link settingsAndy Gospodarek1-0/+3
2006-01-29r8169: prevent excessive busy-waitingFrancois Romieu1-6/+4
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-1/+1
2005-11-16r8169: do not abort when the power management capabilities are disabledFrancois Romieu1-3/+1
2005-11-16r8169: fix printk_ratelimit in the interrupt handlerFrancois Romieu1-1/+1
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik1-2/+1
2005-09-30[PATCH] r8169: tone down the r8169 driverFrancois Romieu1-2/+1
2005-09-22Merge /spare/repo/linux-2.6/Jeff Garzik1-2/+2
2005-09-21[PATCH] r8169: call proper VLAN receive functionTommy Christensen1-2/+2
2005-09-14[PATCH] r8169: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2
2005-08-27[PATCH] r8169: avoid conflict between revisions 2 and 3 of the Linksys EG1032Francois Romieu1-1/+1
2005-08-19[PATCH] r8169: PCI ID for the Linksys EG1032Francois Romieu1-0/+1
2005-06-28[NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller1-2/+2
2005-06-18Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.gitLinus Torvalds1-68/+252
2005-06-13[NET]: Move the netdev list to vger.kernel.org.Ralf Baechle1-1/+1
2005-05-27[PATCH] r8169: minor cleanupRichard Dawe1-8/+5
2005-05-27[PATCH] r8169: add ethtool support for dumping the chip statisticsStephen Hemminger1-0/+100
2005-05-27[PATCH] r8169: ethtool message level control supportStephen Hemminger1-56/+135
2005-05-27[PATCH] r8169: add module parameter (media)Francois Romieu1-0/+1
2005-05-27[PATCH] r8169: add module parameter (copybreak)Stephen Hemminger1-0/+1
2005-05-27[PATCH] r8169: identify the napi versionStephen Hemminger1-2/+7