aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um/drivers/vector_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-25um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-02um: vector: Use mac_pton() for MAC address parsingTiwei Bie1-11/+4
2025-06-02um: vector: Clean up and modernize log messagesTiwei Bie1-25/+16
2025-05-05um: vector: Eliminate the dependency on uml_netTiwei Bie1-2/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2024-11-07um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-09-12um: vector: Fix NAPI budget handlingAnton Ivanov1-2/+2
2024-09-12um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov1-101/+107
2024-07-04um: vector: always reset vp->openedJohannes Berg1-1/+2
2024-07-04um: vector: remove vp->lockJohannes Berg1-15/+1
2024-04-22um: vector: remove unused len variable/calculationJohannes Berg1-3/+1
2024-04-22um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook1-1/+1
2023-02-01um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-08um: vector: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-03-11um: Migrate vector drivers to NAPIAnton Ivanov1-56/+49
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg1-2/+6
2021-04-15um: Remove unused including <linux/version.h>Yang Li1-1/+0
2020-12-13um: Support dynamic IRQ allocationJohannes Berg1-2/+2
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-2/+3
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons1-0/+3
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky1-2/+0
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-25um: Loadable BPF "Firmware" for vector driversAnton Ivanov1-9/+104
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar1-1/+1
2019-09-15um: Error handling fixes in vector driversAnton Ivanov1-5/+32
2019-09-15um: Add checks to mtu parameter parsingAnton Ivanov1-1/+2
2019-09-15um: Add legacy tap support and rename existing vector to hybridAnton Ivanov1-0/+2
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-10/+5
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-29um: NULL check before kfree is not neededYueHaibing1-10/+5
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-6/+14
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+6
2018-06-10um: Fix raw interface optionsAnton Ivanov1-3/+2
2018-06-10um: Fix initialization of vector queuesAnton Ivanov1-3/+12
2018-03-29Fix vector raw inintialization logicAnton Ivanov1-1/+6
2018-03-29Migrate vector timers to new timer APIAnton Ivanov1-7/+3
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET1-3/+3
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET1-1/+1