summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/bus.c
AgeCommit message (Expand)Author
2021-06-02netdevsim: Implement port types and indexingDmytro Linkin
2021-06-02netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin
2021-06-02netdevsim: Add max_vfs to bus_devDmytro Linkin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-03netdevsim: disable devlink reload when resources are being usedTaehee Yoo
2020-02-03netdevsim: fix using uninitialized resourcesTaehee Yoo
2019-10-05netdevsim: create devlink and netdev instances in namespaceJiri Pirko
2019-05-05netdevsim: Make nsim_num_vf staticYueHaibing
2019-05-01netdevsim: fix fall-through annotationGustavo A. R. Silva
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko
2019-04-26netdevsim: extend device attrs to support port addition and deletionJiri Pirko
2019-04-26netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko
2019-04-26netdevsim: add bus attributes to add new and delete devicesJiri Pirko
2019-04-26netdevsim: use ida for bus device idsJiri Pirko
2019-04-26netdevsim: add stub netdevsim driver implementationJiri Pirko
2019-04-26netdevsim: move device registration and related code to bus.cJiri Pirko
2019-04-26netdevsim: put netdevsim bus code into separate fileJiri Pirko