aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/vector_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11uml: net: vector: fix const issueGravatar Johannes Berg 1-1/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersGravatar Alexey Dobriyan 1-0/+1
2020-10-11um: vector: Add dynamic tap interfaces and scriptingGravatar Anton Ivanov 1-9/+47
2020-10-11um: Remove redundant NULL checkGravatar Li Heng 1-2/+1
2020-10-11um: Some fixes to build UML with muslGravatar Ignat Korchagin 1-3/+1
2020-10-11um: Fix null pointer dereference in vector_user_bpfGravatar Gaurav Singh 1-3/+5
2020-06-02um: Add a generic "fd" vector transportGravatar Marc-André Lureau 1-0/+59
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cGravatar Alex Dewar 1-10/+5
2019-11-25um: Loadable BPF "Firmware" for vector driversGravatar Anton Ivanov 1-18/+76
2019-09-15um: Add SPDX headers for files in arch/um/driversGravatar Alex Dewar 1-1/+1
2019-09-15um: Error handling fixes in vector driversGravatar Anton Ivanov 1-2/+2
2019-09-15um: Added support for unix socket transports and bess transportGravatar Anton Ivanov 1-1/+87
2019-09-15um: Add legacy tap support and rename existing vector to hybridGravatar Anton Ivanov 1-84/+119
2019-03-06um: Remove duplicated include from vector_user.cGravatar YueHaibing 1-3/+0
2018-12-27um: writev needs <sys/uio.h>Gravatar Christoph Hellwig 1-0/+1
2018-12-27um: Include sys/uio.h to have writev()Gravatar Richard Weinberger 1-0/+1
2018-10-29um: NULL check before kfree is not neededGravatar YueHaibing 1-4/+2
2018-03-29Fix vector raw inintialization logicGravatar Anton Ivanov 1-9/+13
2018-02-19High Performance UML Vector Network DriverGravatar Anton Ivanov 1-0/+586