summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+42
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+5
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-9/+9
2020-05-10net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song1-0/+37
2020-05-09ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet1-1/+1
2020-05-09net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet1-0/+3
2020-05-08Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+25
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+2
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+25
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-1/+2
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu1-4/+7
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-3/+2
2020-03-30net: add net available in build_stateAlexander Aring1-1/+1
2020-03-24Remove DST_HOSTDavid Laight1-6/+0
2020-03-13inet: Use fallthrough;Joe Perches1-1/+1