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
/
net
/
ipv4
/
fib_trie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
1
-2
/
+2
2021-02-09
IPv4: Extend 'fib_notify_on_flag_change' sysctl
Amit Cohen
1
-0
/
+6
2021-02-09
IPv4: Add "offload failed" indication to routes
Amit Cohen
1
-1
/
+6
2021-02-03
net: ipv4: Emit notification when fib hardware flags are changed
Amit Cohen
1
-0
/
+27
2020-11-06
nexthop: Remove in-kernel route notifications when nexthop changes
Ido Schimmel
1
-9
/
+0
2020-08-27
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+2
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-29
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+1
2020-07-06
Replace HTTP links with HTTPS ones: IPv*
Alexander A. Klimov
1
-1
/
+1
2020-05-27
ipv4: Refactor nhc evaluation in fib_table_lookup
David Ahern
1
-15
/
+36
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2020-03-30
net: add net available in build_state
Alexander Aring
1
-1
/
+1
2020-03-30
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qian Cai
1
-0
/
+3
2020-02-20
net: remove unused macro from fib_trie.c
Li RongQing
1
-5
/
+0
2020-01-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2020-01-15
ipv4: Add "offload" and "trap" indications to routes
Ido Schimmel
1
-0
/
+52
2020-01-15
ipv4: Encapsulate function arguments in a struct
Ido Schimmel
1
-5
/
+9
2020-01-15
ipv4: Replace route in list before notifying
Ido Schimmel
1
-4
/
+7
2020-01-10
ipv4: Detect rollover in specific fib table dump
David Ahern
1
-0
/
+6
2019-12-17
ipv4: Remove old route notifications and convert listeners
Ido Schimmel
1
-31
/
+7
2019-12-17
ipv4: Only Replay routes of interest to new listeners
Ido Schimmel
1
-0
/
+11
2019-12-17
ipv4: Handle route deletion notification during flush
Ido Schimmel
1
-0
/
+2
2019-12-17
ipv4: Handle route deletion notification
Ido Schimmel
1
-0
/
+31
2019-12-17
ipv4: Notify newly added route if should be offloaded
Ido Schimmel
1
-0
/
+10
2019-12-17
ipv4: Notify route if replacing currently offloaded one
Ido Schimmel
1
-0
/
+11
2019-12-17
ipv4: Extend FIB alias find function
Ido Schimmel
1
-3
/
+8
2019-12-17
ipv4: Notify route after insertion to the routing table
Ido Schimmel
1
-15
/
+14
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
1
-7
/
+13
2019-10-04
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
1
-9
/
+22
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
1
-9
/
+8
2019-08-25
net: route dump netlink NLM_F_MULTI flag missing
John Fastabend
1
-1
/
+1
2019-07-03
ipv4: Fix off-by-one in route dump counter without netlink strict checking
Stefano Brivio
1
-8
/
+14
2019-06-24
ipv4: Dump route exceptions if requested
Stefano Brivio
1
-13
/
+31
2019-06-20
net/ipv4: fib_trie: Avoid cryptic ternary expressions
Matthias Kaehlcke
1
-2
/
+8
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-13
/
+1
2019-06-05
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
1
-0
/
+7
2019-06-05
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
1
-6
/
+9
2019-06-05
ipv4: Use accessors for fib_info nexthop data
David Ahern
1
-10
/
+16
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-13
/
+1
2019-05-27
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-23
ipv4: Add function to send route updates
David Ahern
1
-0
/
+72
2019-04-04
ipv4: Add fib_nh_common to fib_result
David Ahern
1
-6
/
+7
2019-04-04
ipv4: Update fib_table_lookup tracepoint to take common nexthop
David Ahern
1
-1
/
+1
2019-03-29
ipv4: Rename fib_nh entries
David Ahern
1
-6
/
+6
2019-03-29
ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper
David Ahern
1
-3
/
+1
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
1
-6
/
+8
2019-01-16
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
1
-3
/
+12
2018-10-16
net/ipv4: Plumb support for filtering route dumps
David Ahern
1
-11
/
+26
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+9
2018-05-25
net/ipv4: Udate fib_table_lookup tracepoint
David Ahern
1
-5
/
+9
[next]