summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)Author
2009-07-26r8169: WakeOnLan fix for the 8168françois romieu
2009-06-19r8169: remove unused variableFlorian Westphal
2009-06-17r8169: do not bring device down when suspendingfrançois romieu
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-11r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq()Eric Dumazet
2009-06-09r8169: fix crash when large packets are receivedEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-26r8169: Use a different default for each familyJean Delvare
2009-05-25r8169: avoid losing MSI interruptsDavid Dillow
2009-05-19r8169: allow true forced mode settingfrançois romieu
2009-05-19r8169: remove useless struct memberfrançois romieu
2009-04-13NET/r8169: Rework suspend and resumeRafael J. Wysocki
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-02r8169: reset IntrStatus after chip resetKarsten Wiese
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-15r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"françois romieu
2009-03-15r8169: use hardware auto-padding.françois romieu
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-01r8169: read MAC address from EEPROM on init (2nd attempt)Ivan Vecera
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-06r8169: Don't update statistics counters when interface is downIvan Vecera
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19r8169: convert to net_device_opsFrancois Romieu
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-26r8169: revert "read MAC address from EEPROM on init"Francois Romieu
2008-10-22r8169: checks against wrong mac addresse initFrancois Romieu
2008-10-22r8169: verbose mac address initFrancois Romieu
2008-10-12r8169: NULL pointer dereference on r8169 loadPetr Vandrovec
2008-10-10r8169: add shutdown handlerFrancois Romieu
2008-10-10r8169: preliminary 8168d supportFrancois Romieu
2008-10-10r8169: support additional 8168cp chipsetFrancois Romieu
2008-10-10r8169: change default behavior for mildly identified 8168c chipsetsFrancois Romieu
2008-10-10r8169: add a new 8168cp flavorFrancois Romieu
2008-10-10r8169: add a new 8168c flavor (bis)Francois Romieu
2008-10-10r8169: add a new 8168c flavorFrancois Romieu
2008-10-10r8169: sync existing 8168 device hardware start sequences with vendor driverFrancois Romieu
2008-10-10r8169: 8168b Tx performance tweakFrancois Romieu
2008-10-10r8169: make room for more specific 8168 hardware start procedureFrancois Romieu
2008-10-10r8169: shuffle some registers handling around (8168 operation only)Francois Romieu
2008-10-10r8169: new phy init parameters for the 8168bFrancois Romieu
2008-10-10r8169: update phy init parametersFrancois Romieu
2008-10-10r8169: wake up the PHY of the 8168Francois Romieu
2008-10-09r8169: fix early spinlock useFrancois Romieu
2008-10-08r8169: WoL fixes, part 2.Bruno Prémont
2008-10-08r8169: WoL fixes, part 1.Bruno Prémont
2008-10-08r8169: read MAC address from EEPROM on initIvan Vecera