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
2024-08-11
r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
Heiner Kallweit
1
-6
/
+2
2024-06-12
r8169: Fix possible ring buffer corruption on fragmented Tx packets.
Ken Milmore
1
-1
/
+2
2024-06-12
Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"
Heiner Kallweit
1
-4
/
+2
2024-04-10
drivers: net: convert to boolean for the mac_managed_pm flag
Denis Kirjanov
1
-1
/
+1
2024-04-10
r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic context
Heiner Kallweit
1
-2
/
+3
2024-04-10
r8169: use spinlock to protect access to registers Config2 and Config5
Heiner Kallweit
1
-10
/
+37
2024-04-10
r8169: use spinlock to protect mac ocp register access
Heiner Kallweit
1
-4
/
+33
2024-04-10
r8169: skip DASH fw status checks when DASH is disabled
Atlas Yu
1
-4
/
+27
2024-04-10
r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d
Heiner Kallweit
1
-0
/
+9
2024-01-10
r8169: Fix PCI error on system resume
Kai-Heng Feng
1
-1
/
+1
2023-12-13
r8169: fix rtl8125b PAUSE frames blasting when suspended
ChunHao Lin
1
-1
/
+6
2023-12-08
r8169: fix deadlock on RTL8125 in jumbo mtu mode
Heiner Kallweit
1
-1
/
+4
2023-12-08
r8169: disable ASPM in case of tx timeout
Heiner Kallweit
1
-1
/
+13
2023-12-08
r8169: prevent potential deadlock in rtl8169_close
Heiner Kallweit
1
-1
/
+3
2023-11-28
Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"
Heiner Kallweit
1
-3
/
+1
2023-11-28
r8169: add handling DASH when DASH is disabled
ChunHao Lin
1
-11
/
+25
2023-11-28
r8169: fix network lost after resume on DASH systems
ChunHao Lin
1
-0
/
+6
2023-11-20
r8169: respect userspace disabling IFF_MULTICAST
Heiner Kallweit
1
-0
/
+2
2023-11-20
net: r8169: Disable multicast filter for RTL8168H and RTL8107E
Patrick Thompson
1
-1
/
+3
2023-11-20
r8169: fix rare issue with broken rx after link-down on RTL8125
Heiner Kallweit
1
-0
/
+4
2023-11-20
r8169: use tp_to_dev instead of open code
Juhee Kang
1
-2
/
+3
2023-11-02
r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1
Mirsad Goran Todorovac
1
-1
/
+1
2023-11-02
r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...
Mirsad Goran Todorovac
1
-1
/
+1
2023-11-02
r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
Mirsad Goran Todorovac
1
-1
/
+1
2023-09-13
r8169: fix ASPM-related issues on a number of systems with NIC version from R...
Heiner Kallweit
1
-4
/
+0
2023-04-06
r8169: fix RTL8168H and RTL8107E rx crc error
ChunHao Lin
1
-0
/
+3
2023-01-24
r8169: fix dmar pte write access is not set error
Chunhao Lin
1
-7
/
+7
2023-01-24
r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
Chunhao Lin
1
-22
/
+22
2023-01-18
Revert "r8169: disable detection of chip version 36"
Heiner Kallweit
1
-4
/
+1
2022-10-01
r8169: add rtl_disable_rxdvgate()
Chunhao Lin
1
-6
/
+10
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-2
/
+2
2022-09-20
r8169: disable detection of chip version 36
Heiner Kallweit
1
-1
/
+4
2022-09-13
r8169: remove rtl_wol_shutdown_quirk()
Heiner Kallweit
1
-19
/
+0
2022-09-08
r8169: merge support for chip versions 10, 13, 16
Heiner Kallweit
3
-13
/
+4
2022-09-05
r8169: remove not needed net_ratelimit() check
Heiner Kallweit
1
-2
/
+1
2022-09-05
r8169: remove useless PCI region size check
Heiner Kallweit
1
-6
/
+0
2022-09-05
r8169: use devm_clk_get_optional_enabled() to simplify the code
Heiner Kallweit
1
-34
/
+3
2022-09-05
r8169: remove comment about apparently non-existing chip versions
Heiner Kallweit
1
-6
/
+0
2022-09-05
r8169: merge handling of chip versions 12 and 17 (RTL8168B)
Heiner Kallweit
3
-8
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-9
/
+9
2022-08-24
r8169: remove support for chip version 60
Heiner Kallweit
3
-90
/
+8
2022-08-24
r8169: remove support for chip version 50
Heiner Kallweit
3
-26
/
+3
2022-08-24
r8169: remove support for chip version 49
Heiner Kallweit
3
-47
/
+3
2022-08-24
r8169: remove support for chip versions 45 and 47
Heiner Kallweit
3
-82
/
+5
2022-08-24
r8169: remove support for chip version 41
Heiner Kallweit
3
-5
/
+1
2022-07-07
r8169: fix accessing unset transport header
Heiner Kallweit
1
-6
/
+4
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-4
/
+4
2022-04-27
net: wan: atp: remove unused eeprom_delay()
Bjorn Helgaas
1
-4
/
+0
2022-03-18
r8169: improve driver unload and system shutdown behavior on DASH-enabled sys...
Heiner Kallweit
1
-4
/
+16
[next]