index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
realtek
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtase: Modify the content format of the enum rtase_registers
Justin Lai
2024-11-16
1
-1
/
+1
*
rtase: Modify the name of the goto label
Justin Lai
2024-11-16
1
-5
/
+5
*
r8169: copy vendor driver 2.5G/5G EEE advertisement constraints
Heiner Kallweit
2024-11-15
2
-12
/
+10
*
r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_config
Heiner Kallweit
2024-11-12
1
-66
/
+11
*
r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers
Heiner Kallweit
2024-11-09
1
-0
/
+3
*
r8169: improve rtl_set_d3_pll_down
Heiner Kallweit
2024-11-09
1
-13
/
+5
*
r8169: improve __rtl8169_set_wol
Heiner Kallweit
2024-11-09
1
-31
/
+24
*
r8169: remove leftover locks after reverted change
Heiner Kallweit
2024-11-06
1
-27
/
+2
*
r8169: improve initialization of RSS registers on RTL8125/RTL8126
Heiner Kallweit
2024-11-06
1
-2
/
+4
*
r8169: align RTL8126 EEE config with vendor driver
Heiner Kallweit
2024-11-03
1
-0
/
+1
*
r8169: align RTL8125/RTL8126 PHY config with vendor driver
Heiner Kallweit
2024-11-03
1
-1
/
+5
*
r8169: align RTL8125 EEE config with vendor driver
Heiner Kallweit
2024-11-03
1
-6
/
+12
*
r8169: fix inconsistent indenting in rtl8169_get_eth_mac_stats
Heiner Kallweit
2024-10-30
1
-1
/
+1
*
r8169: add support for RTL8125D
Heiner Kallweit
2024-10-30
3
-7
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-25
1
-1
/
+3
|
\
|
*
r8169: avoid unsolicited interrupts
Heiner Kallweit
2024-10-23
1
-1
/
+3
*
|
r8169: enable EEE at 2.5G per default on RTL8125B
Heiner Kallweit
2024-10-20
1
-1
/
+0
*
|
r8169: remove rtl_dash_loop_wait_high/low
Heiner Kallweit
2024-10-20
1
-27
/
+8
*
|
r8169: avoid duplicated messages if loading firmware fails and switch to warn...
Heiner Kallweit
2024-10-20
1
-3
/
+3
*
|
r8169: replace custom flag with disable_work() et al
Heiner Kallweit
2024-10-20
1
-12
/
+6
*
|
r8169: don't take RTNL lock in rtl_task()
Heiner Kallweit
2024-10-20
1
-6
/
+2
*
|
r8169: implement additional ethtool stats ops
Heiner Kallweit
2024-10-15
1
-0
/
+82
*
|
r8169: enable SG/TSO on selected chip versions per default
Heiner Kallweit
2024-10-14
1
-5
/
+11
*
|
r8169: remove original workaround for RTL8125 broken rx issue
Heiner Kallweit
2024-10-11
1
-4
/
+0
*
|
r8169: don't apply UDP padding quirk on RTL8126A
Heiner Kallweit
2024-10-11
1
-4
/
+10
*
|
r8169: add support for the temperature sensor being available from RTL8125B
Heiner Kallweit
2024-10-09
1
-0
/
+44
|
/
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
Heiner Kallweit
2024-09-24
1
-0
/
+1
*
r8169: add tally counter fields added with RTL8125
Heiner Kallweit
2024-09-24
1
-0
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-15
1
-0
/
+2
|
\
|
*
r8169: disable ALDPS per default for RTL8125
Heiner Kallweit
2024-09-14
1
-0
/
+2
*
|
rtase: Fix error code in rtase_init_board()
Dan Carpenter
2024-09-14
1
-1
/
+2
*
|
rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"
Colin Ian King
2024-09-11
1
-3
/
+3
*
|
r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
Colin Ian King
2024-09-11
1
-2
/
+2
*
|
realtek: Update the Makefile and Kconfig in the realtek folder
Justin Lai
2024-09-06
2
-0
/
+20
*
|
rtase: Add a Makefile in the rtase folder
Justin Lai
2024-09-06
1
-0
/
+10
*
|
rtase: Implement ethtool function
Justin Lai
2024-09-06
1
-0
/
+74
*
|
rtase: Implement pci_driver suspend and resume function
Justin Lai
2024-09-06
1
-0
/
+51
*
|
rtase: Implement net_device_ops
Justin Lai
2024-09-06
1
-0
/
+235
*
|
rtase: Implement a function to receive packets
Justin Lai
2024-09-06
1
-0
/
+144
*
|
rtase: Implement .ndo_start_xmit function
Justin Lai
2024-09-06
1
-0
/
+283
*
|
rtase: Implement hardware configuration function
Justin Lai
2024-09-06
1
-0
/
+238
*
|
rtase: Implement the interrupt routine and rtase_poll
Justin Lai
2024-09-06
1
-0
/
+69
*
|
rtase: Implement the rtase_down function
Justin Lai
2024-09-06
1
-0
/
+150
*
|
rtase: Implement the .ndo_open function
Justin Lai
2024-09-06
1
-0
/
+405
*
|
rtase: Add support for a pci table in this module
Justin Lai
2024-09-06
2
-0
/
+978
*
|
r8169: add support for RTL8126A rev.b
ChunHao Lin
2024-09-03
3
-15
/
+29
|
/
*
r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
Heiner Kallweit
2024-08-01
1
-6
/
+2
*
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-06-29
1
-2
/
+2
*
r8169: remove detection of chip version 11 (early RTL8168b)
Heiner Kallweit
2024-05-29
1
-1
/
+3
[next]