aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim/fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17netdevsim: fix nsim_fib6_rt_create() error pathEric Dumazet1-3/+3
2020-01-14netdevsim: fib: Add dummy implementation for FIB offloadIdo Schimmel1-9/+662
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel1-1/+0
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-2/+2
2019-10-04netdevsim: take devlink net instead of init_netJiri Pirko1-2/+2
2019-10-04netdevsim: implement proper devlink reloadJiri Pirko1-24/+29
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 Pirko1-54/+90
2019-08-11netdevsim: Restore per-network namespace accounting for fib entriesDavid Ahern1-41/+61
2019-04-26netdevsim: create devlink instance per netdevsim instanceJiri Pirko1-61/+41
2018-06-05netdevsim: Add extack error message for devlink reloadDavid Ahern1-3/+6
2018-04-04netdevsim: remove incorrect __net_initdata annotationsArnd Bergmann1-1/+1
2018-03-29netdevsim: Add simple FIB resource controller via devlinkDavid Ahern1-0/+263