summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-3/+15
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-23/+12
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-2/+2
* bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-041-0/+4
* bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
* bpf: Clear per_cpu pointers during bpf_prog_reallocAlexei Starovoitov2021-02-111-0/+2
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+8
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-4/+4
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-0/+3
* bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman2021-01-141-41/+39
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+20
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+13
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-9/+22
* bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-121-0/+23
* bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-10/+2
* bpf: Memcg-based memory accounting for bpf progsRoman Gushchin2020-12-021-5/+5
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+1
* bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-291-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-8/+21
|\
| * bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-3/+6
| * bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+1
| * bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+1
| * bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-171-1/+1
| * bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-171-1/+2
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-151-4/+11
* | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
|/
* bpf: Delete repeated words in commentsRandy Dunlap2020-08-071-1/+1
* bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-251-12/+0
* bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-171-0/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+8
|\
| * bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham2020-06-011-1/+1
| * bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
| * bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+1
| * bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-261-0/+5
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-3/+3
* | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-9/+9
|/
* bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-0/+1
* bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-131-14/+19
* bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-131-11/+11
* bpf: Add bpf_ksym_find functionJiri Olsa2020-03-131-7/+15
* bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-131-14/+10
* bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-131-11/+11
* bpf: Add name to struct bpf_ksymJiri Olsa2020-03-131-3/+6
* bpf: Add struct bpf_ksymJiri Olsa2020-03-131-16/+12
* bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+1
* bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-4/+2
|\
| * bpf: Remove unnecessary assertion on fp_oldAditya Pakki2019-12-191-2/+0
| * bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-2/+2