aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12netdevsim: Update dummy reporter's devlink binary interfaceAya Levin1-7/+1
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-06netdevsim: drop code duplicated by a mergeJakub Kicinski1-39/+8
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+17
2019-10-31netdevsim: Fix use-after-free during device dismantleIdo Schimmel1-0/+5
2019-10-13netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exitYueHaibing1-1/+2
2019-10-11netdevsim: implement couple of testing devlink health reportersJiri Pirko4-3/+354
2019-10-08netdevsim: fix spelling mistake "forbidded" -> "forbid"Colin Ian King1-1/+1
2019-10-07netdevsim: implement devlink dev_info opJiri Pirko1-0/+8
2019-10-06netdevsim: add couple of debugfs bools to debug devlink reloadJiri Pirko2-0/+22
2019-10-05netdevsim: create devlink and netdev instances in namespaceJiri Pirko3-0/+5
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-1/+1
2019-10-04netdevsim: take devlink net instead of init_netJiri Pirko1-2/+2
2019-10-04netdevsim: register port netdevices into net of deviceJiri Pirko2-0/+6
2019-10-04netdevsim: implement proper devlink reloadJiri Pirko3-57/+99
2019-10-04netdevsim: add all ports in nsim_dev_create() and del them in destroy()Jiri Pirko1-82/+93
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-5/+3
2019-10-04netdevsim: change fib accounting and limitations to be per-deviceJiri Pirko4-128/+114
2019-09-16netdevsim: Set offsets to various protocol layersIdo Schimmel1-0/+3
2019-09-13net: devlink: split reload op into twoJiri Pirko1-3/+10
2019-08-20netdevsim: Fix build error without CONFIG_INETYueHaibing1-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-86/+98
2019-08-17Documentation: Add description of netdevsim trapsIdo Schimmel1-0/+3
2019-08-17netdevsim: Add devlink-trap supportIdo Schimmel2-1/+279
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko2-1/+63
2019-08-11netdevsim: register couple of devlink paramsJiri Pirko2-1/+73
2019-08-11netdevsim: Restore per-network namespace accounting for fib entriesDavid Ahern4-86/+98
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-21/+5
2019-06-04netdevsim: implement fake flash updating with notificationsJiri Pirko2-0/+45
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: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko6-118/+85
2019-04-26netdevsim: extend device attrs to support port addition and deletionJiri Pirko3-4/+92
2019-04-26netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko4-30/+160
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko3-15/+11
2019-04-26netdevsim: generate random switch id instead of using dev idJiri Pirko3-2/+5
2019-04-26netdevsim: merge sdev into devJiri Pirko5-115/+116
2019-04-26netdevsim: rename dev_init/exit() functions and make them independent on nsJiri Pirko3-28/+30
2019-04-26netdevsim: add bus attributes to add new and delete devicesJiri Pirko3-4/+99
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 Pirko4-163/+207
2019-04-26netdevsim: put netdevsim bus code into separate fileJiri Pirko4-13/+38
2019-04-26netdevsim: rename devlink.c to dev.c to contain per-dev(asic) itemsJiri Pirko4-59/+56
2019-04-26netdevsim: create devlink instance per netdevsim instanceJiri Pirko4-202/+124
2019-04-26netdevsim: move device registration on bus to be done earlier in initJiri Pirko1-13/+13
2019-04-12netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko1-25/+38