index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
fib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+40
2022-07-29
netdevsim: fib: Add debugfs knob to simulate route deletion failure
Ido Schimmel
1
-0
/
+14
2022-07-29
netdevsim: fib: Fix reference count leak on route deletion failure
Ido Schimmel
1
-1
/
+26
2022-07-19
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
1
-31
/
+31
2022-04-12
netdevsim: Use dscp_t in struct nsim_fib4_rt
Guillaume Nault
1
-3
/
+3
2022-04-12
ipv4: Use dscp_t in struct fib_entry_notifier_info
Guillaume Nault
1
-2
/
+2
2022-04-12
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
1
-2
/
+3
2022-02-17
ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
Eric Dumazet
1
-2
/
+2
2021-08-02
netdevsim: make array res_ids static const, makes object smaller
Colin Ian King
1
-1
/
+1
2021-04-07
netdevsim: remove unneeded semicolon
Qiheng Lin
1
-1
/
+1
2021-03-13
netdevsim: Allow reporting activity on nexthop buckets
Ido Schimmel
1
-0
/
+61
2021-03-13
netdevsim: Add support for resilient nexthop groups
Ido Schimmel
1
-0
/
+55
2021-03-13
netdevsim: Create a helper for setting nexthop hardware flags
Ido Schimmel
1
-3
/
+10
2021-03-13
netdevsim: fib: Introduce a lock to guard nexthop hashtable
Petr Machata
1
-3
/
+7
2021-03-12
netdevsim: fib: Remove redundant code
Jiapeng Chong
1
-5
/
+1
2021-02-09
netdevsim: fib: Add debugfs to debug route offload failure
Amit Cohen
1
-2
/
+112
2021-02-09
netdevsim: fib: Do not warn if route was not found for several events
Amit Cohen
1
-3
/
+3
2021-02-09
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-1
/
+1
2021-02-09
IPv4: Add "offload failed" indication to routes
Amit Cohen
1
-0
/
+1
2021-02-03
net: Do not call fib6_info_hw_flags_set() when IPv6 is disabled
Amit Cohen
1
-0
/
+8
2021-02-03
net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()
Amit Cohen
1
-6
/
+8
2021-02-03
netdevsim: fib: Perform the route programming in a non-atomic context
Amit Cohen
1
-140
/
+327
2021-02-03
netdevsim: fib: Convert the current occupancy to an atomic variable
Amit Cohen
1
-28
/
+27
2021-01-29
nexthop: Use enum to encode notification type
Ido Schimmel
1
-9
/
+14
2020-11-06
netdevsim: Allow programming routes with nexthop objects
Ido Schimmel
1
-10
/
+0
2020-11-06
netdevsim: Add dummy implementation for nexthop offload
Ido Schimmel
1
-3
/
+229
2020-11-06
netdevsim: Add devlink resource for nexthops
Ido Schimmel
1
-1
/
+22
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-01-17
netdevsim: fix nsim_fib6_rt_create() error path
Eric Dumazet
1
-3
/
+3
2020-01-15
netdevsim: fib: Add dummy implementation for FIB offload
Ido Schimmel
1
-9
/
+662
2019-12-25
ipv6: Remove old route notifications and convert listeners
Ido Schimmel
1
-1
/
+0
2019-12-17
ipv4: Remove old route notifications and convert listeners
Ido Schimmel
1
-2
/
+2
2019-10-04
netdevsim: take devlink net instead of init_net
Jiri Pirko
1
-2
/
+2
2019-10-04
netdevsim: implement proper devlink reload
Jiri Pirko
1
-24
/
+29
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
1
-1
/
+1
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
1
-5
/
+3
2019-10-04
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
1
-54
/
+90
2019-08-12
netdevsim: Restore per-network namespace accounting for fib entries
David Ahern
1
-41
/
+61
2019-04-26
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
1
-61
/
+41
2018-06-05
netdevsim: Add extack error message for devlink reload
David Ahern
1
-3
/
+6
2018-04-04
netdevsim: remove incorrect __net_initdata annotations
Arnd Bergmann
1
-1
/
+1
2018-03-29
netdevsim: Add simple FIB resource controller via devlink
David Ahern
1
-0
/
+263