aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim
AgeCommit message (Expand)AuthorFilesLines
2020-02-05netdevsim: fix ptr_ret.cocci warningsGravatar kbuild test robot 1-3/+1
2020-02-03netdevsim: remove unused sdev codeGravatar Taehee Yoo 1-69/+0
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningGravatar Taehee Yoo 2-2/+2
2020-02-03netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsGravatar Taehee Yoo 3-14/+16
2020-02-03netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Gravatar Taehee Yoo 1-1/+1
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Gravatar Taehee Yoo 2-2/+12
2020-02-03netdevsim: disable devlink reload when resources are being usedGravatar Taehee Yoo 2-0/+21
2020-02-03netdevsim: fix using uninitialized resourcesGravatar Taehee Yoo 2-3/+41
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-01-17netdevsim: fix nsim_fib6_rt_create() error pathGravatar Eric Dumazet 1-3/+3
2020-01-14netdevsim: fib: Add dummy implementation for FIB offloadGravatar Ido Schimmel 1-9/+662
2020-01-11devlink: correct misspelling of snapshotGravatar Jacob Keller 1-1/+1
2020-01-10devlink: rename and expand devlink-trap-netdevsim.rstGravatar Jacob Keller 1-1/+1
2020-01-10devlink: move devlink documentation to subfolderGravatar Jacob Keller 1-1/+1
2019-12-24ipv6: Remove old route notifications and convert listenersGravatar Ido Schimmel 1-1/+0
2019-12-16ipv4: Remove old route notifications and convert listenersGravatar Ido Schimmel 1-2/+2
2019-11-12netdevsim: Update dummy reporter's devlink binary interfaceGravatar Aya Levin 1-7/+1
2019-11-08devlink: disallow reload operation during device cleanupGravatar Jiri Pirko 1-0/+3
2019-11-06netdevsim: drop code duplicated by a mergeGravatar Jakub Kicinski 1-39/+8
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+17
2019-10-31netdevsim: Fix use-after-free during device dismantleGravatar Ido Schimmel 1-0/+5
2019-10-13netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exitGravatar YueHaibing 1-1/+2
2019-10-11netdevsim: implement couple of testing devlink health reportersGravatar Jiri Pirko 4-3/+354
2019-10-08netdevsim: fix spelling mistake "forbidded" -> "forbid"Gravatar Colin Ian King 1-1/+1
2019-10-07netdevsim: implement devlink dev_info opGravatar Jiri Pirko 1-0/+8
2019-10-06netdevsim: add couple of debugfs bools to debug devlink reloadGravatar Jiri Pirko 2-0/+22
2019-10-05netdevsim: create devlink and netdev instances in namespaceGravatar Jiri Pirko 3-0/+5
2019-10-04net: devlink: allow to change namespaces during reloadGravatar Jiri Pirko 1-1/+1
2019-10-04netdevsim: take devlink net instead of init_netGravatar Jiri Pirko 1-2/+2
2019-10-04netdevsim: register port netdevices into net of deviceGravatar Jiri Pirko 2-0/+6
2019-10-04netdevsim: implement proper devlink reloadGravatar Jiri Pirko 3-57/+99
2019-10-04netdevsim: add all ports in nsim_dev_create() and del them in destroy()Gravatar Jiri Pirko 1-82/+93
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackGravatar Jiri Pirko 1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsGravatar Jiri Pirko 1-5/+3
2019-10-04netdevsim: change fib accounting and limitations to be per-deviceGravatar Jiri Pirko 4-128/+114
2019-09-16netdevsim: Set offsets to various protocol layersGravatar Ido Schimmel 1-0/+3
2019-09-13net: devlink: split reload op into twoGravatar Jiri Pirko 1-3/+10
2019-08-20netdevsim: Fix build error without CONFIG_INETGravatar YueHaibing 1-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-86/+98
2019-08-17Documentation: Add description of netdevsim trapsGravatar Ido Schimmel 1-0/+3
2019-08-17netdevsim: Add devlink-trap supportGravatar Ido Schimmel 2-1/+279
2019-08-15netdevsim: implement support for devlink region and snapshotsGravatar Jiri Pirko 2-1/+63
2019-08-11netdevsim: register couple of devlink paramsGravatar Jiri Pirko 2-1/+73
2019-08-11netdevsim: Restore per-network namespace accounting for fib entriesGravatar David Ahern 4-86/+98
2019-07-09drivers: net: use flow block APIGravatar Pablo Neira Ayuso 1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Gravatar Pablo Neira Ayuso 1-21/+5
2019-06-04netdevsim: implement fake flash updating with notificationsGravatar Jiri Pirko 2-0/+45
2019-05-05netdevsim: Make nsim_num_vf staticGravatar YueHaibing 1-1/+1
2019-05-01netdevsim: fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2019-04-26netdevsim: implement ndo_get_devlink_portGravatar Jiri Pirko 1-0/+8