summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: fix ECMP route replacementMichal Kubeček2015-05-201-2/+37
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-19/+26
|\
| * ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-01-271-19/+26
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+0
* | net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-051-33/+36
* | net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann2015-01-051-7/+6
|/
* ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
* ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-7/+6
* ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
* ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
* ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-0/+20
* net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+2
|\
| * ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
OpenPOWER on IntegriCloud