summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169.c
Commit message (Expand)AuthorAgeFilesLines
* r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-011-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-081-762/+849
| |\
| * | r8169.c: fix comment typoJustin P. Mattock2012-03-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-6/+10
|\ \ \
| * | | r8169: fix unsigned int wraparound with TSOJulien Ducourthial2012-05-081-6/+10
| | |/ | |/|
* | | r8169: support the new RTL8411 chip.Hayes Wang2012-04-171-2/+138
* | | r8169: adjust some functions of 8111fHayes Wang2012-04-171-52/+47
* | | r8169: support the new RTL8402 chip.Hayes Wang2012-04-171-1/+121
* | | r8169: add device specific CSI access helpers.Hayes Wang2012-04-171-106/+194
* | | r8169: modify pll power functionHayes Wang2012-04-171-7/+30
* | | r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu2012-04-171-0/+6
* | | r8169: Config1 is read-only on 8168c and later.Francois Romieu2012-04-171-2/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+3
|\| |
| * | r8169: enable napi on resume.Artem Savkov2012-04-031-0/+3
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | | r8169: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/ /
* | r8169: enable transmit time stamping.Richard Cochran2012-03-111-0/+2
* | r8169: stop using net_device.{base_addr, irq}.Francois Romieu2012-03-101-7/+5
* | r8169: move rtl_cfg_info closer to its caller.Francois Romieu2012-03-101-61/+57
* | r8169: move the netpoll handler after the irq handler.Francois Romieu2012-03-101-11/+9
* | r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu2012-03-101-87/+81
* | r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu2012-03-101-51/+50
* | r8169: move net_device_ops beyond the methods it references.Francois Romieu2012-03-101-29/+20
* | r8169: move the driver probe method to the end of the driver file.Francois Romieu2012-03-101-246/+246
* | r8169: move the driver removal method to the end of the driver file.Francois Romieu2012-03-101-29/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-0/+5
|\ \
| * | r8169: runtime resume before shutdown.françois romieu2012-03-061-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-051-0/+8
|\| |
| * | r8169: corrupted IP fragments fix for large mtu.françois romieu2012-03-021-0/+8
| |/
* | r8169: add byte queue limit support.Igor Maravic2012-03-061-5/+22
* | r8169: add 64bit statistics.Junchang Wang2012-03-061-14/+45
* | r8169: Support RX-FCS flag.Ben Greear2012-02-241-1/+5
* | r8169: Support RX-ALL flag.Ben Greear2012-02-241-13/+38
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0
* | r8169: spinlock redux.Francois Romieu2012-01-311-8/+0
* | r8169: avoid a useless work scheduling.Francois Romieu2012-01-311-1/+3
* | r8169: move task enable boolean to bitfield.Francois Romieu2012-01-311-6/+7
* | r8169: bh locking redux and task scheduling.Francois Romieu2012-01-311-16/+4
* | r8169: fix early queue wake-up.Francois Romieu2012-01-311-0/+18
* | r8169: remove work from irq handler.Francois Romieu2012-01-271-218/+231
* | r8169: missing barriers.Francois Romieu2012-01-271-3/+2
* | r8169: irq mask helpers.Francois Romieu2012-01-271-7/+30
* | r8169: factor out IntrMask writes.Francois Romieu2012-01-271-7/+9
* | r8169: stop delaying workqueue.Francois Romieu2012-01-271-13/+24
* | r8169: remove rtl8169_reinit_task.Francois Romieu2012-01-271-31/+3
* | r8169: remove hardcoded PCIe registers accesses.Francois Romieu2012-01-271-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-6/+8
|\
| * r8169: fix Config2 MSIEnable bit setting.françois romieu2011-12-191-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-061-33/+20
|\|