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-13
net: remove redundant config PCI dependency for some network driver configs
Lukas Bulwahn
3
-4
/
+4
2023-01-13
net: ngbe: Add ngbe mdio bus driver.
Mengyuan Lou
9
-14
/
+397
2023-01-13
net: thunderbolt: Add tracepoints
Mika Westerberg
4
-1
/
+176
2023-01-13
net: thunderbolt: Add debugging when sending/receiving control packets
Mika Westerberg
1
-1
/
+26
2023-01-13
net: thunderbolt: Move into own directory
Mika Westerberg
5
-15
/
+17
2023-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
123
-436
/
+3684
2023-01-13
Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
37
-114
/
+204
2023-01-13
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
16
-60
/
+51
2023-01-12
r8152: add vendor/device ID pair for Microsoft Devkit
Andre Przywara
1
-0
/
+1
2023-01-12
Merge tag 'spi-fix-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-27
/
+28
2023-01-12
Merge tag 'regulator-fix-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-6
/
+7
2023-01-12
Merge tag 'mtd/fixes-for-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-7
/
+10
2023-01-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
10
-13
/
+86
2023-01-12
net: ethernet: mtk_wed: get rid of queue lock for rx queue
Lorenzo Bianconi
1
-4
/
+0
2023-01-12
net: stmmac: add aux timestamps fifo clearance wait
Noor Azura Ahmad Tarmizi
1
-1
/
+4
2023-01-12
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
4
-10
/
+18
2023-01-12
bnxt: make sure we return pages to the pool
Jakub Kicinski
1
-2
/
+2
2023-01-12
net: hns3: fix wrong use of rss size during VF rss config
Jie Wang
1
-1
/
+1
2023-01-12
r8169: disable ASPM in case of tx timeout
Heiner Kallweit
1
-1
/
+13
2023-01-11
spi: Merge rename of spi-cs-setup-ns DT property
Mark Brown
1
-1
/
+1
2023-01-11
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
1
-2
/
+0
2023-01-11
spi: spidev: fix a race condition when accessing spidev->spi
Bartosz Golaszewski
1
-16
/
+18
2023-01-11
Merge tag 'mlx5-fixes-2023-01-09' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
16
-48
/
+103
2023-01-11
Merge tag 'mlx5-updates-2023-01-10' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
21
-83
/
+637
2023-01-11
drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY
Piergiorgio Beruto
3
-0
/
+179
2023-01-11
drivers/net/phy: add helpers to get/set PLCA configuration
Piergiorgio Beruto
2
-0
/
+239
2023-01-11
drivers/net/phy: add connection between ethtool and phylib for PLCA
Piergiorgio Beruto
2
-0
/
+195
2023-01-11
drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY
Piergiorgio Beruto
3
-2
/
+23
2023-01-11
net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
Clément Léger
1
-0
/
+3
2023-01-11
net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()
YueHaibing
1
-3
/
+3
2023-01-11
net/mlx5: remove redundant ret variable
zhang songyi
1
-4
/
+1
2023-01-11
net/mlx5e: Replace 0-length array with flexible array
Kees Cook
1
-1
/
+1
2023-01-11
net/mlx5e: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-01-11
net/mlx5: Prevent high-rate FW commands from populating all slots
Tariq Toukan
1
-1
/
+29
2023-01-11
net/mlx5: Introduce and use opcode getter in command interface
Tariq Toukan
1
-46
/
+42
2023-01-11
net/mlx5: Enable management PF initialization
Shay Drory
3
-1
/
+15
2023-01-11
net/mlx5e: Add hairpin debugfs files
Gal Pressman
1
-0
/
+117
2023-01-11
net/mlx5e: Add flow steering debugfs directory
Gal Pressman
5
-7
/
+35
2023-01-11
net/mlx5e: Add hairpin params structure
Gal Pressman
1
-15
/
+37
2023-01-11
net/mlx5e: kTLS, Add debugfs
Tariq Toukan
3
-0
/
+52
2023-01-11
net/mlx5e: Add Ethernet driver debugfs
Gal Pressman
2
-0
/
+7
2023-01-11
net/mlx5e: Update shared buffer along with device buffer changes
Maher Sanalla
2
-4
/
+219
2023-01-11
net/mlx5e: Add API to query/modify SBPR and SBCM registers
Maher Sanalla
2
-0
/
+78
2023-01-11
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-9
/
+15
2023-01-11
qed: fix a typo in comment
Dai Shixin
1
-1
/
+1
2023-01-11
net: dsa: mv88e6xxx: Separate C22 and C45 transactions
Andrew Lunn
7
-85
/
+225
2023-01-11
net: mdio: add mdiobus_c45_read/write_nested helpers
Andrew Lunn
1
-0
/
+55
2023-01-11
net: fec: Separate C22 and C45 transactions
Andrew Lunn
1
-50
/
+103
2023-01-11
net: mdio: xgmac_mdio: Separate C22 and C45 transactions
Andrew Lunn
1
-40
/
+108
2023-01-11
net: mdio: mvmdio: Convert XSMI bus to new API
Andrew Lunn
1
-16
/
+8
[next]