summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/drivers
AgeCommit message (Expand)AuthorLines
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie-704/+0
2024-04-22um: Make local functions and variables staticTiwei Bie-2/+2
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook-2/+2
2023-09-29um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar-7/+7
2017-09-13um: return negative in tuntap_open_tramp()Dan Carpenter-1/+1
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse-3/+3
2015-05-24um,ethertap: use strncpyAlan-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-9/+9
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro-4/+0
2008-12-04um: Kill directly reference of netdev->privWang Chen-2/+2
2008-05-13uml: fix build when SLOB is enabledJeff Dike-2/+2
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike-7/+7
2008-02-05uml: tidy helper codeJeff Dike-2/+2
2008-02-05uml: tidy kern_util.hJeff Dike-0/+1
2008-02-05uml: const and other tidyingWANG Cong-1/+1
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka-9/+3
2007-10-16uml: network driver MTU cleanupsJeff Dike-46/+19
2007-10-16uml: network formattingJeff Dike-137/+123
2007-10-16uml: userspace files should call libc directlyJeff Dike-31/+54
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike-2/+2
2007-07-16uml: simplify helper stack handlingJeff Dike-2/+2
2007-05-07uml: convert libc layer to call read and writeJeff Dike-5/+6
2007-05-07uml: tidy libc codeJeff Dike-3/+7
2007-05-07uml: remove page_size()Jeff Dike-3/+4
2007-05-07uml: remove user_util.hJeff Dike-2/+0
2007-05-07uml: network interface hotplug error handlingJeff Dike-2/+4
2007-05-07uml: driver formatting fixesJeff Dike-46/+30
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo-2/+2
2006-12-07[PATCH] uml: use get_random_bytes() after random pool is seededJeff Dike-2/+2
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso-0/+1
2006-09-27[PATCH] uml: const more dataJeff Dike-6/+6
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso-1/+1
2006-03-31[PATCH] uml: fix initcall return valuesJeff Dike-24/+2
2006-02-07[PATCH] uml: close TUN/TAP file descriptorsJeff Dike-1/+3
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike-2/+0
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike-3/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+760