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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
Alvin Šipraga
4
-0
/
+187
2021-10-18
dt-bindings: net: dsa: realtek-smi: document new compatible rtl8365mb
Alvin Šipraga
1
-0
/
+87
2021-10-18
net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile
Alvin Šipraga
2
-8
/
+8
2021-10-18
net: dsa: allow reporting of standard ethtool stats for slave devices
Alvin Šipraga
2
-0
/
+40
2021-10-18
ether: add EtherType for proprietary Realtek protocols
Alvin Šipraga
1
-0
/
+1
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
21
-53
/
+99
2021-10-18
octeontx2-nic: fix mixed module build
Arnd Bergmann
2
-4
/
+12
2021-10-18
Merge branch 'uniphier-nx1'
David S. Miller
2
-0
/
+16
2021-10-18
net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoC
Kunihiko Hayashi
1
-0
/
+15
2021-10-18
dt-bindings: net: ave: Add bindings for NX1 SoC
Kunihiko Hayashi
1
-0
/
+1
2021-10-18
net: w5100: Make w5100_remove() return void
Uwe Kleine-König
3
-5
/
+8
2021-10-18
net: ks8851: Make ks8851_remove_common() return void
Uwe Kleine-König
4
-6
/
+8
2021-10-18
Merge branch 'remove-qdisc-running-counter'
David S. Miller
35
-356
/
+321
2021-10-18
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
21
-134
/
+102
2021-10-18
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
30
-160
/
+155
2021-10-18
net: sched: Use _bstats_update/set() instead of raw writes
Ahmed S. Darwish
5
-21
/
+26
2021-10-18
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
17
-10
/
+39
2021-10-18
u64_stats: Introduce u64_stats_set()
Ahmed S. Darwish
1
-0
/
+10
2021-10-18
gen_stats: Move remaining users to gnet_stats_add_queue().
Sebastian Andrzej Siewior
3
-43
/
+4
2021-10-18
mq, mqprio: Use gnet_stats_add_queue().
Sebastian Andrzej Siewior
2
-57
/
+18
2021-10-18
gen_stats: Add gnet_stats_add_queue().
Sebastian Andrzej Siewior
2
-0
/
+35
2021-10-18
gen_stats: Add instead Set the value in __gnet_stats_copy_basic().
Sebastian Andrzej Siewior
5
-27
/
+28
2021-10-16
net: make use of helper netif_is_bridge_master()
Kyungrok Chung
9
-14
/
+14
2021-10-16
Merge branch 'smc-rv23'
David S. Miller
14
-383
/
+1607
2021-10-16
net/smc: stop links when their GID is removed
Karsten Graul
1
-0
/
+53
2021-10-16
net/smc: add netlink support for SMC-Rv2
Karsten Graul
2
-27
/
+88
2021-10-16
net/smc: extend LLC layer for SMC-Rv2
Karsten Graul
7
-115
/
+531
2021-10-16
net/smc: add v2 support to the work request layer
Karsten Graul
5
-21
/
+199
2021-10-16
net/smc: retrieve v2 gid from IB device
Karsten Graul
4
-30
/
+95
2021-10-16
net/smc: add v2 format of CLC decline message
Karsten Graul
2
-10
/
+55
2021-10-16
net/smc: add listen processing for SMC-Rv2
Karsten Graul
4
-66
/
+165
2021-10-16
net/smc: add SMC-Rv2 connection establishment
Karsten Graul
6
-61
/
+267
2021-10-16
net/smc: prepare for SMC-Rv2 connection
Karsten Graul
4
-35
/
+113
2021-10-16
net/smc: save stack space and allocate smc_init_info
Karsten Graul
1
-30
/
+53
2021-10-16
net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
Jakub Kicinski
1
-3
/
+0
2021-10-16
Merge branch 'dev_addr-conversions-part-1'
David S. Miller
15
-46
/
+69
2021-10-16
ethernet: ixgb: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+6
2021-10-16
ethernet: ibmveth: use ether_addr_to_u64()
Jakub Kicinski
1
-14
/
+3
2021-10-16
ethernet: enetc: use eth_hw_addr_set()
Jakub Kicinski
3
-3
/
+7
2021-10-16
ethernet: ec_bhf: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-16
ethernet: enic: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+3
2021-10-16
ethernet: bcmgenet: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+6
2021-10-16
ethernet: bnx2x: use eth_hw_addr_set()
Jakub Kicinski
1
-5
/
+11
2021-10-16
ethernet: aquantia: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+4
2021-10-16
ethernet: amd: use eth_hw_addr_set()
Jakub Kicinski
2
-5
/
+12
2021-10-16
ethernet: alteon: use eth_hw_addr_set()
Jakub Kicinski
1
-6
/
+8
2021-10-16
ethernet: aeroflex: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+3
2021-10-16
ethernet: adaptec: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-16
net: ipvtap: fix template string argument of device_create() call
Jean Sacren
1
-1
/
+1
2021-10-16
net: macvtap: fix template string argument of device_create() call
Jean Sacren
1
-1
/
+1
[next]