summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)Author
2011-03-14r8169: use RxFIFO overflow workaround for 8168c chipset.Ivan Vecera
2011-03-07r8169: disable ASPMStanislaw Gruszka
2010-10-28r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka
2010-09-26r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs
2010-09-26r8169: fix random mdio_write failuresTimo Teräs
2010-05-12r8169: more broken register writes workaroundfrançois romieu
2010-05-12r8169: fix broken register writesFrancois Romieu
2010-05-12r8169: use correct barrier between cacheable and non-cacheable memoryDavid Dillow
2010-04-26r8169: clean up my printk uglynessNeil Horman
2010-04-26r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman
2009-11-29r8169: restore mac addr in rtl8169_remove_one and rtl_shutdownIvan Vecera
2009-11-13r8169: Fix receive buffer length when MTU is between 1515 and 1536Raimonds Cicans
2009-10-29r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo framesRaimonds Cicans
2009-10-24r8169: fix Ethernet Hangup for RTL8110SC rev dSimon Wunderlich
2009-10-13r8169: partial support and phy init for the 8168dfrançois romieu
2009-09-07r8169: Fix warning in rtl8169_start_xmit().David S. Miller
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-12r8169: phy init for the 8102efrançois romieu
2009-08-12r8169: phy init for the 8169sfrançois romieu
2009-08-12r8169: phy init for the 8169scdfrançois romieu
2009-08-12r8169: phy init for the 8169scefrançois romieu
2009-08-12r8169: differentiate close chipsets in the startup identification messagefrançois romieu
2009-08-12r8169: fix r8101 quirk dupefrançois romieu
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