index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
arch
/
um
/
drivers
/
vector_kern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-25
um: vector: Reduce stack usage in vector_eth_configure()
Tiwei Bie
1
-29
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-02
um: vector: Use mac_pton() for MAC address parsing
Tiwei Bie
1
-11
/
+4
2025-06-02
um: vector: Clean up and modernize log messages
Tiwei Bie
1
-25
/
+16
2025-05-05
um: vector: Eliminate the dependency on uml_net
Tiwei Bie
1
-2
/
+50
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-01-26
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
1
-4
/
+1
2024-11-07
um: vector: Do not use drvdata in release
Tiwei Bie
1
-1
/
+2
2024-09-12
um: vector: Fix NAPI budget handling
Anton Ivanov
1
-2
/
+2
2024-09-12
um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
1
-101
/
+107
2024-07-04
um: vector: always reset vp->opened
Johannes Berg
1
-1
/
+2
2024-07-04
um: vector: remove vp->lock
Johannes Berg
1
-15
/
+1
2024-04-22
um: vector: remove unused len variable/calculation
Johannes Berg
1
-3
/
+1
2024-04-22
um: vector: fix bpfflash parameter evaluation
Johannes Berg
1
-1
/
+1
2024-02-21
um: Convert strscpy() usage to 2-argument style
Kees Cook
1
-1
/
+1
2023-02-02
um: vector: Fix memory leak in vector_config
Xiang Yang
1
-0
/
+1
2022-09-19
um: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-05-08
um: vector: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-03-11
um: Migrate vector drivers to NAPI
Anton Ivanov
1
-56
/
+49
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-08-27
um: vector: adjust to coalesce API changes
Johannes Berg
1
-2
/
+6
2021-04-16
um: Remove unused including <linux/version.h>
Yang Li
1
-1
/
+0
2020-12-14
um: Support dynamic IRQ allocation
Johannes Berg
1
-2
/
+2
2020-12-14
um: Convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-10-12
um: vector: Use GFP_ATOMIC under spin lock
Tiezhu Yang
1
-2
/
+2
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2020-03-30
um: vector: Avoid NULL ptr deference if transport is unset
Sjoerd Simons
1
-0
/
+3
2020-03-30
um: Don't overwrite ethtool driver version
Leon Romanovsky
1
-2
/
+0
2020-03-07
um: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-26
um: Loadable BPF "Firmware" for vector drivers
Anton Ivanov
1
-9
/
+104
2019-09-15
um: Add SPDX headers for files in arch/um/drivers
Alex Dewar
1
-1
/
+1
2019-09-15
um: Error handling fixes in vector drivers
Anton Ivanov
1
-5
/
+32
2019-09-15
um: Add checks to mtu parameter parsing
Anton Ivanov
1
-1
/
+2
2019-09-15
um: Add legacy tap support and rename existing vector to hybrid
Anton Ivanov
1
-0
/
+2
2019-05-05
um: vector netdev: adjust to xmit_more API change
Johannes Berg
1
-1
/
+1
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2018-11-01
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+5
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-30
um: NULL check before kfree is not needed
YueHaibing
1
-10
/
+5
2018-06-16
Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+14
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-6
/
+6
2018-06-10
um: Fix raw interface options
Anton Ivanov
1
-3
/
+2
2018-06-10
um: Fix initialization of vector queues
Anton Ivanov
1
-3
/
+12
2018-03-29
Fix vector raw inintialization logic
Anton Ivanov
1
-1
/
+6
2018-03-29
Migrate vector timers to new timer API
Anton Ivanov
1
-7
/
+3
2018-02-19
um: vector: Fix an error handling path in 'vector_parse()'
Christophe JAILLET
1
-3
/
+3
2018-02-19
um: vector: Fix a memory allocation check
Christophe JAILLET
1
-1
/
+1
[next]