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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
net: stmmac: check fwnode for phy device before scanning for phy
Michael Sit Wei Hong
1
-4
/
+11
2023-04-06
net: stmmac: Add queue reset into stmmac_xdp_open() function
Song Yoong Siang
1
-0
/
+2
2023-04-06
net: fec: make use of MDIO C45 quirk
Greg Ungerer
2
-12
/
+25
2023-04-06
Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
13
-110
/
+97
2023-04-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-3
/
+20
2023-04-05
gve: Secure enough bytes in the first TX desc for all TCP pkts
Shailend Chand
2
-7
/
+7
2023-04-04
ice: Reset FDIR counter in FDIR init stage
Lingyu Liu
1
-0
/
+16
2023-04-04
ice: fix wrong fallback logic for FDIR
Simei Su
1
-3
/
+4
2023-04-04
net: stmmac: fix up RX flow hash indirection table when setting channels
Corinna Vinschen
1
-1
/
+5
2023-04-04
net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
Siddharth Vadapalli
1
-2
/
+4
2023-04-03
wifi: mt76: ignore key disable commands
Felix Fietkau
8
-96
/
+62
2023-04-03
wifi: ath11k: reduce the MHI timeout to 20s
Kalle Valo
1
-1
/
+1
2023-04-03
net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II
Daniel Golle
1
-0
/
+4
2023-04-02
net: ethernet: mtk_eth_soc: fix remaining throughput regression
Felix Fietkau
1
-0
/
+4
2023-04-02
net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
Gustav Ekelund
3
-1
/
+22
2023-04-01
Revert "net: netcp: MAX_SKB_FRAGS is now 'int'"
Jakub Kicinski
1
-1
/
+1
2023-03-31
wifi: mt76: mt7921: fix fw used for offload check for mt7922
Lorenzo Bianconi
1
-1
/
+1
2023-03-31
wifi: mt76: mt7921: Fix use-after-free in fw features query.
Ben Greear
1
-2
/
+5
2023-03-31
wifi: brcmfmac: Fix SDIO suspend/resume regression
Hans de Goede
2
-10
/
+28
2023-03-31
net: wwan: t7xx: do not compile with -Werror
Jiri Slaby (SUSE)
1
-2
/
+0
2023-03-31
net: netcp: MAX_SKB_FRAGS is now 'int'
Arnd Bergmann
1
-1
/
+1
2023-03-31
net: stmmac: remove redundant fixup to support fixed-link mode
Michael Sit Wei Hong
1
-1
/
+0
2023-03-31
net: stmmac: check if MAC needs to attach to a PHY
Michael Sit Wei Hong
1
-1
/
+3
2023-03-31
net: phylink: add phylink_expects_phy() method
Michael Sit Wei Hong
1
-0
/
+19
2023-03-30
net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flow
Felix Fietkau
1
-0
/
+1
2023-03-30
net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offload
Felix Fietkau
2
-4
/
+7
2023-03-30
net: ethernet: mtk_eth_soc: fix flow block refcounting logic
Felix Fietkau
1
-1
/
+2
2023-03-30
net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()
Russell King (Oracle)
1
-0
/
+2
2023-03-30
net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only
Steffen Bätz
1
-2
/
+7
2023-03-30
xen/netback: use same error messages for same errors
Juergen Gross
1
-4
/
+2
2023-03-30
bnxt_en: Add missing 200G link speed reporting
Michael Chan
2
-0
/
+3
2023-03-30
bnxt_en: Fix typo in PCI id to device description string mapping
Kalesh AP
1
-4
/
+4
2023-03-30
bnxt_en: Fix reporting of test result in ethtool selftest
Kalesh AP
1
-0
/
+1
2023-03-30
i40e: fix registers dump after run ethtool adapter self test
Radoslaw Tyl
2
-6
/
+7
2023-03-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
5
-8
/
+102
2023-03-30
Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-2
/
+1
2023-03-30
bnx2x: use the right build_skb() helper
Jakub Kicinski
1
-2
/
+14
2023-03-30
net: ipa: compute DMA pool size properly
Alex Elder
1
-1
/
+1
2023-03-29
net: wwan: iosm: fixes 7560 modem crash
M Chetan Kumar
1
-0
/
+7
2023-03-29
net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G links
Felix Fietkau
1
-2
/
+0
2023-03-28
ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
Jakob Koschel
1
-3
/
+5
2023-03-28
ice: add profile conflict check for AVF FDIR
Junfeng Guo
1
-0
/
+73
2023-03-28
ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
Brett Creeley
1
-4
/
+22
2023-03-28
ice: fix W=1 headers mismatch
Jesse Brandeburg
2
-1
/
+2
2023-03-28
xen/netback: remove not needed test in xenvif_tx_build_gops()
Juergen Gross
1
-4
/
+0
2023-03-28
xen/netback: don't do grant copy across page boundary
Juergen Gross
2
-3
/
+24
2023-03-28
smsc911x: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+5
2023-03-28
net: mvpp2: parser fix PPPoE
Sven Auhagen
1
-48
/
+34
2023-03-28
net: mvpp2: parser fix QinQ
Sven Auhagen
1
-2
/
+2
2023-03-28
net: mvpp2: classifier flow fix fragmentation flags
Sven Auhagen
1
-12
/
+18
[next]