aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio1-1/+11
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio1-1/+1
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio1-5/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio1-1/+2
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang1-2/+3
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-12/+17
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+17
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern1-4/+27
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-4/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern1-7/+11
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern1-6/+0
2019-05-24ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern1-10/+25
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern1-28/+6
2019-05-22ipv6: export function to send route updatesDavid Ahern1-4/+4
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern1-0/+8
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet1-3/+9
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet1-3/+1
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet1-3/+3
2019-04-23ipv6: broadly use fib6_info_hold() helperEric Dumazet1-8/+8
2019-04-23ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet1-4/+1
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern1-3/+4
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-1/+1
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-2/+2
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-3/+6
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern1-4/+1
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern1-1/+5
2018-11-05ipv6: properly check return value in inet6_dump_all()Alexey Kodanev1-2/+2
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern1-0/+3
2018-10-16net/ipv6: Bail early if user only wants cloned entriesDavid Ahern1-2/+5
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-1/+1
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern1-6/+22
2018-10-16net: Add struct for fib dump filterDavid Ahern1-2/+3
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern1-5/+15
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport1-0/+2
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern1-0/+8
2018-10-04net: Move free of fib_metrics to helperDavid Ahern1-4/+2
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern1-2/+0
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4
2018-08-20net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern1-0/+2
2018-08-01Revert "net/ipv6: fix metrics leak"David S. Miller1-14/+4
2018-07-30net/ipv6: fix metrics leakSabrina Dubroca1-4/+14
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern1-70/+86
2018-06-20net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet1-2/+3
2018-06-15ipv6: Only emit append events for appended routesIdo Schimmel1-3/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-309/+330