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
starfive-6.6.48-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
/
ipv6
/
ip6_fib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-05
net/ipv6: rename rt6_next to fib6_next
David Ahern
1
-13
/
+13
2018-04-21
net/ipv6: Make from in rt6_info rcu protected
David Ahern
1
-2
/
+6
2018-04-21
net/ipv6: Move release of fib6_info from pcpu routes to helper
David Ahern
1
-18
/
+23
2018-04-19
net/ipv6: Remove fib6_idev
David Ahern
1
-2
/
+0
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
1
-85
/
+85
2018-04-18
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
1
-22
/
+0
2018-04-18
net/ipv6: Flip FIB entries to fib6_info
David Ahern
1
-58
/
+58
2018-04-18
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
1
-19
/
+36
2018-04-18
net/ipv6: introduce fib6_info struct and helpers
David Ahern
1
-0
/
+60
2018-04-18
net/ipv6: Cleanup exception and cache route handling
David Ahern
1
-15
/
+1
2018-04-18
net/ipv6: Add fib6_null_entry
David Ahern
1
-13
/
+13
2018-04-18
net/ipv6: move expires into rt6_info
David Ahern
1
-4
/
+4
2018-04-18
net/ipv6: move metrics from dst to rt6_info
David Ahern
1
-44
/
+22
2018-04-18
net/ipv6: Move nexthop data to fib6_nh
David Ahern
1
-2
/
+4
2018-04-18
net/ipv6: Pass net to fib6_update_sernum
David Ahern
1
-2
/
+1
2018-03-29
net/ipv6: Move call_fib6_entry_notifiers up for route adds
David Ahern
1
-4
/
+12
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
1
-1
/
+2
2018-02-19
net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_ops
Kirill Tkhai
1
-0
/
+1
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2018-01-19
ipv6: don't let tb6_root node share routes with other node
Wei Wang
1
-2
/
+8
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+29
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
1
-6
/
+2
2018-01-09
ipv6: remove null_entry before adding default route
Wei Wang
1
-9
/
+29
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+20
2018-01-08
ipv6: Take table lock outside of sernum update function
Ido Schimmel
1
-4
/
+1
2018-01-08
ipv6: Export sernum update function
Ido Schimmel
1
-3
/
+8
2018-01-08
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-08
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
1
-1
/
+0
2018-01-04
ipv6: fix general protection fault in fib6_add()
Wei Wang
1
-15
/
+20
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
1
-2
/
+2
2017-11-30
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
1
-13
/
+13
2017-11-22
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
1
-4
/
+6
2017-11-01
net: Add extack to fib_notifier_info
David Ahern
1
-6
/
+9
2017-10-18
ipv6: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2017-10-16
ipv6: check fn before doing FIB6_SUBTREE(fn)
Wei Wang
1
-4
/
+7
2017-10-10
ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()
Wei Wang
1
-1
/
+1
2017-10-07
ipv6: take care of rt6_stats
Wei Wang
1
-18
/
+24
2017-10-07
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
1
-161
/
+244
2017-10-07
ipv6: check fn->leaf before it is used
Wei Wang
1
-5
/
+18
2017-10-07
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
1
-18
/
+21
2017-10-07
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
1
-3
/
+0
2017-10-07
ipv6: hook up exception table to store dst cache
Wei Wang
1
-78
/
+17
2017-10-07
ipv6: prepare fib6_locate() for exception table
Wei Wang
1
-7
/
+23
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
1
-17
/
+9
2017-10-07
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
1
-0
/
+14
2017-09-09
ipv6: fix typo in fib6_net_exit()
Eric Dumazet
1
-1
/
+1
2017-09-08
ipv6: fix memory leak with multiple tables during netns destruction
Sabrina Dubroca
1
-6
/
+19
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+26
2017-08-29
ipv6: set dst.obsolete when a cached route has expired
Xin Long
1
-1
/
+3
[next]