index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
net: lan743x: fix potential out-of-bounds write in lan743x_ptp_io_event_clock...
Alexey Kodanev
1
-2
/
+2
2025-05-29
net: lan966x: Make sure to insert the vlan tags also in host mode
Horatiu Vultur
4
-0
/
+24
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-23
/
+52
2025-05-28
net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices
Rengarajan S
1
-2
/
+16
2025-05-28
net: lan743x: Fix PHY reset handling during initialization and WOL
Thangaraj Samynathan
1
-9
/
+4
2025-05-28
net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy
Thangaraj Samynathan
1
-2
/
+2
2025-05-26
net: lan966x: Fix 1-step timestamping over ipv4 or ipv6
Horatiu Vultur
3
-13
/
+47
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+10
2025-05-21
net: lan743x: Restore SGMII CTRL register on resume
Thangaraj Samynathan
1
-9
/
+10
2025-05-16
net: lan743x: implement ndo_hwtstamp_get()
Vladimir Oltean
4
-1
/
+23
2025-05-16
net: lan743x: convert to ndo_hwtstamp_set()
Vladimir Oltean
3
-27
/
+12
2025-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+7
2025-05-01
net: lan743x: Fix memleak issue when GSO enabled
Thangaraj Samynathan
2
-2
/
+7
2025-04-17
net: lan743x: Allocate rings outside ZONE_DMA
Thangaraj Samynathan
1
-2
/
+1
2025-04-16
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
2
-8
/
+3
2025-04-16
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
2
-12
/
+5
2025-03-27
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-2
/
+6
2025-03-20
net: lan743x: reject unsupported external timestamp requests
Jacob Keller
1
-0
/
+6
2025-02-18
net: sparx5: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-02-15
net: remove phylink_pcs .neg_mode boolean
Russell King (Oracle)
2
-2
/
+0
2025-01-17
net: lan743x: convert to phylink managed EEE
Russell King (Oracle)
3
-28
/
+38
2025-01-17
net: lan743x: use netdev in lan743x_phylink_mac_link_down()
Russell King (Oracle)
1
-1
/
+1
2025-01-16
net: lan969x: add FDMA implementation
Daniel Machon
8
-7
/
+448
2025-01-16
net: sparx5: ops out certain FDMA functions
Daniel Machon
4
-7
/
+24
2025-01-16
net: sparx5: activate FDMA tx in start()
Daniel Machon
1
-7
/
+4
2025-01-16
net: sparx5: split sparx5_fdma_{start(),stop()}
Daniel Machon
3
-12
/
+41
2025-01-16
net: sparx5: enable FDMA on lan969x
Daniel Machon
1
-2
/
+3
2025-01-16
net: phylink: pass neg_mode into c22 state decoder
Russell King (Oracle)
3
-4
/
+4
2025-01-16
net: phylink: pass neg_mode into .pcs_get_state() method
Russell King (Oracle)
2
-1
/
+2
2024-12-23
net: lan969x: add RGMII implementation
Daniel Machon
6
-1
/
+240
2024-12-23
net: lan969x: add RGMII registers
Daniel Machon
2
-0
/
+148
2024-12-23
net: sparx5: verify RGMII speeds
Daniel Machon
1
-0
/
+9
2024-12-23
net: sparx5: only return PCS for modes that require it
Daniel Machon
1
-1
/
+13
2024-12-23
net: sparx5: skip low-speed configuration when port is RGMII
Daniel Machon
1
-1
/
+2
2024-12-23
net: sparx5: use is_port_rgmii() throughout
Daniel Machon
2
-8
/
+23
2024-12-23
net: sparx5: add function for RGMII port check
Daniel Machon
5
-0
/
+13
2024-12-23
net: sparx5: do some preparation work
Daniel Machon
1
-18
/
+18
2024-12-09
net: sparx5: fix the maximum frame length register
Daniel Machon
1
-1
/
+1
2024-12-09
net: sparx5: fix default value of monitor ports
Daniel Machon
1
-2
/
+1
2024-12-09
net: sparx5: fix FDMA performance issue
Daniel Machon
1
-6
/
+5
2024-12-09
net: lan969x: fix the use of spin_lock in PTP handler
Daniel Machon
1
-2
/
+2
2024-12-09
net: lan969x: fix cyclic dependency reported by depmod
Daniel Machon
15
-30
/
+14
2024-11-25
net: microchip: vcap: Add typegroup table terminators in kunit tests
Guenter Roeck
1
-7
/
+10
2024-11-15
net: sparx5: add missing lan969x Kconfig dependency
Arnd Bergmann
2
-2
/
+2
2024-11-05
net: lan969x: add VCAP configuration data
Daniel Machon
4
-1
/
+90
2024-11-05
net: lan969x: add autogenerated VCAP information
Daniel Machon
4
-1
/
+3852
2024-11-05
net: sparx5: execute sparx5_vcap_init() on lan969x
Daniel Machon
1
-6
/
+4
2024-11-05
net: sparx5: add new VCAP constants to match data
Daniel Machon
4
-3
/
+13
2024-11-05
net: sparx5: replace SPX5_PORTS with n_ports
Daniel Machon
1
-9
/
+15
2024-11-05
net: sparx5: expose some sparx5 VCAP symbols
Daniel Machon
2
-17
/
+22
[next]