aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-1/+1
2020-02-03netdevsim: disable devlink reload when resources are being usedTaehee Yoo1-0/+19
2020-02-03netdevsim: fix using uninitialized resourcesTaehee Yoo1-3/+40
2019-10-05netdevsim: create devlink and netdev instances in namespaceJiri Pirko1-0/+1
2019-05-05netdevsim: Make nsim_num_vf staticYueHaibing1-1/+1
2019-05-01netdevsim: fix fall-through annotationGustavo A. R. Silva1-1/+1
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko1-16/+9
2019-04-26netdevsim: extend device attrs to support port addition and deletionJiri Pirko1-0/+36
2019-04-26netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko1-0/+29
2019-04-26netdevsim: add bus attributes to add new and delete devicesJiri Pirko1-2/+95
2019-04-26netdevsim: use ida for bus device idsJiri Pirko1-3/+10
2019-04-26netdevsim: add stub netdevsim driver implementationJiri Pirko1-1/+20
2019-04-26netdevsim: move device registration and related code to bus.cJiri Pirko1-1/+141
2019-04-26netdevsim: put netdevsim bus code into separate fileJiri Pirko1-0/+24