summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)Author
2007-02-09[PATCH] uintptr_t is unsigned long, not u32Al Viro
2006-12-26r8169: extraneous Cmd{Tx/Rx}Enb writeFrancois Romieu
2006-12-26r8169: use the broken_parity_status field in pci_devFrancois Romieu
2006-12-07Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/ho...Jeff Garzik
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-04r8169: more alignment for the 0x8168Francois Romieu
2006-12-04r8169: phy program updateFrancois Romieu
2006-12-04r8169: tweak the PCI data parity error recoveryFrancois Romieu
2006-12-04r8169: more magic during initialization of the hardwareFrancois Romieu
2006-12-02r8169: perform a PHY reset before any other operation at boot timeFrancois Romieu
2006-11-29[PATCH] r8169: Fix iteration variable signFrancois Romieu
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-29Revert "r8169: mac address change support"Linus Torvalds
2006-10-21Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/li...Jeff Garzik
2006-10-12r8169: fix infinite loop during hotplugArnaud Patard
2006-10-09r8169: PCI ID for Corega Gigabit network cardAndrew Morton
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-20r8169: the MMIO region of the 8167 stands behin BAR#1Francois Romieu
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-12Merge tag 'r8169-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik
2006-09-11r8169: quirk for the 8110sb on arm platformFrancois Romieu
2006-08-31r8169: the 0x8136 needs a 8 bytes alignmentFrancois Romieu
2006-08-31r8169: add basic MII ioctl supportFrancois Romieu
2006-08-31r8169: use standard #defines from mii.h instead of declaring private onesFrancois Romieu
2006-08-31r8169: trim trailing whitespaces and convert whitespaces to tabsFrancois Romieu
2006-08-31r8169: udelay() removalFrancois Romieu
2006-08-31r8169: use NETDEV_TX_{BUSY/OK}Francois Romieu
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-26r8169: sync with vendor's driverFrancois Romieu
2006-07-26r8169: remove rtl8169_init_boardFrancois Romieu
2006-07-26r8169: hardware flow controlFrancois Romieu
2006-07-26r8169: RX fifo overflow recoveryFrancois Romieu
2006-07-26r8169: mac address change supportFrancois Romieu
2006-07-05[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik
2006-07-05[netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu
2006-05-26[PATCH] r8169: add new PCI IDYoichi Yuasa
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-02-23r8169: enable wake on lanFrancois Romieu
2006-02-23r8169: fix broken ring index handling in suspend/resumeFrancois Romieu
2006-01-31r8169: fix forced-mode link settingsAndy Gospodarek
2006-01-29r8169: prevent excessive busy-waitingFrancois Romieu
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl
2005-11-16r8169: do not abort when the power management capabilities are disabledFrancois Romieu
2005-11-16r8169: fix printk_ratelimit in the interrupt handlerFrancois Romieu