summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim
AgeCommit message (Expand)Author
2020-02-05netdevsim: fix ptr_ret.cocci warningskbuild test robot
2020-02-03netdevsim: remove unused sdev codeTaehee Yoo
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-03netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo
2020-02-03netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo
2020-02-03netdevsim: disable devlink reload when resources are being usedTaehee Yoo
2020-02-03netdevsim: fix using uninitialized resourcesTaehee Yoo
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17netdevsim: fix nsim_fib6_rt_create() error pathEric Dumazet
2020-01-14netdevsim: fib: Add dummy implementation for FIB offloadIdo Schimmel
2020-01-11devlink: correct misspelling of snapshotJacob Keller
2020-01-10devlink: rename and expand devlink-trap-netdevsim.rstJacob Keller
2020-01-10devlink: move devlink documentation to subfolderJacob Keller
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel
2019-11-12netdevsim: Update dummy reporter's devlink binary interfaceAya Levin
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-06netdevsim: drop code duplicated by a mergeJakub Kicinski
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-31netdevsim: Fix use-after-free during device dismantleIdo Schimmel
2019-10-13netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exitYueHaibing
2019-10-11netdevsim: implement couple of testing devlink health reportersJiri Pirko
2019-10-08netdevsim: fix spelling mistake "forbidded" -> "forbid"Colin Ian King
2019-10-07netdevsim: implement devlink dev_info opJiri Pirko
2019-10-06netdevsim: add couple of debugfs bools to debug devlink reloadJiri Pirko
2019-10-05netdevsim: create devlink and netdev instances in namespaceJiri Pirko
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko
2019-10-04netdevsim: take devlink net instead of init_netJiri Pirko
2019-10-04netdevsim: register port netdevices into net of deviceJiri Pirko
2019-10-04netdevsim: implement proper devlink reloadJiri Pirko
2019-10-04netdevsim: add all ports in nsim_dev_create() and del them in destroy()Jiri Pirko
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-10-04netdevsim: change fib accounting and limitations to be per-deviceJiri Pirko
2019-09-16netdevsim: Set offsets to various protocol layersIdo Schimmel
2019-09-13net: devlink: split reload op into twoJiri Pirko
2019-08-20netdevsim: Fix build error without CONFIG_INETYueHaibing
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17Documentation: Add description of netdevsim trapsIdo Schimmel
2019-08-17netdevsim: Add devlink-trap supportIdo Schimmel
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko
2019-08-11netdevsim: register couple of devlink paramsJiri Pirko
2019-08-11netdevsim: Restore per-network namespace accounting for fib entriesDavid Ahern
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-06-04netdevsim: implement fake flash updating with notificationsJiri Pirko
2019-05-05netdevsim: Make nsim_num_vf staticYueHaibing
2019-05-01netdevsim: fix fall-through annotationGustavo A. R. Silva
2019-04-26netdevsim: implement ndo_get_devlink_portJiri Pirko