summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-02
|\
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
|\ \ | |/
| * net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat2016-09-20
* | ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-19
* | net: l3mdev: remove redundant callsDavid Ahern2016-09-10
* | net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-10
* | net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-10
* | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-30
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni2016-06-27
* | net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-17
* | ipv6: introduce neighbour discovery opsAlexander Aring2016-06-15
* | net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-15
* | ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-15
|\
| * net/route: enforce hoplimit max valuePaolo Abeni2016-05-14
* | net: l3mdev: Move get_saddr and rt6_dstDavid Ahern2016-05-09
* | net: ipv6: Use passed in table for nexthop lookupsDavid Ahern2016-04-27
|/
* ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-14
* net: vrf: Fix dst reference countingDavid Ahern2016-04-11
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-29
* ipv6: allow routes to be configured with expire valuesXin Long2015-12-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
|\
| * Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-01
* | net: IPv6 fib lookup tracepointDavid Ahern2015-11-22
|/
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-15
* ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-11-15
* ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-03
|\
| * ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer2015-11-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\ \ | |/
| * net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-22
| * net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\ \ | |/
| * ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-16
| * ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-16
| * ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-13
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-13
* | ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu2015-10-12
* | dst: Pass net into dst->outputEric W. Biederman2015-10-08
* | ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-08
* | dst: Pass a sk into .local_outEric W. Biederman2015-10-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-02
|\ \ | |/
| * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-29
* | net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\ \ | |/
| * net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-20
| * ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-17
| * ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-15