aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-10r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (partly)Mark Lord1-0/+1
2007-11-10r8169: do not enable the TBI for the 8168 and the 81x0Francois Romieu1-1/+2
2007-11-10r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboardCiaran McCreesh1-0/+2
2007-10-28r8169: remove poll_locked logicStephen Hemminger1-8/+4
2007-10-28r8169: napi configStephen Hemminger1-0/+4
2007-10-18r8169: more phy init for the 8168Francois Romieu1-0/+34
2007-10-18r8169: update the phy init for the 8168CFrancois Romieu1-0/+2
2007-10-18r8169: phy init cleanupFrancois Romieu1-7/+11
2007-10-18r8169: phy init for the 8168Francois Romieu1-0/+52
2007-10-18r8169: make room for more phy init changesFrancois Romieu1-25/+31
2007-10-18r8169: remove dead woodFrancois Romieu1-64/+2
2007-10-18r8169: add MAC identifiersFrancois Romieu1-23/+64
2007-10-18r8169: use the existing symbolic name of vendor PCI ID 0x1259Francois Romieu1-1/+1
2007-10-18r8169: remove private net_device_stats structureFrancois Romieu1-17/+17
2007-10-18r8169: MSI supportFrancois Romieu1-6/+44
2007-10-18r8169: convert bitfield to plain enum maskFrancois Romieu1-3/+11
2007-10-18r8169: KERN_XXX vs PFX (trivial)Joe Perches1-2/+2
2007-10-18r8169: add KERN_DEBUG to dprintk (trivial)Joe Perches1-2/+3
2007-10-10r8169: endiannessAl Viro1-13/+13
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-26/+32
2007-10-05r8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf248332afbe2Francois Romieu1-3/+13
2007-09-19r8169: workaround against ignored TxPoll writes (8168)Francois Romieu1-0/+9
2007-09-19r8169: correct phy parameters for the 8110SCEdward Hsu1-1/+4
2007-08-07Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into upstream-fixesJeff Garzik1-8/+16
2007-08-07r8169: avoid needless NAPI poll schedulingFrancois Romieu1-8/+10
2007-08-06r8169: PHY power-on fixRoger So1-0/+6
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
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