aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-02-01ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-11ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern
2022-01-11ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2022-01-11ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern
2022-01-11ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-01net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-09-15ipv6: make exception cache less predictibleEric Dumazet
2021-09-03ipv6: use siphash in rt6_exception_hash()Eric Dumazet
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni
2021-06-10ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-09net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21ipv6: route: convert comma to semicolonXu Wang
2020-09-11ipv6: remove redundant assignment to variable errColin Ian King
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-28ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song
2020-05-08ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet
2020-05-07Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-29net: add net available in build_stateAlexander Aring
2020-03-23Remove DST_HOSTDavid Laight
2020-03-12inet: Use fallthrough;Joe Perches