Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser
2021-01-20bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-12bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-11-19bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-09-29bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-02bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2018-10-26bpf: fix direct packet write into pop/peek helpersDaniel Borkmann
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-06-04bpf: implement bpf_get_current_cgroup_id() helperYonghong Song
2017-01-10bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2016-10-23bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-10bpf: minor cleanups in helpersDaniel Borkmann
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann
2016-04-15bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-03-10bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-06-16bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-01ebpf: misc core cleanupDaniel Borkmann
2015-06-01ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-03-16ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-16ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov