.. SPDX-License-Identifier: GPL-2.0 ======================== Device Frequency Scaling ======================== Introduction ------------ This framework provides a standard kernel interface for Dynamic Voltage and Frequency Switching on arbitrary devices. It exposes controls for adjusting frequency through sysfs files which are similar to the cpufreq subsystem. Devices for which current usage can be measured can have their frequency automatically adjusted by governors. API --- Device drivers need to initialize a :c:type:`devfreq_profile` and call the :c:func:`devfreq_add_device` function to create a :c:type:`devfreq` instance. .. kernel-doc:: include/linux/devfreq.h .. kernel-doc:: include/linux/devfreq-event.h .. kernel-doc:: drivers/devfreq/devfreq.c :export: .. kernel-doc:: drivers/devfreq/devfreq-event.c :export: -vcpu/v6.6'>aarch64/hotplug-vcpu/v6.6 Russell King's ARM Linux kernel treeRussell King
summaryrefslogtreecommitdiff
path: root/include/linux/icmpv6.h
AgeCommit message (Expand)Author
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-02-04ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2020-02-25icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld
2019-11-05icmp: add helpers to recognize ICMP error packetsMatteo Croce
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar