summaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* r8169: fix suspend/resume for down interfaceFrancois Romieu2007-04-041-6/+7
* r8169: issue request_irq after the private data are completely initializedFrancois Romieu2007-04-041-15/+18
* r8169: fix a race between PCI probe and dev_openFrancois Romieu2007-03-091-5/+5
* r8169: revert bogus BMCR resetFrancois Romieu2007-03-091-2/+2
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-2/+1Star
* r8169: RTNL and flush_scheduled_work deadlockFrancois Romieu2007-02-201-7/+18
* [PATCH] uintptr_t is unsigned long, not u32Al Viro2007-02-091-2/+2
* r8169: extraneous Cmd{Tx/Rx}Enb writeFrancois Romieu2006-12-261-1/+0Star
* r8169: use the broken_parity_status field in pci_devFrancois Romieu2006-12-261-4/+1Star
* Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/ho...Jeff Garzik2006-12-071-25/+59
|\
| * r8169: more alignment for the 0x8168Francois Romieu2006-12-041-2/+2
| * r8169: phy program updateFrancois Romieu2006-12-041-5/+0Star
| * r8169: tweak the PCI data parity error recoveryFrancois Romieu2006-12-041-4/+13
| * r8169: more magic during initialization of the hardwareFrancois Romieu2006-12-041-14/+44
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-4/+22
|\|
| * r8169: perform a PHY reset before any other operation at boot timeFrancois Romieu2006-12-021-2/+20
| * [PATCH] r8169: Fix iteration variable signFrancois Romieu2006-11-291-2/+2
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-9/+14
|/
* Revert "r8169: mac address change support"Linus Torvalds2006-10-301-38/+0Star
* Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/li...Jeff Garzik2006-10-211-1/+6
|\
| * r8169: fix infinite loop during hotplugArnaud Patard2006-10-121-1/+5
| * r8169: PCI ID for Corega Gigabit network cardAndrew Morton2006-10-091-0/+1
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+3Star
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-278/+382
|\
| * Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik2006-09-231-1/+1
| |\
| | * r8169: the MMIO region of the 8167 stands behin BAR#1Francois Romieu2006-09-201-1/+1
| * | drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * | Merge tag 'r8169-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik2006-09-131-276/+380
| |\|
| | * r8169: quirk for the 8110sb on arm platformFrancois Romieu2006-09-111-2/+7
| | * r8169: the 0x8136 needs a 8 bytes alignmentFrancois Romieu2006-08-311-1/+1
| | * r8169: add basic MII ioctl supportFrancois Romieu2006-08-311-0/+28
| | * r8169: use standard #defines from mii.h instead of declaring private onesFrancois Romieu2006-08-311-62/+31Star
| | * r8169: trim trailing whitespaces and convert whitespaces to tabsFrancois Romieu2006-08-311-33/+32Star
| | * r8169: udelay() removalFrancois Romieu2006-08-311-5/+7
| | * r8169: use NETDEV_TX_{BUSY/OK}Francois Romieu2006-08-311-2/+2
| | * r8169: sync with vendor's driverFrancois Romieu2006-07-261-74/+144
| | * r8169: remove rtl8169_init_boardFrancois Romieu2006-07-261-105/+86Star
| | * r8169: hardware flow controlFrancois Romieu2006-07-261-0/+7
| | * r8169: RX fifo overflow recoveryFrancois Romieu2006-07-261-4/+9
| | * r8169: mac address change supportFrancois Romieu2006-07-261-0/+38
| * | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
| |/
* / [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-051-11/+8Star
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-24/+19Star
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-2/+1Star
* [PATCH] r8169: add new PCI IDYoichi Yuasa2006-05-271-0/+1