index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
2024-09-06
net: sparx5: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
net: lan966x: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
lan743x: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+2
2024-09-04
net: sparx5: ditch sparx5_fdma_rx/tx_reload() functions
Daniel Machon
1
-10
/
+4
2024-09-04
net: sparx5: use contiguous memory for tx buffers
Daniel Machon
2
-45
/
+13
2024-09-04
net: sparx5: use library helper for freeing tx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the tx path
Daniel Machon
1
-30
/
+9
2024-09-04
net: sparx5: use the FDMA library for allocation of tx buffers
Daniel Machon
2
-64
/
+44
2024-09-04
net: sparx5: use a few FDMA helpers in the rx path
Daniel Machon
1
-10
/
+7
2024-09-04
net: sparx5: use library helper for freeing rx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the rx path
Daniel Machon
1
-46
/
+3
2024-09-04
net: sparx5: use the FDMA library for allocation of rx buffers
Daniel Machon
2
-54
/
+43
2024-09-04
net: sparx5: replace a few variables with new equivalent ones
Daniel Machon
2
-46
/
+63
2024-09-04
net: sparx5: use FDMA library symbols
Daniel Machon
3
-44
/
+3
2024-09-04
net: microchip: add FDMA library
Daniel Machon
7
-0
/
+417
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
1
-1
/
+1
2024-09-02
net: microchip: vcap: Fix use-after-free error in kunit test
Jens Emil Schulz Østergaard
1
-12
/
+2
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
3
-3
/
+3
2024-07-06
net: encx24j600: constify struct regmap_bus/regmap_config
Javier Carrasco
1
-3
/
+3
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-12
/
+108
2024-06-18
net: microchip: Constify struct vcap_operations
Christophe JAILLET
5
-5
/
+5
2024-06-18
net: lan743x: Support WOL at both the PHY and MAC appropriately
Raju Lakkaraju
3
-8
/
+58
2024-06-18
net: lan743x: disable WOL upon resume to restore full data path operation
Raju Lakkaraju
2
-4
/
+50
2024-06-15
eth: lan966x: don't clear unsupported stats
Jakub Kicinski
1
-8
/
+0
2024-05-22
net: lan966x: Remove ptp traps in case the ptp is not enabled.
Horatiu Vultur
1
-3
/
+3
2024-05-16
net: lan966x: remove debugfs directory in probe() error path
Herve Codina
1
-2
/
+4
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2
-2
/
+2
2024-05-06
net: microchip: lan743x: Reduce PTP timeout on HW failure
Rengarajan S
2
-1
/
+2
2024-04-26
net: lan966x: flower: check for unsupported control flags
Asbjørn Sloth Tønnesen
1
-0
/
+5
2024-04-26
net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
1
-3
/
+3
2024-04-26
net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
1
-1
/
+2
2024-04-26
net: sparx5: flower: check for unsupported control flags
Asbjørn Sloth Tønnesen
1
-0
/
+5
2024-04-26
net: sparx5: flower: remove goto in sparx5_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
1
-6
/
+4
2024-04-26
net: sparx5: flower: add extack to sparx5_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
1
-2
/
+3
2024-04-26
net: sparx5: flower: only do lookup if fragment flags are set
Asbjørn Sloth Tønnesen
1
-1
/
+1
2024-04-26
net: sparx5: Correct spelling in comments
Simon Horman
8
-9
/
+9
2024-04-26
net: encx24j600: Correct spelling in comments
Simon Horman
3
-5
/
+7
2024-04-26
net: lan966x: Correct spelling in comments
Simon Horman
5
-6
/
+6
2024-04-26
net: lan743x: Correct spelling in comments
Simon Horman
2
-3
/
+3
2024-04-24
net: sparx5: add support for matchall mirror stats
Daniel Machon
3
-0
/
+67
2024-04-24
net: sparx5: add the tc glue to support port mirroring
Daniel Machon
1
-2
/
+36
2024-04-24
net: sparx5: add port mirroring implementation
Daniel Machon
3
-1
/
+212
2024-04-24
net: sparx5: add bookkeeping code for matchall rules
Daniel Machon
3
-8
/
+67
2024-04-24
net: sparx5: add new register definitions
Daniel Machon
1
-0
/
+68
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+40
2024-04-13
net: sparx5: flower: fix fragment flags handling
Asbjørn Sloth Tønnesen
1
-21
/
+40
2024-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-04-11
net: sparx5: fix wrong config being used when reconfiguring PCS
Daniel Machon
1
-2
/
+2
2024-04-09
net: sparx5: add support for tc flower redirect action
Daniel Machon
1
-0
/
+29
[next]