summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+2
|\
| * net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann2020-10-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\|
| * ipv6: route: convert comma to semicolonXu Wang2020-09-211-1/+1
* | ipv6: remove redundant assignment to variable errColin Ian King2020-09-111-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-2/+6
|\
| * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-4/+4
|\ \ | |/ |/|
| * ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-07-281-4/+4
* | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-2/+5
|\|
| * ipv6: Fix use of anycast address with loopbackDavid Ahern2020-07-071-1/+1
| * ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-061-1/+4
* | ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-231-4/+4
|/
* nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-0/+5
* ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2020-05-181-28/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+4
|\
| * Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-071-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-0/+42
|\ \
| * | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+5
| * | bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-1/+1
| * | bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-9/+9
| * | net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-0/+37
* | | ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet2020-05-081-1/+1
* | | net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2020-05-081-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+25
|\ \ \ | |/ / |/| / | |/
| * ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-011-0/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-011-3/+2
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-3/+2
| |/
* | net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-1/+2
* | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-281-4/+7
|/
* 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