summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
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-23ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-9/+10
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-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-2/+3
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+14
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-19/+1
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2021-06-04ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel1-0/+125
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2021-04-09net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-02net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1
2021-03-29ipv6: route.c: A spello fixBhaskar Chowdhury1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-27/+9
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti1-13/+13
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9
2021-02-09IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen1-0/+6
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+6
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-2/+5
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2021-02-03net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen1-0/+44
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary1-2/+3
2020-11-20IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+4
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel1-5/+0
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