summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/bus.c
AgeCommit message (Expand)Author
2021-11-01netdevsim: rename 'driver' entry pointsJakub Kicinski
2021-11-01netdevsim: move max vf config to devJakub Kicinski
2021-11-01netdevsim: move details of vf config to devJakub Kicinski
2021-11-01netdevsim: move vfconfig to nsim_devJakub Kicinski
2021-11-01netdevsim: take rtnl_lock when assigning num_vfsJakub Kicinski
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky
2021-08-05netdevsim: Forbid devlink reload when adding or deleting portsLeon Romanovsky
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-16netdevsim: Add multi-queue supportPeilin Ye
2021-06-03netdevsim: Fix unsigned being compared to less than zeroColin Ian King
2021-06-02netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin
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