aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169.c
Commit message (Expand)AuthorAge
...
* r8169: fix argument in rtl_hw_init_8168g.Hayes Wang2012-07-10
* r8169: support RTL8168GHayes Wang2012-07-09
* r8169: abstract out loop conditions.Francois Romieu2012-07-09
* r8169: ephy, eri and efuse functions signature changes.Francois Romieu2012-07-09
* r8169: csi_ops signature change.Francois Romieu2012-07-09
* r8169: mdio_ops signature change.Francois Romieu2012-07-09
* r8169: add RTL8106E support.Hayes Wang2012-07-09
* r8169: RxConfig hack for the 8168evl.françois romieu2012-06-23
* r8169: avoid NAPI scheduling delay.françois romieu2012-06-10
* r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-22
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-08
| |\
| * | r8169.c: fix comment typoJustin P. Mattock2012-03-28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-16
|\ \ \
| * | | r8169: fix unsigned int wraparound with TSOJulien Ducourthial2012-05-08
| | |/ | |/|
* | | r8169: support the new RTL8411 chip.Hayes Wang2012-04-17
* | | r8169: adjust some functions of 8111fHayes Wang2012-04-17
* | | r8169: support the new RTL8402 chip.Hayes Wang2012-04-17
* | | r8169: add device specific CSI access helpers.Hayes Wang2012-04-17
* | | r8169: modify pll power functionHayes Wang2012-04-17
* | | r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu2012-04-17
* | | r8169: Config1 is read-only on 8168c and later.Francois Romieu2012-04-17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-10
|\| |
| * | r8169: enable napi on resume.Artem Savkov2012-04-03
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | | r8169: Support the get_ts_info ethtool method.Richard Cochran2012-04-04
|/ /
* | r8169: enable transmit time stamping.Richard Cochran2012-03-11
* | r8169: stop using net_device.{base_addr, irq}.Francois Romieu2012-03-10
* | r8169: move rtl_cfg_info closer to its caller.Francois Romieu2012-03-10
* | r8169: move the netpoll handler after the irq handler.Francois Romieu2012-03-10
* | r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu2012-03-10
* | r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu2012-03-10
* | r8169: move net_device_ops beyond the methods it references.Francois Romieu2012-03-10
* | r8169: move the driver probe method to the end of the driver file.Francois Romieu2012-03-10
* | r8169: move the driver removal method to the end of the driver file.Francois Romieu2012-03-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-09
|\ \
| * | r8169: runtime resume before shutdown.françois romieu2012-03-06
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-05
|\| |
| * | r8169: corrupted IP fragments fix for large mtu.françois romieu2012-03-02
| |/
* | r8169: add byte queue limit support.Igor Maravic2012-03-05
* | r8169: add 64bit statistics.Junchang Wang2012-03-05
* | r8169: Support RX-FCS flag.Ben Greear2012-02-24
* | r8169: Support RX-ALL flag.Ben Greear2012-02-24
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* | r8169: spinlock redux.Francois Romieu2012-01-31
* | r8169: avoid a useless work scheduling.Francois Romieu2012-01-31
* | r8169: move task enable boolean to bitfield.Francois Romieu2012-01-31
* | r8169: bh locking redux and task scheduling.Francois Romieu2012-01-31
* | r8169: fix early queue wake-up.Francois Romieu2012-01-31
* | r8169: remove work from irq handler.Francois Romieu2012-01-27