Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-15 | um: Add SPDX headers for files in arch/um/drivers | Alex Dewar | 1 | -1/+1 | |
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -2/+2 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 1 | -2/+0 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-05-25 | um: add ucast ethernet transport | Nolan Leake | 1 | -0/+186 | |
The ucast transport is similar to the mcast transport (and, in fact, shares most of its code), only it uses UDP unicast to move packets. Obviously this is only useful for point-to-point connections between virtual ethernet devices. Signed-off-by: Nolan Leake <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> Cc: David Miller <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |