summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-171-2/+1
* | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-161-4/+10
|/
* bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-241-2/+7
* bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-241-0/+34
* bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-241-6/+5
* bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-241-0/+23
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-0/+2
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+1
* bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+6
* bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-151-0/+4
* bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-7/+5
|\
| * bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann2019-11-021-4/+5
| * bpf: Fix bpf jit kallsym accessAlexei Starovoitov2019-10-311-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+1
|\ \ | |/ |/|
| * bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-1/+1
* | bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-1/+19
* | bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-171-0/+19
|/
* bpf: handle 32-bit zext during constant blindingNaveen N. Rao2019-08-261-2/+6
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-1/+1
* Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-2/+1
|\
| * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-2/+2
|\ \
| * | bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-261-2/+2
| |/
* | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-0/+9
* | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+0
|\|
| * sysctl: define proc_do_static_key()Eric Dumazet2019-06-141-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-24/+13
* | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-241-0/+9
|/
* bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann2019-05-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-6/+8
|\
| * bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-1/+2
| * bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-041-5/+6
* | bpf: Use vmalloc special flagRick Edgecombe2019-04-301-1/+0
|/