Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-03 | netdevsim: remove unused sdev code | Taehee Yoo | 1 | -69/+0 | |
sdev.c code is merged into dev.c and is not used anymore. it would be removed. Reviewed-by: Jakub Kicinski <[email protected]> Signed-off-by: Taehee Yoo <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> | |||||
2019-04-12 | netdevsim: move shared dev creation and destruction into separate file | Jiri Pirko | 1 | -0/+69 | |
To make code easier to read, move shared dev bits into a separate file. Signed-off-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]> |