index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
route.c
Age
Commit message (
Expand
)
Author
2019-06-22
ipv6: Error when route does not have any valid nexthops
Ido Schimmel
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-19
ipv6: Default fib6_type to RTN_UNICAST when not set
David Ahern
2019-06-18
ipv6: Add IPv6 multipath notification for route delete
Ido Schimmel
2019-06-18
ipv6: Add IPv6 multipath notifications for add / replace
Ido Schimmel
2019-06-10
ipv6: Allow routes to use nexthop objects
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in mtu updates
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in exception handling
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
David Ahern
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
David Ahern
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-06
ipv6: fix spelling mistake: "wtih" -> "with"
Colin Ian King
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
2019-06-04
ipv6: Always allocate pcpu memory in a fib6_nh
David Ahern
2019-06-03
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-24
ipv6: Refactor ip6_route_del for cached routes
David Ahern
2019-05-24
ipv6: Make fib6_nh optional at the end of fib6_info
David Ahern
2019-05-24
ipv6: Move exception bucket to fib6_nh
David Ahern
2019-05-24
ipv6: Refactor exception functions
David Ahern
2019-05-24
ipv6: Move pcpu cached routes to fib6_nh
David Ahern
2019-05-22
ipv6: Fix redirect with VRF
David Ahern
2019-05-22
net: Set strict_start_type for routes and rules
David Ahern
2019-05-22
ipv6: export function to send route updates
David Ahern
2019-05-16
ipv6: fix src addr routing with the exception table
Wei Wang
2019-05-16
ipv6: prevent possible fib6 leaks
Eric Dumazet
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-01
ipv6: A few fixes on dereferencing rt->from
Martin KaFai Lau
2019-04-30
ipv6: fix races in ip6_dst_destroy()
Eric Dumazet
2019-04-29
vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...
Stephen Suryaputra
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-23
net: Change nhc_flags to unsigned char
David Ahern
2019-04-23
ipv6: convert fib6_ref to refcount_t
Eric Dumazet
2019-04-22
net: Rename net/nexthop.h net/rtnh.h
David Ahern
2019-04-17
ipv6: Add fib6_type and fib6_flags to fib6_result
David Ahern
2019-04-17
ipv6: Pass fib6_result to fib lookups
David Ahern
2019-04-17
ipv6: Pass fib6_result to fib6_table_lookup tracepoint
David Ahern
2019-04-17
ipv6: Pass fib6_result to rt6_select and find_rr_leaf
David Ahern
2019-04-17
ipv6: Pass fib6_result to rt6_device_match
David Ahern
2019-04-17
ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu
David Ahern
2019-04-17
ipv6: Pass fib6_result to rt6_insert_exception
David Ahern
2019-04-17
ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init
David Ahern
2019-04-17
ipv6: Pass fib6_result to pcpu route functions
David Ahern
[next]