summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-281-1/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-3/+1
|\
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-301-3/+1
* | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-231-3/+3
* | ipv6: broadly use fib6_info_hold() helperEric Dumazet2019-04-231-8/+8
* | ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet2019-04-231-4/+1
* | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-171-3/+4
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-1/+1
* | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-2/+2
* | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-3/+6
* | ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-291-4/+1
|/
* ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-1/+5
* ipv6: properly check return value in inet6_dump_all()Alexey Kodanev2018-11-051-2/+2
* net: Don't return invalid table id error when dumping all familiesDavid Ahern2018-10-241-0/+3
* net/ipv6: Bail early if user only wants cloned entriesDavid Ahern2018-10-161-2/+5
* net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-161-1/+1
* net/ipv6: Plumb support for filtering route dumpsDavid Ahern2018-10-161-6/+22
* net: Add struct for fib dump filterDavid Ahern2018-10-161-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-0/+2
|\
| * net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-101-0/+2
* | net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern2018-10-121-5/+15
* | rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+8
* | net: Move free of fib_metrics to helperDavid Ahern2018-10-041-4/+2
* | net: common metrics init helper for FIB entriesDavid Ahern2018-10-041-2/+0
|/
* net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-201-0/+2
* Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-011-14/+4
* net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-70/+86
* net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
* ipv6: Only emit append events for appended routesIdo Schimmel2018-06-151-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-309/+330
|\
| * net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-221-86/+71
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-111-0/+7
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-111-6/+8
| * net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-041-13/+13
| * net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-211-2/+6
| * net/ipv6: Move release of fib6_info from pcpu routes to helperDavid Ahern2018-04-211-18/+23
| * net/ipv6: Remove fib6_idevDavid Ahern2018-04-191-2/+0
| * net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-85/+85
| * net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-171-22/+0
| * net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-171-58/+58
| * net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-171-19/+36
| * net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-171-0/+60
| * net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-171-15/+1
| * net/ipv6: Add fib6_null_entryDavid Ahern2018-04-171-13/+13
| * net/ipv6: move expires into rt6_infoDavid Ahern2018-04-171-4/+4
| * net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-171-44/+22