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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
ice: fix adding IP4 IP6 Flow Director rules
Dan Nowlin
1
-1
/
+61
2020-10-09
ice: Fix pointer cast warnings
Bixuan Cui
1
-2
/
+2
2020-10-09
ice: add additional debug logging for firmware update
Jacob Keller
3
-6
/
+33
2020-10-09
ice: refactor devlink_port to be per-VSI
Jacob Keller
5
-33
/
+45
2020-10-09
ice: add the DDP Track ID to devlink info
Jacob Keller
1
-0
/
+8
2020-10-09
ice: Change ice_info_get_dsn to be void
Anirudh Venkataramanan
1
-8
/
+2
2020-10-09
ice: remove repeated words
Bruce Allan
4
-5
/
+5
2020-10-09
ice: devlink: use %*phD to print small buffer
Andy Shevchenko
1
-3
/
+1
2020-10-09
net/mlx5: Add support for devlink reload limit no reset
Moshe Shemesh
1
-0
/
+25
2020-10-09
net/mlx5: Add support for fw live patch event
Moshe Shemesh
3
-0
/
+77
2020-10-09
net/mlx5: Add devlink param enable_remote_dev_reset support
Moshe Shemesh
3
-0
/
+52
2020-10-09
net/mlx5: Add support for devlink reload action fw activate
Moshe Shemesh
3
-11
/
+108
2020-10-09
net/mlx5: Handle sync reset abort event
Moshe Shemesh
1
-0
/
+15
2020-10-09
net/mlx5: Handle sync reset now event
Moshe Shemesh
1
-0
/
+119
2020-10-09
net/mlx5: Handle sync reset request event
Moshe Shemesh
5
-15
/
+218
2020-10-09
net/mlx5: Set cap for pci sync for fw update event
Moshe Shemesh
1
-0
/
+3
2020-10-09
net/mlx5: Add functions to set/query MFRL register
Moshe Shemesh
3
-1
/
+65
2020-10-09
devlink: Add devlink reload limit option
Moshe Shemesh
3
-3
/
+9
2020-10-09
devlink: Add reload action option to devlink reload command
Moshe Shemesh
3
-7
/
+17
2020-10-09
net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514
Vladimir Oltean
1
-0
/
+2
2020-10-09
cxgb4: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-5
/
+5
2020-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+15
2020-10-08
r8169: consider that PHY reset may still be in progress after applying firmware
Heiner Kallweit
1
-0
/
+7
2020-10-06
net: atlantic: implement media detect feature via phy tunables
Igor Russkikh
5
-0
/
+60
2020-10-06
net: atlantic: implement phy downshift feature
Igor Russkikh
6
-0
/
+103
2020-10-06
net: mscc: ocelot: warn when encoding an out-of-bounds watermark value
Vladimir Oltean
1
-0
/
+2
2020-10-06
net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOP
Vladimir Oltean
1
-6
/
+6
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
51
-367
/
+664
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
2
-4
/
+21
2020-10-05
net: mvneta: fix double free of txq->buf
Tom Rix
1
-11
/
+2
2020-10-05
bnxt_en: Eliminate unnecessary RX resets.
Michael Chan
2
-1
/
+53
2020-10-05
bnxt_en: Reduce unnecessary message log during RX errors.
Michael Chan
1
-2
/
+4
2020-10-05
bnxt_en: Add a software counter for RX ring reset.
Michael Chan
3
-4
/
+12
2020-10-05
bnxt_en: Implement RX ring reset in response to buffer errors.
Michael Chan
1
-4
/
+75
2020-10-05
bnxt_en: Refactor bnxt_init_one_rx_ring().
Michael Chan
1
-46
/
+50
2020-10-05
bnxt_en: Refactor bnxt_free_rx_skbs().
Michael Chan
1
-68
/
+66
2020-10-05
bnxt_en: Log FW health status info, if reset is aborted.
Michael Chan
1
-1
/
+8
2020-10-05
bnxt_en: perform no master recovery during startup
Edwin Peer
1
-9
/
+29
2020-10-05
bnxt_en: log firmware status on firmware init failure
Edwin Peer
2
-5
/
+55
2020-10-05
bnxt_en: refactor bnxt_alloc_fw_health()
Edwin Peer
1
-22
/
+38
2020-10-05
bnxt_en: Update firmware interface spec to 1.10.1.68.
Vasundhara Volam
1
-3
/
+21
2020-10-04
bnx2x: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-10-04
net: ksz884x: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
2020-10-04
net: bna: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+3
2020-10-04
net: typhoon: Fix a typo Typoon --> Typhoon
Christophe JAILLET
1
-1
/
+1
2020-10-04
net: hinic: fix DEVLINK build errors
Randy Dunlap
1
-0
/
+1
2020-10-04
net: stmmac: Modify configuration method of EEE timers
Vineetha G. Jaya Kumaran
3
-9
/
+28
2020-10-03
dpaa2-eth: add support for devlink parser error drop traps
Ioana Ciornei
3
-1
/
+385
2020-10-03
dpaa2-eth: add basic devlink support
Ioana Ciornei
4
-1
/
+119
2020-10-03
ionic: add new bad firmware error code
Shannon Nelson
2
-0
/
+3
[next]