summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/vector_user.c
Commit message (Expand)AuthorAgeFilesLines
* um: Convert strscpy() usage to 2-argument styleKees Cook2024-02-201-2/+2
* um: vector: refactor deprecated strncpyJustin Stitt2023-08-161-2/+2
* uml: net: vector: fix const issueJohannes Berg2022-03-111-1/+1
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-0/+1
* um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov2020-10-111-9/+47
* um: Remove redundant NULL checkLi Heng2020-10-111-2/+1
* um: Some fixes to build UML with muslIgnat Korchagin2020-10-111-3/+1
* um: Fix null pointer dereference in vector_user_bpfGaurav Singh2020-10-111-3/+5
* um: Add a generic "fd" vector transportMarc-André Lureau2020-06-021-0/+59
* um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar2020-03-291-10/+5
* um: Loadable BPF "Firmware" for vector driversAnton Ivanov2019-11-251-18/+76
* 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-2/+2
* um: Added support for unix socket transports and bess transportAnton Ivanov2019-09-151-1/+87
* um: Add legacy tap support and rename existing vector to hybridAnton Ivanov2019-09-151-84/+119
* um: Remove duplicated include from vector_user.cYueHaibing2019-03-061-3/+0
* um: writev needs <sys/uio.h>Christoph Hellwig2018-12-271-0/+1
* um: Include sys/uio.h to have writev()Richard Weinberger2018-12-271-0/+1
* um: NULL check before kfree is not neededYueHaibing2018-10-291-4/+2
* Fix vector raw inintialization logicAnton Ivanov2018-03-291-9/+13
* High Performance UML Vector Network DriverAnton Ivanov2018-02-191-0/+586