summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/vector_kern.c
Commit message (Expand)AuthorAgeFilesLines
* um: Support dynamic IRQ allocationJohannes Berg2020-12-131-2/+2
* um: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-131-3/+3
* um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang2020-10-111-2/+2
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-071-2/+3
|\
| * um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons2020-03-291-0/+3
| * um: Don't overwrite ethtool driver versionLeon Romanovsky2020-03-291-2/+0
* | um: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+1
|/
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* um: Loadable BPF "Firmware" for vector driversAnton Ivanov2019-11-251-9/+104
* um: Add SPDX headers for files in arch/um/driversAlex Dewar2019-09-151-1/+1
* um: Error handling fixes in vector driversAnton Ivanov2019-09-151-5/+32
* um: Add checks to mtu parameter parsingAnton Ivanov2019-09-151-1/+2
* um: Add legacy tap support and rename existing vector to hybridAnton Ivanov2019-09-151-0/+2
* um: vector netdev: adjust to xmit_more API changeJohannes Berg2019-05-051-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-311-10/+5
|\
| * um: NULL check before kfree is not neededYueHaibing2018-10-291-10/+5
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
|/
* Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-161-6/+14
|\
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-6/+6
|/
* Fix vector raw inintialization logicAnton Ivanov2018-03-291-1/+6
* Migrate vector timers to new timer APIAnton Ivanov2018-03-291-7/+3
* um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET2018-02-191-3/+3
* um: vector: Fix a memory allocation checkChristophe JAILLET2018-02-191-1/+1
* um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun2018-02-191-1/+3
* High Performance UML Vector Network DriverAnton Ivanov2018-02-191-0/+1630