summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-071-2/+4
* ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-011-0/+25
* net: add net available in build_stateAlexander Aring2020-03-291-1/+1
* Remove DST_HOSTDavid Laight2020-03-231-6/+0
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-02-161-0/+1
* ipv6: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-7/+15
|\
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-7/+15
* | ipv6: Remove old route notifications and convert listenersIdo Schimmel2019-12-241-16/+2
* | ipv6: Handle multipath route deletion notificationIdo Schimmel2019-12-241-0/+26
* | ipv6: Notify multipath route if should be offloadedIdo Schimmel2019-12-241-0/+48
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-1/+1
|\
| * ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu2019-11-201-1/+1
* | ipv6: keep track of routes using srcPaolo Abeni2019-11-211-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-3/+10
|\|
| * ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-071-3/+10
* | icmp: remove duplicate codeMatteo Croce2019-11-051-4/+1
* | ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet2019-11-041-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-8/+13
|\
| * ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
| * net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-5/+6
| * ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
| * net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-051-2/+6
* | ipv6: Don't use dst gateway directly in ip6_confirm_neigh()Stefano Brivio2019-09-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\|
| * ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern2019-08-051-1/+1
* | ipv6: have a single rcu unlock point in __ip6_rt_update_pmtuDavid Ahern2019-08-051-8/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-1/+1
|\
| * ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-171-1/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+2
|/
* ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra2019-07-081-0/+36
* blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-2/+3
|\
| * ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| * net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
* | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56
* | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
* | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-11/+103
* | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-241-6/+10
* | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
* | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-2/+27
* | ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
* | ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
* | ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-43/+30
* | ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-221-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+1
|\|
| * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
* | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
* | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15