summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/r8169.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu2013-02-091-21/+9
* Revert "r8169: enable ALDPS for power saving".Francois Romieu2013-02-081-46/+10
* r8169: fix vlan tag read ordering.françois romieu2013-01-271-8/+6
* r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs2013-01-231-7/+0
* r8169: workaround for missing extended GigaMAC registersfrançois romieu2012-12-081-18/+24
* r8169: remove __dev* attributesBill Pemberton2012-12-031-9/+9
* r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov2012-11-111-3/+2
* r8169: remove unused macros.Dayanidhi Sreenivasan2012-11-111-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-0/+5
|\
| * r8169: allow multicast packets on sub-8168f chipset.Nathan Walp2012-11-031-0/+3
| * r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois2012-11-031-0/+2
* | r8169: enable internal ASPM and clock request settingshayeswang2012-11-041-9/+21
* | r8169: Kill SafeMtu macroKirill Smelkov2012-11-031-1/+0
* | realtek: r8169: use module_pci_driver macroDevendra Naga2012-10-311-12/+1
* | r8169: enable ALDPS for power savinghayeswang2012-10-261-10/+46
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+3
|\
| * r8169: use unlimited DMA burst for TXMichal Schmidt2012-09-191-1/+1
| * r8169: add D-Link DGE-560T identifiers.Francois Romieu2012-08-311-0/+2
* | r8169: Preserve other Device Control bits when setting NOSNOOP_ENBjorn Helgaas2012-08-231-2/+2
* | r8169: Use PCI Express Capability accessorsJiang Liu2012-08-231-35/+9
|/
* r8169: revert "add byte queue limit support".Francois Romieu2012-07-231-22/+5
* r8169: verbose error message.Francois Romieu2012-07-171-1/+2
* r8169: remove rtl_ocpdr_cond.Hayes Wang2012-07-171-11/+1
* r8169: fix argument in rtl_hw_init_8168g.Hayes Wang2012-07-101-2/+2
* r8169: support RTL8168GHayes Wang2012-07-091-0/+291
* r8169: abstract out loop conditions.Francois Romieu2012-07-091-181/+186
* r8169: ephy, eri and efuse functions signature changes.Francois Romieu2012-07-091-111/+100
* r8169: csi_ops signature change.Francois Romieu2012-07-091-11/+12
* r8169: mdio_ops signature change.Francois Romieu2012-07-091-20/+26
* r8169: add RTL8106E support.Hayes Wang2012-07-091-0/+56
* r8169: RxConfig hack for the 8168evl.françois romieu2012-06-221-0/+1
* r8169: avoid NAPI scheduling delay.françois romieu2012-06-101-5/+1
* 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