aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-09-08ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+26
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long1-1/+3
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang1-4/+7
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-4/+16
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+15
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-18ipv6: reset fn->rr_ptr when replacing routeWei Wang1-0/+4
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-1/+1
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel1-10/+2
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel1-0/+92
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+17
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel1-0/+7
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-4/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych1-2/+1
2017-06-17net: remove DST_NOCACHE flagWei Wang1-3/+1
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang1-2/+1
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang1-13/+2
2017-06-17ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang1-1/+11
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern1-0/+4
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern1-5/+9
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern1-1/+2
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern1-2/+4
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern1-0/+10
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern1-0/+3
2016-09-09ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault1-1/+5
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern1-0/+1
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček1-5/+4
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček1-32/+36
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček1-6/+8
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2015-10-23ipv6: fix the incorrect return value of throw routelucien1-1/+11
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern1-0/+1
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu1-3/+3
2015-09-15ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau1-2/+7
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau1-2/+9
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+0
2015-08-17ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau1-0/+2
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel1-1/+1
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu1-0/+2
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau1-1/+23
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-0/+1