aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/shared/net_user.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-16uml: UML net driver does not allow for vlansAlan Cox1-1/+1
See ancient discussion at http://marc.info/?l=user-mode-linux-devel&m=101990155831279&w=2 Addresses http://bugzilla.kernel.org/show_bug.cgi?id=7854 Signed-off-by: Alan Cox <[email protected]> Reported-by: Paolo 'Blaisorblade' Giarrusso <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Roland Kletzing <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-10-22x86, um: take arch/um/include/* out of the wayAl Viro1-0/+53
We can't just plop asm/* into it - userland helpers are built with it in search path and seeing asm/* show up there suddenly would be a bad idea. Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>