aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
AgeCommit message (Expand)Author
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2022-02-08ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2021-01-17net: ipv6: fib: flush exceptions when purging routeSean Tranchetti
2020-10-29net: fix pos incrementment in ipv6_route_seq_nextYonghong Song
2020-10-01ipv6_route_seq_next should increase position indexVasily Averin
2020-09-26ipv6: avoid lockdep issue in fib6_del()Eric Dumazet
2020-03-05ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-01-27ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio
2019-07-28ipv6: Unlink sibling route in case of failureIdo Schimmel
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern
2018-08-20net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern
2018-08-01Revert "net/ipv6: fix metrics leak"David S. Miller
2018-07-30net/ipv6: fix metrics leakSabrina Dubroca
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-06-20net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet
2018-06-15ipv6: Only emit append events for appended routesIdo Schimmel
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern
2018-04-21net/ipv6: Move release of fib6_info from pcpu routes to helperDavid Ahern
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern
2018-03-29net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-19net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_opsKirill Tkhai
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-09ipv6: remove null_entry before adding default routeWei Wang
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel