summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-04-10ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-13ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-01ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet1-1/+1
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-12/+0
2024-07-05ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet1-0/+2
2024-07-05ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet1-1/+1
2024-07-05net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-07-05ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet1-0/+1
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-14/+15
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-8/+5
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2022-11-10ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-07-21nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-1/+1
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel1-1/+8
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-02-01ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-11ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3
2022-01-11ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern1-2/+5
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+4
2022-01-11ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern1-1/+5
2022-01-11ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-1/+20
2021-12-01net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov1-0/+19
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-2/+3
2021-09-15ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-09-03ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-06-10ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-10-10net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann1-1/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-22ipv6: route: convert comma to semicolonXu Wang1-1/+1
2020-09-12ipv6: remove redundant assignment to variable errColin Ian King1-1/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-07-29ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang1-4/+4
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-2/+6
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-1/+6
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern1-1/+1
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern1-1/+4
2020-06-24ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-4/+4
2020-05-23nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-0/+5
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig1-28/+16