aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)Author
2007-10-18r8169: update the phy init for the 8168CFrancois Romieu
2007-10-18r8169: phy init cleanupFrancois Romieu
2007-10-18r8169: phy init for the 8168Francois Romieu
2007-10-18r8169: make room for more phy init changesFrancois Romieu
2007-10-18r8169: remove dead woodFrancois Romieu
2007-10-18r8169: add MAC identifiersFrancois Romieu
2007-10-18r8169: use the existing symbolic name of vendor PCI ID 0x1259Francois Romieu
2007-10-18r8169: remove private net_device_stats structureFrancois Romieu
2007-10-18r8169: MSI supportFrancois Romieu
2007-10-18r8169: convert bitfield to plain enum maskFrancois Romieu
2007-10-18r8169: KERN_XXX vs PFX (trivial)Joe Perches
2007-10-18r8169: add KERN_DEBUG to dprintk (trivial)Joe Perches
2007-10-10r8169: endiannessAl Viro
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-10-05r8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf248332afbe2Francois Romieu
2007-09-19r8169: workaround against ignored TxPoll writes (8168)Francois Romieu
2007-09-19r8169: correct phy parameters for the 8110SCEdward Hsu
2007-08-07Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/ho...Jeff Garzik
2007-08-07r8169: avoid needless NAPI poll schedulingFrancois Romieu
2007-08-06r8169: PHY power-on fixRoger So
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik
2007-07-08r8169: perform RX config change after mac filteringFrancois Romieu
2007-07-08r8169: mac address change supportFrancois Romieu
2007-07-08r8169: display some extra debug information during startupFrancois Romieu
2007-07-08r8169: add endianess annotations to [RT]xDescRolf Eike Beer
2007-07-08r8169: align the IP header when there is no DMA constraintFrancois Romieu
2007-07-08r8169: add bit description for the TxPoll registerFrancois Romieu
2007-07-08r8169: cleanupFrancois Romieu
2007-07-08r8169: remove the media optionFrancois Romieu
2007-07-08r8169: small 8101 commentFrancois Romieu
2007-07-08r8169: confusion between hardware and IP header alignmentFrancois Romieu
2007-07-08r8169: merge with version 8.001.00 of Realtek's r8168 driverFrancois Romieu
2007-07-08r8169: merge with version 6.001.00 of Realtek's r8169 driverFrancois Romieu
2007-07-08r8169: prettify mac_versionFrancois Romieu
2007-07-08r8169: populate the hw_start handler for the 8110Francois Romieu
2007-07-08r8169: populate the hw_start handler for the 8168Francois Romieu
2007-07-08r8169: add helpers for per-device hw_start handlerFrancois Romieu
2007-07-08r8169: add hooks for per-device hw_start handlerFrancois Romieu
2007-07-08r8169: Rx path updateStephen Hemminger
2007-07-08r8169: kill eth_copy_and_sum()David S. Miller
2007-07-08r8169: de-obfuscate modulo arithmeticFrancois Romieu
2007-07-08r8169: use netdev_alloc_skbStephen Hemminger
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-03r8169: fix suspend/resume for down interfaceFrancois Romieu