index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
vector_kern.c
Age
Commit message (
Expand
)
Author
2024-09-12
um: vector: Fix NAPI budget handling
Anton Ivanov
2024-09-12
um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024-07-04
um: vector: always reset vp->opened
Johannes Berg
2024-07-04
um: vector: remove vp->lock
Johannes Berg
2024-04-22
um: vector: remove unused len variable/calculation
Johannes Berg
2024-04-22
um: vector: fix bpfflash parameter evaluation
Johannes Berg
2024-02-20
um: Convert strscpy() usage to 2-argument style
Kees Cook
2023-02-01
um: vector: Fix memory leak in vector_config
Xiang Yang
2022-09-19
um: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-08
um: vector: switch to netif_napi_add_weight()
Jakub Kicinski
2022-03-11
um: Migrate vector drivers to NAPI
Anton Ivanov
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-08-27
um: vector: adjust to coalesce API changes
Johannes Berg
2021-04-15
um: Remove unused including <linux/version.h>
Yang Li
2020-12-13
um: Support dynamic IRQ allocation
Johannes Berg
2020-12-13
um: Convert tasklets to use new tasklet_setup() API
Allen Pais
2020-10-11
um: vector: Use GFP_ATOMIC under spin lock
Tiezhu Yang
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-03-29
um: vector: Avoid NULL ptr deference if transport is unset
Sjoerd Simons
2020-03-29
um: Don't overwrite ethtool driver version
Leon Romanovsky
2020-03-06
um: reject unsupported coalescing params
Jakub Kicinski
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-11-25
um: Loadable BPF "Firmware" for vector drivers
Anton Ivanov
2019-09-15
um: Add SPDX headers for files in arch/um/drivers
Alex Dewar
2019-09-15
um: Error handling fixes in vector drivers
Anton Ivanov
2019-09-15
um: Add checks to mtu parameter parsing
Anton Ivanov
2019-09-15
um: Add legacy tap support and rename existing vector to hybrid
Anton Ivanov
2019-05-05
um: vector netdev: adjust to xmit_more API change
Johannes Berg
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2018-10-31
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-29
um: NULL check before kfree is not needed
YueHaibing
2018-06-16
Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-10
um: Fix raw interface options
Anton Ivanov
2018-06-10
um: Fix initialization of vector queues
Anton Ivanov
2018-03-29
Fix vector raw inintialization logic
Anton Ivanov
2018-03-29
Migrate vector timers to new timer API
Anton Ivanov
2018-02-19
um: vector: Fix an error handling path in 'vector_parse()'
Christophe JAILLET
2018-02-19
um: vector: Fix a memory allocation check
Christophe JAILLET
2018-02-19
um: vector: fix missing unlock on error in vector_net_open()
Wei Yongjun
2018-02-19
High Performance UML Vector Network Driver
Anton Ivanov