summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/bus.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-28netdevsim: Block until all devices are releasedIdo Schimmel1-0/+12
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2022-10-27netdevsim: fix memory leak in nsim_bus_dev_new()Zhengchao Shao1-2/+7
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko1-19/+0
2021-11-01netdevsim: rename 'driver' entry pointsJakub Kicinski1-4/+4
2021-11-01netdevsim: move max vf config to devJakub Kicinski1-75/+0
2021-11-01netdevsim: move details of vf config to devJakub Kicinski1-65/+4
2021-11-01netdevsim: move vfconfig to nsim_devJakub Kicinski1-24/+19
2021-11-01netdevsim: take rtnl_lock when assigning num_vfsJakub Kicinski1-3/+11
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky1-0/+10
2021-08-05netdevsim: Forbid devlink reload when adding or deleting portsLeon Romanovsky1-12/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-07-16netdevsim: Add multi-queue supportPeilin Ye1-7/+10
2021-06-04netdevsim: Fix unsigned being compared to less than zeroColin Ian King1-1/+1
2021-06-03netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin1-1/+16
2021-06-03netdevsim: Implement port types and indexingDmytro Linkin1-2/+8
2021-06-03netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin1-4/+1
2021-06-03netdevsim: Add max_vfs to bus_devDmytro Linkin1-8/+89
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-02-04netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-1/+1
2020-02-04netdevsim: disable devlink reload when resources are being usedTaehee Yoo1-0/+19
2020-02-04netdevsim: fix using uninitialized resourcesTaehee Yoo1-3/+40
2019-10-06netdevsim: 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