aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-08r8169: perform RX config change after mac filteringFrancois Romieu1-1/+2
2007-07-08r8169: mac address change supportFrancois Romieu1-0/+36
2007-07-08r8169: display some extra debug information during startupFrancois Romieu1-2/+4
2007-07-08r8169: add endianess annotations to [RT]xDescRolf Eike Beer1-6/+6
2007-07-08r8169: align the IP header when there is no DMA constraintFrancois Romieu1-3/+6
2007-07-08r8169: add bit description for the TxPoll registerFrancois Romieu1-1/+6
2007-07-08r8169: cleanupFrancois Romieu1-202/+145
2007-07-08r8169: remove the media optionFrancois Romieu1-67/+5
2007-07-08r8169: small 8101 commentFrancois Romieu1-0/+4
2007-07-08r8169: confusion between hardware and IP header alignmentFrancois Romieu1-7/+5
2007-07-08r8169: merge with version 8.001.00 of Realtek's r8168 driverFrancois Romieu1-30/+89
2007-07-08r8169: merge with version 6.001.00 of Realtek's r8169 driverFrancois Romieu1-35/+55
2007-07-08r8169: prettify mac_versionFrancois Romieu1-10/+10
2007-07-08r8169: populate the hw_start handler for the 8110Francois Romieu1-9/+38
2007-07-08r8169: populate the hw_start handler for the 8168Francois Romieu1-3/+31
2007-07-08r8169: add helpers for per-device hw_start handlerFrancois Romieu1-18/+35
2007-07-08r8169: add hooks for per-device hw_start handlerFrancois Romieu1-19/+45
2007-07-08r8169: Rx path updateStephen Hemminger1-28/+28
2007-07-08r8169: kill eth_copy_and_sum()David S. Miller1-1/+1
2007-07-08r8169: de-obfuscate modulo arithmeticFrancois Romieu1-1/+3
2007-07-08r8169: use netdev_alloc_skbStephen Hemminger1-13/+14
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-11/+0
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-04-03r8169: fix suspend/resume for down interfaceFrancois Romieu1-6/+7
2007-04-03r8169: issue request_irq after the private data are completely initializedFrancois Romieu1-15/+18
2007-03-09r8169: fix a race between PCI probe and dev_openFrancois Romieu1-5/+5
2007-03-09r8169: revert bogus BMCR resetFrancois Romieu1-2/+2
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-2/+1
2007-02-20r8169: RTNL and flush_scheduled_work deadlockFrancois Romieu1-7/+18
2007-02-09[PATCH] uintptr_t is unsigned long, not u32Al Viro1-2/+2
2006-12-26r8169: extraneous Cmd{Tx/Rx}Enb writeFrancois Romieu1-1/+0
2006-12-26r8169: use the broken_parity_status field in pci_devFrancois Romieu1-4/+1
2006-12-07Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into upstreamJeff Garzik1-25/+59
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-4/+22
2006-12-04r8169: more alignment for the 0x8168Francois Romieu1-2/+2
2006-12-04r8169: phy program updateFrancois Romieu1-5/+0
2006-12-04r8169: tweak the PCI data parity error recoveryFrancois Romieu1-4/+13
2006-12-04r8169: more magic during initialization of the hardwareFrancois Romieu1-14/+44
2006-12-02r8169: perform a PHY reset before any other operation at boot timeFrancois Romieu1-2/+20
2006-11-29[PATCH] r8169: Fix iteration variable signFrancois Romieu1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-9/+14
2006-10-29Revert "r8169: mac address change support"Linus Torvalds1-38/+0
2006-10-21Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmpJeff Garzik1-1/+6
2006-10-12r8169: fix infinite loop during hotplugArnaud Patard1-1/+5
2006-10-09r8169: PCI ID for Corega Gigabit network cardAndrew Morton1-0/+1
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