aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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-03netdevsim: Fix unsigned being compared to less than zeroColin Ian King1-1/+1
2021-06-02netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin1-1/+16
2021-06-02netdevsim: Implement port types and indexingDmytro Linkin1-2/+8
2021-06-02netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin1-4/+1
2021-06-02netdevsim: Add max_vfs to bus_devDmytro Linkin1-8/+89
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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