index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
fib.c
Age
Commit message (
Expand
)
Author
2021-04-06
netdevsim: remove unneeded semicolon
Qiheng Lin
2021-03-12
netdevsim: Allow reporting activity on nexthop buckets
Ido Schimmel
2021-03-12
netdevsim: Add support for resilient nexthop groups
Ido Schimmel
2021-03-12
netdevsim: Create a helper for setting nexthop hardware flags
Ido Schimmel
2021-03-12
netdevsim: fib: Introduce a lock to guard nexthop hashtable
Petr Machata
2021-03-11
netdevsim: fib: Remove redundant code
Jiapeng Chong
2021-02-08
netdevsim: fib: Add debugfs to debug route offload failure
Amit Cohen
2021-02-08
netdevsim: fib: Do not warn if route was not found for several events
Amit Cohen
2021-02-08
IPv6: Add "offload failed" indication to routes
Amit Cohen
2021-02-08
IPv4: Add "offload failed" indication to routes
Amit Cohen
2021-02-02
net: Do not call fib6_info_hw_flags_set() when IPv6 is disabled
Amit Cohen
2021-02-02
net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()
Amit Cohen
2021-02-02
netdevsim: fib: Perform the route programming in a non-atomic context
Amit Cohen
2021-02-02
netdevsim: fib: Convert the current occupancy to an atomic variable
Amit Cohen
2021-01-28
nexthop: Use enum to encode notification type
Ido Schimmel
2020-11-06
netdevsim: Allow programming routes with nexthop objects
Ido Schimmel
2020-11-06
netdevsim: Add dummy implementation for nexthop offload
Ido Schimmel
2020-11-06
netdevsim: Add devlink resource for nexthops
Ido Schimmel
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-01-17
netdevsim: fix nsim_fib6_rt_create() error path
Eric Dumazet
2020-01-14
netdevsim: fib: Add dummy implementation for FIB offload
Ido Schimmel
2019-12-24
ipv6: Remove old route notifications and convert listeners
Ido Schimmel
2019-12-16
ipv4: Remove old route notifications and convert listeners
Ido Schimmel
2019-10-04
netdevsim: take devlink net instead of init_net
Jiri Pirko
2019-10-04
netdevsim: implement proper devlink reload
Jiri Pirko
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
2019-10-04
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
2019-08-11
netdevsim: Restore per-network namespace accounting for fib entries
David Ahern
2019-04-26
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
2018-06-05
netdevsim: Add extack error message for devlink reload
David Ahern
2018-04-04
netdevsim: remove incorrect __net_initdata annotations
Arnd Bergmann
2018-03-29
netdevsim: Add simple FIB resource controller via devlink
David Ahern