summaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/dev.c
AgeCommit message (Expand)AuthorLines
2020-02-05netdevsim: fix ptr_ret.cocci warningskbuild test robot-3/+1
2020-02-03netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo-8/+8
2020-02-03netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo-1/+1
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo-2/+11
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-01-11devlink: correct misspelling of snapshotJacob Keller-1/+1
2020-01-10devlink: rename and expand devlink-trap-netdevsim.rstJacob Keller-1/+1
2020-01-10devlink: move devlink documentation to subfolderJacob Keller-1/+1
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko-0/+3
2019-11-06netdevsim: drop code duplicated by a mergeJakub Kicinski-39/+8
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+17
2019-10-31netdevsim: Fix use-after-free during device dismantleIdo Schimmel-0/+5
2019-10-11netdevsim: implement couple of testing devlink health reportersJiri Pirko-2/+15
2019-10-08netdevsim: fix spelling mistake "forbidded" -> "forbid"Colin Ian King-1/+1
2019-10-07netdevsim: implement devlink dev_info opJiri Pirko-0/+8
2019-10-06netdevsim: add couple of debugfs bools to debug devlink reloadJiri Pirko-0/+20
2019-10-05netdevsim: create devlink and netdev instances in namespaceJiri Pirko-0/+1
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko-1/+1
2019-10-04netdevsim: implement proper devlink reloadJiri Pirko-28/+67
2019-10-04netdevsim: add all ports in nsim_dev_create() and del them in destroy()Jiri Pirko-82/+93
2019-10-04netdevsim: change fib accounting and limitations to be per-deviceJiri Pirko-62/+17
2019-09-16netdevsim: Set offsets to various protocol layersIdo Schimmel-0/+3
2019-09-13net: devlink: split reload op into twoJiri Pirko-3/+10
2019-08-20netdevsim: Fix build error without CONFIG_INETYueHaibing-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-38/+25
2019-08-17Documentation: Add description of netdevsim trapsIdo Schimmel-0/+3
2019-08-17netdevsim: Add devlink-trap supportIdo Schimmel-1/+278
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko-1/+62
2019-08-11netdevsim: register couple of devlink paramsJiri Pirko-1/+71
2019-08-11netdevsim: Restore per-network namespace accounting for fib entriesDavid Ahern-38/+25
2019-06-04netdevsim: implement fake flash updating with notificationsJiri Pirko-0/+44
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko-1/+12
2019-04-26netdevsim: extend device attrs to support port addition and deletionJiri Pirko-4/+51
2019-04-26netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko-15/+115
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko-3/+7
2019-04-26netdevsim: generate random switch id instead of using dev idJiri Pirko-0/+3
2019-04-26netdevsim: merge sdev into devJiri Pirko-0/+47
2019-04-26netdevsim: rename dev_init/exit() functions and make them independent on nsJiri Pirko-19/+13
2019-04-26netdevsim: move device registration and related code to bus.cJiri Pirko-1/+1
2019-04-26netdevsim: rename devlink.c to dev.c to contain per-dev(asic) itemsJiri Pirko-0/+241