aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
Commit message (Expand)AuthorAge
* bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-22
* bpf: handle 32-bit zext during constant blindingNaveen N. Rao2019-08-26
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-18
* Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-18
|\
| * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
|\ \
| * | bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-26
| |/
* | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-27
* | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\|
| * sysctl: define proc_do_static_key()Eric Dumazet2019-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-29
* | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-24
|/
* bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann2019-05-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\
| * bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-09
| * bpf: verbose jump offset overflow checkAlexei Starovoitov2019-04-03
* | bpf: Use vmalloc special flagRick Edgecombe2019-04-30
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-06
|\
| * perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-21
* | bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-01
* | bpf: enable program statsAlexei Starovoitov2019-02-27
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-01
* | bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-31
* | bpf: JIT blinds support JMP32Jiong Wang2019-01-26
* | bpf: interpreter support for JMP32Jiong Wang2019-01-26
* | bpf: verifier support JMP32Jiong Wang2019-01-26
* | bpf: verifier: remove dead codeJakub Kicinski2019-01-23
* | bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-23
|/
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-02
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-20
|\
| * bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-11
* | bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-09
* | bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang2018-12-07
* | bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-05
* | bpf: add __weak hook for allocating executable memoryArd Biesheuvel2018-12-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-29
|\ \
| * | bpf: btf: support proper non-jit func infoYonghong Song2018-11-26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-29
|\ \ \ | |/ / |/| / | |/
| * bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-26
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-20
|/
* bpf: show real jited prog address in /proc/kallsymsSong Liu2018-11-02
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-25
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-19
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-15
* bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song2018-08-16
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-02