aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/vector_kern.c
AgeCommit message (Expand)Author
2022-05-08um: vector: switch to netif_napi_add_weight()Jakub Kicinski
2022-03-11um: Migrate vector drivers to NAPIAnton Ivanov
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg
2021-04-15um: Remove unused including <linux/version.h>Yang Li
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-25um: Loadable BPF "Firmware" for vector driversAnton Ivanov
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar
2019-09-15um: Error handling fixes in vector driversAnton Ivanov
2019-09-15um: Add checks to mtu parameter parsingAnton Ivanov
2019-09-15um: Add legacy tap support and rename existing vector to hybridAnton Ivanov
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-29um: NULL check before kfree is not neededYueHaibing
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10um: Fix raw interface optionsAnton Ivanov
2018-06-10um: Fix initialization of vector queuesAnton Ivanov
2018-03-29Fix vector raw inintialization logicAnton Ivanov
2018-03-29Migrate vector timers to new timer APIAnton Ivanov
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun
2018-02-19High Performance UML Vector Network DriverAnton Ivanov