summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-081-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-081-6/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-9/+26
|\
| * ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-281-1/+3
| * ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-281-4/+7
| * ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-221-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-13/+15
|\ \ | |/
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-201-13/+11
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-181-0/+4
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-1/+1
* | ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2017-08-031-10/+2
* | ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel2017-08-031-0/+2
* | ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel2017-08-031-2/+0
* | ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2017-08-031-0/+92
* | ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2017-08-031-0/+17
* | ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2017-08-031-0/+7
|/
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+1
|\
| * ipv6: Do not leak throw route referencesSerhey Popovych2017-06-201-2/+1
* | net: remove DST_NOCACHE flagWei Wang2017-06-171-3/+1
* | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-171-2/+1
* | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-171-13/+2
* | ipv6: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
* | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-171-1/+11
* | net: ipv6: Add extack messages for route add failuresDavid Ahern2017-05-221-0/+4
* | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-221-5/+9
|/
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-131-0/+2
* net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-041-1/+2
* net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-041-2/+4
* net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-041-0/+10
* net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern2017-02-011-0/+3
* ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault2016-09-091-1/+5
* ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-051-0/+1
* net: vrf: Create FIB tables on link createDavid Ahern2016-05-061-0/+1
* ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4
* ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
* ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+11
|\
| * ipv6: fix the incorrect return value of throw routelucien2015-10-231-1/+11
* | net: Export fib6_get_table and nd_tblDavid Ahern2015-10-131-0/+1
|/
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-3/+3
* ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+7
* ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-0/+2
|\
| * ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-171-0/+2
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-201-1/+0
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-271-1/+1
* | ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-0/+2
|/
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-1/+23
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-251-0/+1
OpenPOWER on IntegriCloud