aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2021-03-131-2/+3
* ipv6: Fix types of ip6_update_pmtu().David S. Miller2021-03-131-2/+2
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2021-03-131-110/+33
* net: Document dst->obsolete better.David S. Miller2021-03-131-2/+2
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2021-03-131-4/+10
* net: Add missing LOOPBACK_IFINDEX change in ipv6/route.cArne Coucheron2018-11-191-1/+1
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-16/+74
|\
| * ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2016-10-261-4/+28
| * ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2016-10-261-3/+1
| * ipv6: prevent fib6_run_gc() contentionMichal Kubeček2016-03-211-2/+2
| * ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2016-03-211-6/+31
| * ipv6: add check for blackhole or prohibited entry in rt6_redireWeilong Chen2015-09-141-0/+11
| * ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-06-191-1/+1
* | Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-2/+3
|\|
| * ipv6: Limit mtu to 65575 bytesEric Dumazet2014-06-071-2/+3
* | net: core: add UID to flows, rules, and routesLorenzo Colitti2017-10-071-0/+7
* | Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-10-071-6/+0
* | net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2017-10-071-0/+3
* | Merge tag 'v3.4.90' into HEADBruno Martins2017-08-021-1/+1
|\|
| * ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-04-261-1/+1
* | Merge tag 'v3.4.80' into HEADBruno Martins2017-08-021-7/+6
|\|
| * ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2014-01-151-6/+2
| * ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-12-081-2/+5
* | Merge tag 'v3.4.70' into HEADBruno Martins2017-08-011-4/+7
|\|
| * ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner2013-11-041-4/+7
* | Merge tag 'v3.4.60' into HEADBruno Martins2017-08-011-3/+6
|\|
| * ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-281-3/+6
* | Merge tag 'v3.4.40' into HEADBruno Martins2017-08-011-1/+2
|\|
| * net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-201-1/+2
| * ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-02-141-1/+2
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-011-7/+8
|\|
| * ipv6: Set default hoplimit as zero.Li RongQing2012-11-171-2/+2
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-131-5/+6
* | Merge tag 'v3.4.10' into HEADBruno Martins2017-08-011-10/+31
|\|
| * ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-07-161-10/+31
* | net/ipv6/route.c: packets originating on device match loDavid McCullough2015-12-281-0/+2
* | Revert "net/ipv6/route.c: packets originating on device match lo"Ravinder Konka2015-12-281-2/+0
* | net/ipv6/route.c: packets originating on device match loRavinder Konka2015-12-161-0/+2
* | Merge "net: ipv6: autoconf routes into per-device tables"Linux Build Service Account2014-10-261-41/+29
|\ \
| * | net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2014-08-011-41/+29
* | | net: core: Support UID-based routing.Lorenzo Colitti2014-09-151-0/+6
|/ /
* / net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2014-06-061-1/+2
|/
* ipv6: fix problem with expired dst cacheGao feng2012-04-131-27/+44
* ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani2012-04-011-7/+27
* net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-03-271-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-181-1/+1
|\
| * ipv6: fix icmp6_dst_alloc()Eric Dumazet2012-03-161-1/+1
* | ipv6: Use ipv6_addr_any()David S. Miller2012-01-261-2/+1
* | ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller2012-01-261-1/+15
|/
* ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_allocRongQing.Li2012-01-131-0/+1