summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_fib.c
AgeCommit message (Expand)Author
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang
2017-06-17ipv6: call dst_dev_put() properlyWei Wang
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern
2016-09-09ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23ipv6: fix the incorrect return value of throw routelucien
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu
2015-09-15ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-17ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau
2015-05-20ipv6: fix ECMP route replacementMichal Kubeček
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal
2015-01-05net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong