| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-18 | ipv6: clear RA flags when adding a static route | Fernando Fernandez Mancera | 1 | -0/+4 |
| 2025-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+15 |
| 2025-07-26 | ipv6: annotate data-races around rt->fib6_nsiblings | Eric Dumazet | 1 | -7/+13 |
| 2025-07-26 | ipv6: prevent infinite loop in rt6_nlmsg_size() | Eric Dumazet | 1 | -2/+2 |
| 2025-07-03 | ipv6: Cleanup fib6_drop_pcpu_from() | Yue Haibing | 1 | -19/+7 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-05-20 | ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). | Kuniyuki Iwashima | 1 | -2/+7 |
| 2025-05-20 | ipv6: Remove rcu_read_lock() in fib6_get_table(). | Kuniyuki Iwashima | 1 | -12/+10 |
| 2025-04-24 | ipv6: Protect nh->f6i_list with spinlock and flag. | Kuniyuki Iwashima | 1 | -5/+34 |
| 2025-04-24 | ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add(). | Kuniyuki Iwashima | 1 | -7/+14 |
| 2025-04-24 | ipv6: Protect fib6_link_table() with spinlock. | Kuniyuki Iwashima | 1 | -5/+21 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2024-11-11 | ipv6: Fix soft lockups in fib6_select_path under high next hop churn | Omid Ehtemam-Haghighi | 1 | -4/+4 |
| 2024-10-15 | ipv6: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -3/+7 |
| 2024-10-15 | ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback | Julia Lawall | 1 | -8/+1 |
| 2024-10-11 | ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq | Eric Dumazet | 1 | -7/+7 |
| 2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2024-06-19 | ipv6: bring NLM_DONE out to a separate recv() again | Jakub Kicinski | 1 | -1/+2 |
| 2024-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+5 |
| 2024-06-06 | ipv6: fix possible race in __fib6_drop_pcpu_from() | Eric Dumazet | 1 | -1/+5 |
| 2024-06-06 | net: use unrcu_pointer() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+5 |
| 2024-04-09 | ipv6: fib: hide unused 'pn' variable | Arnd Bergmann | 1 | -2/+5 |
| 2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+7 |
| 2024-04-02 | ipv6: Fix infinite recursion in fib6_dump_done(). | Kuniyuki Iwashima | 1 | -7/+7 |
| 2024-04-01 | ipv6: remove RTNL protection from inet6_dump_fib() | Eric Dumazet | 1 | -25/+26 |
| 2024-02-26 | inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU | Eric Dumazet | 1 | -2/+5 |
| 2024-02-21 | ipv6: Simplify the allocation of slab caches | Kunwu Chan | 1 | -4/+2 |
| 2024-02-12 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee | 1 | -5/+55 |
| 2024-01-23 | net/ipv6: resolve warning in ip6_fib.c | Breno Leitao | 1 | -6/+9 |
| 2024-01-23 | net/ipv6: Remove unnecessary pr_debug() logs | Breno Leitao | 1 | -4/+0 |
| 2023-12-21 | net/ipv6: Revert remove expired routes with a separated list of routes | David Ahern | 1 | -49/+6 |
| 2023-11-30 | ipv6: fix potential NULL deref in fib6_add() | Eric Dumazet | 1 | -5/+1 |
| 2023-08-16 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee | 1 | -6/+49 |
| 2023-05-11 | ipv6: remove nexthop_fib6_nh_bh() | Eric Dumazet | 1 | -8/+8 |
| 2022-11-16 | ipv6: fib6_new_sernum() optimization | Eric Dumazet | 1 | -4/+3 |
| 2022-01-20 | ipv6: annotate accesses to fn->fn_sernum | Eric Dumazet | 1 | -10/+13 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-09-13 | ipv6: delay fib6_sernum increase in fib6_add | zhang kai | 1 | -2/+1 |
| 2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-08-24 | ipv6: correct comments about fib6_node sernum | zhang kai | 1 | -1/+1 |
| 2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin | 1 | -2/+2 |
| 2021-05-18 | ipv6: Add a sysctl to control multipath hash fields | Ido Schimmel | 1 | -0/+5 |
| 2021-05-18 | ipv6: Use a more suitable label name | Ido Schimmel | 1 | -2/+2 |
| 2021-03-10 | ipv6: fix suspecious RCU usage warning | Wei Wang | 1 | -1/+1 |
| 2021-02-11 | net: fib_notifier: don't return positive values on fib registration | Vlad Buslov | 1 | -2/+3 |
| 2021-01-07 | net: ipv6: fib: flush exceptions when purging route | Sean Tranchetti | 1 | -3/+2 |
| 2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2020-10-15 | net: fix pos incrementment in ipv6_route_seq_next | Yonghong Song | 1 | -1/+3 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+9 |
| 2020-09-08 | ipv6: avoid lockdep issue in fib6_del() | Eric Dumazet | 1 | -4/+9 |
| 2020-08-25 | ipv6: fib6: Avoid comma separated statements | Joe Perches | 1 | -4/+8 |
| 2020-06-23 | ipv6: fib6: avoid indirect calls from fib6_rule_lookup | Brian Vazquez | 1 | -1/+2 |
| 2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-05-21 | net: don't return invalid table id error when we fall back to PF_UNSPEC | Sabrina Dubroca | 1 | -1/+1 |
| 2020-05-13 | bpf: Enable bpf_iter targets registering ctx argument types | Yonghong Song | 1 | -5/+0 |
| 2020-05-09 | net: bpf: Add netlink and ipv6_route bpf_iter targets | Yonghong Song | 1 | -2/+63 |
| 2020-03-12 | inet: Use fallthrough; | Joe Perches | 1 | -4/+4 |
| 2020-02-16 | ipv6: Fix route replacement with dev-only route | Benjamin Poirier | 1 | -3/+4 |
| 2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+2 |
| 2020-01-24 | ipv6_route_seq_next should increase position index | Vasily Averin | 1 | -5/+2 |
| 2019-12-24 | ipv6: Remove old route notifications and convert listeners | Ido Schimmel | 1 | -46/+15 |
| 2019-12-24 | ipv6: Handle route deletion notification | Ido Schimmel | 1 | -1/+43 |
| 2019-12-24 | ipv6: Only Replay routes of interest to new listeners | Ido Schimmel | 1 | -0/+40 |
| 2019-12-24 | ipv6: Notify route if replacing currently offloaded one | Ido Schimmel | 1 | -0/+7 |
| 2019-12-24 | ipv6: Notify newly added route if should be offloaded | Ido Schimmel | 1 | -0/+18 |
| 2019-11-21 | ipv6: keep track of routes using src | Paolo Abeni | 1 | -0/+4 |
| 2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko | 1 | -3/+9 |
| 2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko | 1 | -12/+24 |
| 2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko | 1 | -3/+3 |
| 2019-09-20 | ipv6: fix a typo in fib6_rule_lookup() | Eric Dumazet | 1 | -1/+1 |
| 2019-07-18 | ipv6: Unlink sibling route in case of failure | Ido Schimmel | 1 | -1/+17 |
| 2019-06-24 | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1() | Stefano Brivio | 1 | -1/+2 |
| 2019-06-24 | ipv6: Dump route exceptions if requested | Stefano Brivio | 1 | -1/+11 |
| 2019-06-24 | ipv6/route: Change return code of rt6_dump_route() for partial node dumps | Stefano Brivio | 1 | -1/+1 |
| 2019-06-24 | Revert "net/ipv6: Bail early if user only wants cloned entries" | Stefano Brivio | 1 | -5/+2 |
| 2019-06-24 | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED | Stefano Brivio | 1 | -1/+2 |
| 2019-06-23 | ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic | Wei Wang | 1 | -2/+3 |
| 2019-06-18 | ipv6: Stop sending in-kernel notifications for each nexthop | Ido Schimmel | 1 | -12/+17 |
| 2019-06-18 | ipv6: Extend notifier info for multipath routes | Ido Schimmel | 1 | -0/+17 |
| 2019-06-10 | ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from | David Ahern | 1 | -4/+27 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-06-04 | ipv6: Plumb support for nexthop object in a fib6_info | David Ahern | 1 | -4/+18 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-24 | ipv6: Make fib6_nh optional at the end of fib6_info | David Ahern | 1 | -7/+11 |
| 2019-05-24 | ipv6: Move exception bucket to fib6_nh | David Ahern | 1 | -6/+0 |
| 2019-05-24 | ipv6: Refactor fib6_drop_pcpu_from | David Ahern | 1 | -10/+25 |
| 2019-05-24 | ipv6: Move pcpu cached routes to fib6_nh | David Ahern | 1 | -28/+6 |
| 2019-05-22 | ipv6: export function to send route updates | David Ahern | 1 | -4/+4 |
| 2019-05-22 | ipv6: Add hook to bump sernum for a route to stubs | David Ahern | 1 | -0/+8 |
| 2019-05-16 | ipv6: prevent possible fib6 leaks | Eric Dumazet | 1 | -3/+9 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
| 2019-04-30 | ipv6: fix races in ip6_dst_destroy() | Eric Dumazet | 1 | -3/+1 |
| 2019-04-23 | ipv6: convert fib6_ref to refcount_t | Eric Dumazet | 1 | -3/+3 |
| 2019-04-23 | ipv6: broadly use fib6_info_hold() helper | Eric Dumazet | 1 | -8/+8 |
| 2019-04-23 | ipv6: fib6_info_destroy_rcu() cleanup | Eric Dumazet | 1 | -4/+1 |
| 2019-04-17 | ipv6: Pass fib6_result to fib lookups | David Ahern | 1 | -3/+4 |
| 2019-04-08 | net: Replace nhc_has_gw with nhc_gw_family | David Ahern | 1 | -1/+1 |
| 2019-03-29 | ipv6: Rename fib6_nh entries | David Ahern | 1 | -2/+2 |
| 2019-03-29 | ipv6: Move gateway checks to a fib6_nh setting | David Ahern | 1 | -3/+6 |
| 2019-03-29 | ipv6: Create cleanup helper for fib6_nh | David Ahern | 1 | -4/+1 |
| 2019-01-02 | ipv6: Fix dump of specific table with strict checking | David Ahern | 1 | -1/+5 |
| 2018-11-05 | ipv6: properly check return value in inet6_dump_all() | Alexey Kodanev | 1 | -2/+2 |
| 2018-10-24 | net: Don't return invalid table id error when dumping all families | David Ahern | 1 | -0/+3 |
| 2018-10-16 | net/ipv6: Bail early if user only wants cloned entries | David Ahern | 1 | -2/+5 |
| 2018-10-16 | net: Enable kernel side filtering of route dumps | David Ahern | 1 | -1/+1 |
| 2018-10-16 | net/ipv6: Plumb support for filtering route dumps | David Ahern | 1 | -6/+22 |
| 2018-10-16 | net: Add struct for fib dump filter | David Ahern | 1 | -2/+3 |
| 2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2018-10-12 | net/ipv6: Add knob to skip DELROUTE message on device down | David Ahern | 1 | -5/+15 |
| 2018-10-10 | net/ipv6: stop leaking percpu memory in fib6 info | Mike Rapoport | 1 | -0/+2 |
| 2018-10-08 | rtnetlink: Update fib dumps for strict data checking | David Ahern | 1 | -0/+8 |
| 2018-10-04 | net: Move free of fib_metrics to helper | David Ahern | 1 | -4/+2 |
| 2018-10-04 | net: common metrics init helper for FIB entries | David Ahern | 1 | -2/+0 |
| 2018-09-02 | net/ipv6: Only update MTU metric if it set | David Ahern | 1 | -1/+4 |
| 2018-08-20 | net/ipv6: Put lwtstate when destroying fib6_info | David Ahern | 1 | -0/+2 |
| 2018-08-01 | Revert "net/ipv6: fix metrics leak" | David S. Miller | 1 | -14/+4 |
| 2018-07-30 | net/ipv6: fix metrics leak | Sabrina Dubroca | 1 | -4/+14 |
| 2018-07-04 | net/ipv6: Revert attempt to simplify route replace and append | David Ahern | 1 | -70/+86 |
| 2018-06-20 | net/ipv6: respect rcu grace period before freeing fib6_info | Eric Dumazet | 1 | -2/+3 |
| 2018-06-15 | ipv6: Only emit append events for appended routes | Ido Schimmel | 1 | -3/+2 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -309/+330 |
| 2018-05-22 | net/ipv6: Simplify route replace and appending into multipath route | David Ahern | 1 | -86/+71 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -17/+1 |
| 2018-05-11 | net/ipv6: Add fib6_lookup | David Ahern | 1 | -0/+7 |
| 2018-05-11 | net/ipv6: Rename fib6_lookup to fib6_node_lookup | David Ahern | 1 | -6/+8 |
| 2018-05-04 | 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-17 | net/ipv6: Remove unused code and variables for rt6_info | David Ahern | 1 | -22/+0 |
| 2018-04-17 | net/ipv6: Flip FIB entries to fib6_info | David Ahern | 1 | -58/+58 |
| 2018-04-17 | net/ipv6: separate handling of FIB entries from dst based routes | David Ahern | 1 | -19/+36 |
| 2018-04-17 | net/ipv6: introduce fib6_info struct and helpers | David Ahern | 1 | -0/+60 |
| 2018-04-17 | net/ipv6: Cleanup exception and cache route handling | David Ahern | 1 | -15/+1 |
| 2018-04-17 | net/ipv6: Add fib6_null_entry | David Ahern | 1 | -13/+13 |
| 2018-04-17 | net/ipv6: move expires into rt6_info | David Ahern | 1 | -4/+4 |
| 2018-04-17 | net/ipv6: move metrics from dst to rt6_info | David Ahern | 1 | -44/+22 |
| 2018-04-17 | net/ipv6: Move nexthop data to fib6_nh | David Ahern | 1 | -2/+4 |
| 2018-04-17 | 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-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+8 |
| 2018-01-18 | ipv6: don't let tb6_root node share routes with other node | Wei Wang | 1 | -2/+8 |
| 2018-01-11 | 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-07 | ipv6: Take table lock outside of sernum update function | Ido Schimmel | 1 | -4/+1 |
| 2018-01-07 | ipv6: Export sernum update function | Ido Schimmel | 1 | -3/+8 |
| 2018-01-07 | ipv6: Teach tree walker to skip multipath routes | Ido Schimmel | 1 | -2/+9 |
| 2018-01-07 | 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-21 | 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-09 | 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-08 | 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-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+26 |
| 2017-08-28 | ipv6: set dst.obsolete when a cached route has expired | Xin Long | 1 | -1/+3 |
| 2017-08-28 | ipv6: fix sparse warning on rt6i_node | Wei Wang | 1 | -4/+7 |
| 2017-08-22 | ipv6: add rcu grace period before freeing fib6_node | Wei Wang | 1 | -4/+16 |
| 2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -13/+15 |
| 2017-08-20 | ipv6: repair fib6 tree in failure case | Wei Wang | 1 | -13/+11 |
| 2017-08-18 | ipv6: reset fn->rr_ptr when replacing route | Wei Wang | 1 | -0/+4 |
| 2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -1/+1 |
| 2017-08-03 | ipv6: fib: Add helpers to hold / drop a reference on rt6_info | Ido Schimmel | 1 | -10/+2 |
| 2017-08-03 | ipv6: fib: Unlink replaced routes from their nodes | Ido Schimmel | 1 | -0/+2 |
| 2017-08-03 | ipv6: fib: Don't assume only nodes hold a reference on routes | Ido Schimmel | 1 | -2/+0 |
| 2017-08-03 | ipv6: fib: Dump tables during registration to FIB chain | Ido Schimmel | 1 | -0/+92 |
| 2017-08-03 | ipv6: fib: Add in-kernel notifications for route add / delete | Ido Schimmel | 1 | -0/+17 |
| 2017-08-03 | ipv6: fib: Add FIB notifiers callbacks | Ido Schimmel | 1 | -0/+7 |
| 2017-07-06 | net: ipv6: Compare lwstate in detecting duplicate nexthops | David Ahern | 1 | -4/+1 |
| 2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2017-06-20 | ipv6: Do not leak throw route references | Serhey Popovych | 1 | -2/+1 |
| 2017-06-17 | net: remove DST_NOCACHE flag | Wei Wang | 1 | -3/+1 |
| 2017-06-17 | ipv6: get rid of icmp6 dst garbage collector | Wei Wang | 1 | -2/+1 |
| 2017-06-17 | ipv6: mark DST_NOGC and remove the operation of dst_free() | Wei Wang | 1 | -13/+2 |
| 2017-06-17 | ipv6: call dst_dev_put() properly | Wei Wang | 1 | -0/+2 |
| 2017-06-17 | ipv6: take dst->__refcnt for insertion into fib6 tree | Wei Wang | 1 | -1/+11 |
| 2017-05-22 | net: ipv6: Add extack messages for route add failures | David Ahern | 1 | -0/+4 |
| 2017-05-22 | net: ipv6: Plumb extack through route add functions | David Ahern | 1 | -5/+9 |
| 2017-03-13 | ipv6: make ECMP route replacement less greedy | Sabrina Dubroca | 1 | -0/+2 |
| 2017-02-04 | net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH | David Ahern | 1 | -1/+2 |