aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+12
2009-10-24r8169: fix Ethernet Hangup for RTL8110SC rev dSimon Wunderlich1-1/+12
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-55/+932
2009-10-13r8169: partial support and phy init for the 8168dfrançois romieu1-55/+932
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-2/+1
2009-09-07r8169: Fix warning in rtl8169_start_xmit().David S. Miller1-1/+0
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-6/+6
2009-08-12r8169: phy init for the 8102efrançois romieu1-0/+1
2009-08-12r8169: phy init for the 8169sfrançois romieu1-56/+60
2009-08-12r8169: phy init for the 8169scdfrançois romieu1-0/+68
2009-08-12r8169: phy init for the 8169scefrançois romieu1-0/+56
2009-08-12r8169: differentiate close chipsets in the startup identification messagefrançois romieu1-1/+1
2009-08-12r8169: fix r8101 quirk dupefrançois romieu1-1/+1
2009-07-26r8169: WakeOnLan fix for the 8168françois romieu1-2/+11
2009-06-19r8169: remove unused variableFlorian Westphal1-3/+0
2009-06-17r8169: do not bring device down when suspendingfrançois romieu1-11/+8
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+5
2009-06-11r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq()Eric Dumazet1-1/+1
2009-06-09r8169: fix crash when large packets are receivedEric Dumazet1-6/+5
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-45/+57
2009-05-29net: dont update dev->trans_startEric Dumazet1-2/+0
2009-05-26r8169: Use a different default for each familyJean Delvare1-17/+22
2009-05-25r8169: avoid losing MSI interruptsDavid Dillow1-45/+57
2009-05-19r8169: allow true forced mode settingfrançois romieu1-53/+59
2009-05-19r8169: remove useless struct memberfrançois romieu1-2/+0
2009-04-13NET/r8169: Rework suspend and resumeRafael J. Wysocki1-22/+39
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-02r8169: reset IntrStatus after chip resetKarsten Wiese1-2/+3
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-120/+2
2009-03-15r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"françois romieu1-112/+2
2009-03-15r8169: use hardware auto-padding.françois romieu1-8/+0
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+112
2009-03-01r8169: read MAC address from EEPROM on init (2nd attempt)Ivan Vecera1-2/+112
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-35/+58
2009-02-06r8169: Don't update statistics counters when interface is downIvan Vecera1-35/+58
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19r8169: convert to net_device_opsFrancois Romieu1-16/+32
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-26r8169: revert "read MAC address from EEPROM on init"Francois Romieu1-88/+0
2008-10-22r8169: checks against wrong mac addresse initFrancois Romieu1-4/+18
2008-10-22r8169: verbose mac address initFrancois Romieu1-4/+12
2008-10-12r8169: NULL pointer dereference on r8169 loadPetr Vandrovec1-1/+2
2008-10-10r8169: add shutdown handlerFrancois Romieu1-0/+6
2008-10-10r8169: preliminary 8168d supportFrancois Romieu1-2/+97
2008-10-10r8169: support additional 8168cp chipsetFrancois Romieu1-3/+27
2008-10-10r8169: change default behavior for mildly identified 8168c chipsetsFrancois Romieu1-3/+4