index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
realtek
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
r8169: remove unneeded mmiowb barriers
Heiner Kallweit
1
-7
/
+1
2018-11-25
r8169: make use of xmit_more and __netdev_sent_queue
Heiner Kallweit
1
-10
/
+9
2018-11-24
r8169: replace macro TX_FRAGS_READY_FOR with a function
Heiner Kallweit
1
-11
/
+13
2018-11-24
r8169: use napi_consume_skb where possible
Heiner Kallweit
1
-3
/
+4
2018-11-24
r8169: simplify detecting chip versions with same XID
Heiner Kallweit
1
-12
/
+7
2018-11-24
r8169: remove default chip versions
Heiner Kallweit
1
-10
/
+5
2018-11-24
r8169: remove ancient GCC bug workaround in a second place
Heiner Kallweit
1
-11
/
+14
2018-11-20
r8169: improve chip version identification
Heiner Kallweit
1
-60
/
+59
2018-11-20
r8169: simplify ocp functions
Heiner Kallweit
1
-51
/
+17
2018-11-20
r8169: remove workaround for ancient gcc bug
Heiner Kallweit
1
-3
/
+3
2018-11-20
r8169: remove manual padding in struct ring_info
Heiner Kallweit
1
-1
/
+0
2018-11-20
r8169: remove "not PCI Express" message
Heiner Kallweit
1
-3
/
+0
2018-11-20
r8169: remove print_mac_version
Heiner Kallweit
1
-9
/
+0
2018-11-20
r8169: use PCI_VDEVICE macro
Heiner Kallweit
1
-14
/
+14
2018-11-20
r8169: replace event_slow with irq_mask
Heiner Kallweit
1
-11
/
+11
2018-11-20
r8169: remove unused interrupt sources
Heiner Kallweit
1
-4
/
+3
2018-11-20
r8169: use dev_get_drvdata where possible
Heiner Kallweit
1
-10
/
+5
2018-11-20
r8169: merge rtl_irq_enable and rtl_irq_enable_all
Heiner Kallweit
1
-9
/
+4
2018-11-12
PCI: add USR vendor id and use it in r8169 and w6692 driver
Heiner Kallweit
1
-1
/
+1
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+1
2018-10-26
r8169: fix broken Wake-on-LAN from S5 (poweroff)
Heiner Kallweit
1
-2
/
+7
2018-10-20
r8169: add support for Byte Queue Limits
Florian Westphal
1
-5
/
+13
2018-10-20
r8169: handle all interrupt events in the hard irq handler
Heiner Kallweit
1
-46
/
+19
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+5
2018-10-18
r8169: fix NAPI handling under high load
Heiner Kallweit
1
-5
/
+3
2018-10-18
r8169: re-enable MSI-X on RTL8168g
Heiner Kallweit
1
-5
/
+0
2018-10-16
r8169: remove unneeded call to netif_stop_queue in rtl8169_net_suspend
Heiner Kallweit
1
-1
/
+0
2018-10-16
r8169: simplify rtl8169_set_magic_reg
Heiner Kallweit
1
-20
/
+12
2018-10-16
r8169: Enable MSI-X on RTL8106e
Jian-Hong Pan
1
-6
/
+3
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-10-11
r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips
Maciej S. Szmigiero
1
-2
/
+2
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+16
2018-10-03
r8169: always autoneg on resume
Alex Xu (Hello71)
1
-4
/
+3
2018-10-02
r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFO
Heiner Kallweit
1
-12
/
+8
2018-09-29
r8169: Disable clk during suspend / resume
Hans de Goede
1
-0
/
+5
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+9
2018-09-25
r8169: improve a check in rtl_init_one
Heiner Kallweit
1
-5
/
+3
2018-09-25
r8169: improve rtl8169_irq_mask_and_ack
Heiner Kallweit
1
-4
/
+3
2018-09-25
r8169: use default watchdog timeout
Heiner Kallweit
1
-3
/
+0
2018-09-21
r8169: fix autoneg issue on resume with RTL8168E
Heiner Kallweit
1
-0
/
+9
2018-09-20
r8169: remove duplicated RTL8169s PHY initialization steps
Heiner Kallweit
1
-9
/
+0
2018-09-20
r8169: simplify RTL8169 PHY initialization
Heiner Kallweit
1
-5
/
+2
2018-09-18
r8169: Get and enable optional ether_clk clock
Hans de Goede
1
-0
/
+33
2018-09-18
r8169: enable ASPM on RTL8106E
Kai-Heng Feng
1
-0
/
+3
2018-09-18
r8169: Align ASPM/CLKREQ setting function with vendor driver
Kai-Heng Feng
1
-1
/
+3
2018-09-12
r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
Kai-Heng Feng
1
-3
/
+6
2018-09-08
r8169: set TxConfig register after TX / RX is enabled, just like RxConfig
Maciej S. Szmigiero
1
-1
/
+1
2018-09-04
r8169: add support for NCube 8168 network card
Anthony Wong
1
-0
/
+1
2018-08-30
r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devices
Azat Khuzhin
1
-2
/
+4
2018-08-19
r8169: don't use MSI-X on RTL8106e
Jian-Hong Pan
1
-3
/
+6
[next]