aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-05-14ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-02-16ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-01-14ipv6: Add "offload" and "trap" indications to routesIdo Schimmel
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel
2019-12-24ipv6: Handle multipath route deletion notificationIdo Schimmel
2019-12-24ipv6: Notify multipath route if should be offloadedIdo Schimmel
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-21ipv6: keep track of routes using srcPaolo Abeni
2019-11-20ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-11-05icmp: remove duplicate codeMatteo Croce
2019-11-04ipv6: use jhash2() in rt6_exception_hash()Eric Dumazet
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11ipv6: Don't use dst gateway directly in ip6_confirm_neigh()Stefano Brivio
2019-09-07ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp
2019-09-05ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern
2019-09-05net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-05ipv6: have a single rcu unlock point in __ip6_rt_update_pmtuDavid Ahern
2019-08-05ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern
2019-07-08ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27ipv6: Convert gateway validation to use fib6_infoDavid Ahern
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel
2019-06-26ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang
2019-06-22ipv6: Error when route does not have any valid nexthopsIdo Schimmel
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern
2019-06-18ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel
2019-06-18ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern