index
:
linux/linux-stable.git
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.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_fib.c
Age
Commit message (
Expand
)
Author
2018-04-17
net/ipv6: introduce fib6_info struct and helpers
David Ahern
2018-04-17
net/ipv6: Cleanup exception and cache route handling
David Ahern
2018-04-17
net/ipv6: Add fib6_null_entry
David Ahern
2018-04-17
net/ipv6: move expires into rt6_info
David Ahern
2018-04-17
net/ipv6: move metrics from dst to rt6_info
David Ahern
2018-04-17
net/ipv6: Move nexthop data to fib6_nh
David Ahern
2018-04-17
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2018-03-29
net/ipv6: Move call_fib6_entry_notifiers up for route adds
David Ahern
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
2018-02-19
net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_ops
Kirill Tkhai
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-18
ipv6: don't let tb6_root node share routes with other node
Wei Wang
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
2018-01-09
ipv6: remove null_entry before adding default route
Wei Wang
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-07
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2018-01-07
ipv6: Export sernum update function
Ido Schimmel
2018-01-07
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
2018-01-07
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
2018-01-04
ipv6: fix general protection fault in fib6_add()
Wei Wang
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
2017-11-30
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
2017-11-21
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
2017-11-01
net: Add extack to fib_notifier_info
David Ahern
2017-10-18
ipv6: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-16
ipv6: check fn before doing FIB6_SUBTREE(fn)
Wei Wang
2017-10-09
ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()
Wei Wang
2017-10-07
ipv6: take care of rt6_stats
Wei Wang
2017-10-07
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
2017-10-07
ipv6: check fn->leaf before it is used
Wei Wang
2017-10-07
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
2017-10-07
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
2017-10-07
ipv6: hook up exception table to store dst cache
Wei Wang
2017-10-07
ipv6: prepare fib6_locate() for exception table
Wei Wang
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
2017-10-07
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
2017-09-08
ipv6: fix typo in fib6_net_exit()
Eric Dumazet
2017-09-08
ipv6: fix memory leak with multiple tables during netns destruction
Sabrina Dubroca
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-28
ipv6: set dst.obsolete when a cached route has expired
Xin Long
2017-08-28
ipv6: fix sparse warning on rt6i_node
Wei Wang
2017-08-22
ipv6: add rcu grace period before freeing fib6_node
Wei Wang
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-20
ipv6: repair fib6 tree in failure case
Wei Wang
2017-08-18
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-03
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
Ido Schimmel
2017-08-03
ipv6: fib: Unlink replaced routes from their nodes
Ido Schimmel
[prev]
[next]