summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/r8169.c
AgeCommit message (Expand)Author
2013-06-27r8169: fix offloaded tx checksum for small packets.Francois Romieu
2013-05-19r8169: fix vlan tag read ordering.Francois Romieu
2013-05-11r8169: fix 8168evl frame padding.Stefan Bader
2013-04-16r8169: fix auto speed down issueHayes Wang
2013-02-14r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs
2013-01-21r8169: avoid NAPI scheduling delay.Francois Romieu
2012-11-26r8169: allow multicast packets on sub-8168f chipset.Nathan Walp
2012-11-26r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois
2012-11-26r8169: use unlimited DMA burst for TXMichal Schmidt
2012-10-13r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu
2012-10-13r8169: Config1 is read-only on 8168c and later.Francois Romieu
2012-10-02r8169: RxConfig hack for the 8168evl.Francois Romieu
2012-08-09r8169: revert "add byte queue limit support".Francois Romieu
2012-07-16r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga
2012-05-08r8169: fix unsigned int wraparound with TSOJulien Ducourthial
2012-04-03r8169: enable napi on resume.Artem Savkov
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-11r8169: enable transmit time stamping.Richard Cochran
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06r8169: runtime resume before shutdown.françois romieu
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06r8169: add byte queue limit support.Igor Maravic
2012-03-06r8169: add 64bit statistics.Junchang Wang
2012-03-02r8169: corrupted IP fragments fix for large mtu.françois romieu
2012-02-24r8169: Support RX-FCS flag.Ben Greear
2012-02-24r8169: Support RX-ALL flag.Ben Greear
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31r8169: spinlock redux.Francois Romieu
2012-01-31r8169: avoid a useless work scheduling.Francois Romieu
2012-01-31r8169: move task enable boolean to bitfield.Francois Romieu
2012-01-31r8169: bh locking redux and task scheduling.Francois Romieu
2012-01-31r8169: fix early queue wake-up.Francois Romieu
2012-01-27r8169: remove work from irq handler.Francois Romieu
2012-01-27r8169: missing barriers.Francois Romieu
2012-01-27r8169: irq mask helpers.Francois Romieu
2012-01-27r8169: factor out IntrMask writes.Francois Romieu
2012-01-27r8169: stop delaying workqueue.Francois Romieu
2012-01-27r8169: remove rtl8169_reinit_task.Francois Romieu
2012-01-27r8169: remove hardcoded PCIe registers accesses.Francois Romieu
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-19r8169: fix Config2 MSIEnable bit setting.françois romieu
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller