aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23r8169: revert "add byte queue limit support".Francois Romieu1-22/+5
2012-07-17r8169: verbose error message.Francois Romieu1-1/+2
2012-07-17r8169: remove rtl_ocpdr_cond.Hayes Wang1-11/+1
2012-07-10r8169: fix argument in rtl_hw_init_8168g.Hayes Wang1-2/+2
2012-07-09r8169: support RTL8168GHayes Wang1-0/+291
2012-07-09r8169: abstract out loop conditions.Francois Romieu1-181/+186
2012-07-09r8169: ephy, eri and efuse functions signature changes.Francois Romieu1-111/+100
2012-07-09r8169: csi_ops signature change.Francois Romieu1-11/+12
2012-07-09r8169: mdio_ops signature change.Francois Romieu1-20/+26
2012-07-09r8169: add RTL8106E support.Hayes Wang1-0/+56
2012-06-22r8169: RxConfig hack for the 8168evl.françois romieu1-0/+1
2012-06-10r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-01r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2-2/+2
2012-06-018139cp: set ring address before enabling receiverJason Wang1-11/+11
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2012-05-08r8169: fix unsigned int wraparound with TSOJulien Ducourthial1-6/+10
2012-04-17r8169: support the new RTL8411 chip.Hayes Wang1-2/+138
2012-04-17r8169: adjust some functions of 8111fHayes Wang1-52/+47
2012-04-17r8169: support the new RTL8402 chip.Hayes Wang1-1/+121
2012-04-17r8169: add device specific CSI access helpers.Hayes Wang1-106/+194
2012-04-17r8169: modify pll power functionHayes Wang1-7/+30
2012-04-17r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu1-0/+6
2012-04-17r8169: Config1 is read-only on 8168c and later.Francois Romieu1-2/+13
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2012-04-138139cp: set intr mask after its handler is registeredJason Wang1-2/+8
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2012-04-08Merge branch 'master' into for-nextJiri Kosina4-781/+952
2012-04-078139too: dev->{base_addr, irq} removal.Francois Romieu1-80/+56
2012-04-078139cp: stop using net_device.{base_addr, irq}.Francois Romieu1-10/+11
2012-04-04r8169: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-03r8169: enable napi on resume.Artem Savkov1-0/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-28r8169.c: fix comment typoJustin P. Mattock1-1/+1
2012-03-11r8169: enable transmit time stamping.Richard Cochran1-0/+2
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu1-61/+57
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu1-11/+9
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu1-87/+81
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu1-51/+50
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu1-29/+20
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu1-246/+246
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu1-29/+29
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-03-06r8169: runtime resume before shutdown.françois romieu1-0/+5
2012-03-068139too: Add 64bit statisticsJunchang Wang1-8/+38
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2012-03-06r8169: add byte queue limit support.Igor Maravic1-5/+22
2012-03-06r8169: add 64bit statistics.Junchang Wang1-14/+45