summaryrefslogtreecommitdiff
path: root/include/net/caif/cfctrl.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-27 11:36:19 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-27 11:36:19 +0200
commitbb67b270b37e8bd9c96829d58ffe758635651e90 (patch)
treebfecc0ce825d5aafa7bc348d5f586c939c448a29 /include/net/caif/cfctrl.h
parent73d462a38d5f782b7c872fe9ae8393d9ef5483da (diff)
downloadkernel-linux-6.9.y.tar.gz
Linux 6.9.12linux-6.9.y
Link: https://lore.kernel.org/r/20240725142731.678993846@linuxfoundation.org Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: SeongJae Park <sj@kernel.org> Tested-by: Markus Reichelt <lkt+2023@mareichelt.com> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/caif/cfctrl.h')
0 files changed, 0 insertions, 0 deletions
-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov 2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov 2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov 2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann 2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia 2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan 2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov 2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov 2015-03-01ebpf: constify various function pointer structsDaniel Borkmann 2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov 2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov