index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
fib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-08-03
1
-1
/
+40
|
\
|
*
netdevsim: fib: Add debugfs knob to simulate route deletion failure
Ido Schimmel
2022-07-29
1
-0
/
+14
|
*
netdevsim: fib: Fix reference count leak on route deletion failure
Ido Schimmel
2022-07-29
1
-1
/
+26
*
|
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
2022-07-18
1
-31
/
+31
|
/
*
netdevsim: Use dscp_t in struct nsim_fib4_rt
Guillaume Nault
2022-04-11
1
-3
/
+3
*
ipv4: Use dscp_t in struct fib_entry_notifier_info
Guillaume Nault
2022-04-11
1
-2
/
+2
*
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
2022-04-11
1
-2
/
+3
*
ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
Eric Dumazet
2022-02-17
1
-2
/
+2
*
netdevsim: make array res_ids static const, makes object smaller
Colin Ian King
2021-08-02
1
-1
/
+1
*
netdevsim: remove unneeded semicolon
Qiheng Lin
2021-04-06
1
-1
/
+1
*
netdevsim: Allow reporting activity on nexthop buckets
Ido Schimmel
2021-03-12
1
-0
/
+61
*
netdevsim: Add support for resilient nexthop groups
Ido Schimmel
2021-03-12
1
-0
/
+55
*
netdevsim: Create a helper for setting nexthop hardware flags
Ido Schimmel
2021-03-12
1
-3
/
+10
*
netdevsim: fib: Introduce a lock to guard nexthop hashtable
Petr Machata
2021-03-12
1
-3
/
+7
*
netdevsim: fib: Remove redundant code
Jiapeng Chong
2021-03-11
1
-5
/
+1
*
netdevsim: fib: Add debugfs to debug route offload failure
Amit Cohen
2021-02-08
1
-2
/
+112
*
netdevsim: fib: Do not warn if route was not found for several events
Amit Cohen
2021-02-08
1
-3
/
+3
*
IPv6: Add "offload failed" indication to routes
Amit Cohen
2021-02-08
1
-1
/
+1
*
IPv4: Add "offload failed" indication to routes
Amit Cohen
2021-02-08
1
-0
/
+1
*
net: Do not call fib6_info_hw_flags_set() when IPv6 is disabled
Amit Cohen
2021-02-02
1
-0
/
+8
*
net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()
Amit Cohen
2021-02-02
1
-6
/
+8
*
netdevsim: fib: Perform the route programming in a non-atomic context
Amit Cohen
2021-02-02
1
-140
/
+327
*
netdevsim: fib: Convert the current occupancy to an atomic variable
Amit Cohen
2021-02-02
1
-28
/
+27
*
nexthop: Use enum to encode notification type
Ido Schimmel
2021-01-28
1
-9
/
+14
*
netdevsim: Allow programming routes with nexthop objects
Ido Schimmel
2020-11-06
1
-10
/
+0
*
netdevsim: Add dummy implementation for nexthop offload
Ido Schimmel
2020-11-06
1
-3
/
+229
*
netdevsim: Add devlink resource for nexthops
Ido Schimmel
2020-11-06
1
-1
/
+22
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
*
netdevsim: fix nsim_fib6_rt_create() error path
Eric Dumazet
2020-01-17
1
-3
/
+3
*
netdevsim: fib: Add dummy implementation for FIB offload
Ido Schimmel
2020-01-14
1
-9
/
+662
*
ipv6: Remove old route notifications and convert listeners
Ido Schimmel
2019-12-24
1
-1
/
+0
*
ipv4: Remove old route notifications and convert listeners
Ido Schimmel
2019-12-16
1
-2
/
+2
*
netdevsim: take devlink net instead of init_net
Jiri Pirko
2019-10-04
1
-2
/
+2
*
netdevsim: implement proper devlink reload
Jiri Pirko
2019-10-04
1
-24
/
+29
*
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
2019-10-04
1
-1
/
+1
*
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
2019-10-04
1
-5
/
+3
*
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
2019-10-04
1
-54
/
+90
*
netdevsim: Restore per-network namespace accounting for fib entries
David Ahern
2019-08-11
1
-41
/
+61
*
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
2019-04-26
1
-61
/
+41
*
netdevsim: Add extack error message for devlink reload
David Ahern
2018-06-05
1
-3
/
+6
*
netdevsim: remove incorrect __net_initdata annotations
Arnd Bergmann
2018-04-04
1
-1
/
+1
*
netdevsim: Add simple FIB resource controller via devlink
David Ahern
2018-03-29
1
-0
/
+263