summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_fib.c
AgeCommit message (Expand)Author
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet
2019-04-23ipv6: broadly use fib6_info_hold() helperEric Dumazet
2019-04-23ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern
2018-11-05ipv6: properly check return value in inet6_dump_all()Alexey Kodanev
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern
2018-10-16net/ipv6: Bail early if user only wants cloned entriesDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-10-04net: Move free of fib_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern
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