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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-30
i40e: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-4
/
+0
2023-01-30
fm10k: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-01-30
e1000e: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-7
/
+0
2023-01-30
devlink: remove devlink features
Jiri Pirko
8
-11
/
+5
2023-01-30
net: microchip: sparx5: Add KUNIT tests for enabling/disabling chains
Steen Hegelund
1
-0
/
+66
2023-01-30
net: microchip: sparx5: Add TC support for the ES2 VCAP
Steen Hegelund
2
-4
/
+39
2023-01-30
net: microchip: sparx5: Add ingress information to VCAP instance
Steen Hegelund
11
-19
/
+46
2023-01-30
net: microchip: sparx5: Add ES2 VCAP keyset configuration for Sparx5
Steen Hegelund
4
-119
/
+803
2023-01-30
net: microchip: sparx5: Add ES2 VCAP model and updated KUNIT VCAP model
Steen Hegelund
5
-18
/
+1401
2023-01-30
net: microchip: sparx5: Improve error message when parsing CVLAN filter
Steen Hegelund
1
-1
/
+4
2023-01-30
net: microchip: sparx5: Improve the IP frame key match for IPv6 frames
Steen Hegelund
1
-0
/
+8
2023-01-30
net: microchip: sparx5: Add support for getting keysets without a type id
Steen Hegelund
1
-1
/
+23
2023-01-30
net: bcmgenet: Add a check for oversized packets
Florian Fainelli
1
-0
/
+8
2023-01-30
fec: convert to gpio descriptor
Arnd Bergmann
1
-16
/
+9
2023-01-30
net: mdio: mux-meson-g12a: use __clk_is_enabled to simplify the code
Heiner Kallweit
1
-8
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
14
-111
/
+267
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
164
-666
/
+1281
2023-01-28
net: dsa: mt7530: fix tristate and help description
Arınç ÜNAL
1
-3
/
+4
2023-01-28
dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+6
2023-01-28
dpaa_eth: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+3
2023-01-28
virtio-net: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+3
2023-01-28
lan966x: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+3
2023-01-28
qede: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+4
2023-01-27
net/mlx5: Move eswitch port metadata devlink param to flow eswitch code
Jiri Pirko
4
-55
/
+94
2023-01-27
net/mlx5: Move flow steering devlink param to flow steering code
Jiri Pirko
2
-70
/
+83
2023-01-27
net/mlx5: Move fw reset devlink param to fw reset code
Jiri Pirko
3
-29
/
+38
2023-01-27
devlink: protect devlink param list by instance lock
Jiri Pirko
11
-151
/
+154
2023-01-27
qed: remove pointless call to devlink_param_driverinit_value_set()
Jiri Pirko
1
-6
/
+0
2023-01-27
ice: remove pointless calls to devlink_param_driverinit_value_set()
Jiri Pirko
1
-18
/
+2
2023-01-27
net/mlx5: Covert devlink params registration to use devlink_params_register/u...
Jiri Pirko
1
-34
/
+46
2023-01-27
net/mlx5: Change devlink param register/unregister function names
Jiri Pirko
3
-9
/
+9
2023-01-27
net: dsa: qca8k: convert to regmap read/write API
Christian Marangi
3
-65
/
+77
2023-01-27
net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb access
Christian Marangi
2
-4
/
+8
2023-01-27
net: add missing includes of linux/sched/clock.h
Jakub Kicinski
3
-0
/
+4
2023-01-27
net: add missing includes of linux/net.h
Jakub Kicinski
1
-0
/
+1
2023-01-27
net: ipa: add IPA v5.0 packet status support
Alex Elder
1
-16
/
+36
2023-01-27
net: ipa: introduce generalized status decoder
Alex Elder
1
-38
/
+120
2023-01-27
net: ipa: IPA status preparatory cleanups
Alex Elder
1
-18
/
+25
2023-01-27
net: ipa: define remaining IPA status field values
Alex Elder
1
-9
/
+22
2023-01-27
net: ipa: rename the NAT enumerated type
Alex Elder
2
-6
/
+8
2023-01-27
net: ipa: define all IPA status mask bits
Alex Elder
1
-3
/
+22
2023-01-27
net: ipa: stop using sizeof(status)
Alex Elder
1
-6
/
+9
2023-01-27
net: ipa: refactor status buffer parsing
Alex Elder
1
-8
/
+6
2023-01-27
net: dsa: ocelot: build felix.c into a dedicated kernel module
Vladimir Oltean
3
-7
/
+21
2023-01-27
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
10
-62
/
+63
2023-01-27
cxgb4: fill IPsec state validation failure reason
Leon Romanovsky
2
-16
/
+15
2023-01-27
bonding: fill IPsec state validation failure reason
Leon Romanovsky
1
-1
/
+1
2023-01-27
ixgbe: fill IPsec state validation failure reason
Leon Romanovsky
1
-11
/
+10
2023-01-27
ixgbevf: fill IPsec state validation failure reason
Leon Romanovsky
1
-9
/
+8
2023-01-27
nfp: fill IPsec state validation failure reason
Leon Romanovsky
1
-19
/
+19
[prev]
[next]