aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/sdev.c
Commit message (Collapse)AuthorAgeFilesLines
* netdevsim: remove unused sdev codeTaehee Yoo2020-02-031-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]>
* netdevsim: move shared dev creation and destruction into separate fileJiri Pirko2019-04-121-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]>