aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/fib_notifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-4/+6
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-48/+39
2019-09-07net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko1-6/+23
2018-03-29net: Fix fib notifer to return errnoDavid Ahern1-2/+8
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-13net: Convert fib_* pernet_operations, registered via subsys_initcallKirill Tkhai1-0/+1
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai1-1/+3
2017-11-14fib_notifier: exit_net cleanup check addedVasily Averin1-0/+6
2017-09-01net: Add module reference to FIB notifiersIdo Schimmel1-2/+11
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-0/+164