summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/net_user.c
AgeCommit message (Expand)AuthorLines
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar-1/+1
2015-12-08um: fix returns without va_endGeyslan G. Bem-4/+6
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse-3/+3
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-3/+3
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro-2/+0
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov-1/+4
2008-05-13uml: fix build when SLOB is enabledJeff Dike-1/+1
2008-02-05uml: tidy helper codeJeff Dike-1/+1
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka-1/+1
2007-10-16uml: network formattingJeff Dike-60/+66
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike-1/+1
2007-07-16uml: simplify helper stack handlingJeff Dike-1/+1
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike-4/+4
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike-3/+3
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike-1/+1
2007-05-07uml: remove page_size()Jeff Dike-1/+2
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso-0/+1
2006-09-29[PATCH] uml: don't roll my own random MAC generatorJeff Dike-29/+0
2006-09-29[PATCH] uml: assign random MACs to interfaces if necessaryJeff Dike-0/+30
2006-07-10[PATCH] uml: add some EINTR protectionJeff Dike-6/+4
2006-07-10[PATCH] uml: formatting fixesJeff Dike-37/+33
2006-04-11[PATCH] uml: fix hang on run_helper() failure on uml_netPaolo 'Blaisorblade' Giarrusso-1/+3
2006-02-24[PATCH] uml: better error reporting for read_outputPaolo 'Blaisorblade' Giarrusso-12/+22
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike-1/+0
2005-06-08[PATCH] uml: compile fixes for gcc 4Jeff Dike-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+255