summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
AgeCommit message (Expand)AuthorLines
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann-2/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-6/+8
2019-04-30bpf: Use vmalloc special flagRick Edgecombe-1/+0
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann-1/+2
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov-5/+6
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet-1/+7
2019-02-27bpf: enable program statsAlexei Starovoitov-2/+29
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov-0/+2
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks-1/+2
2019-01-26bpf: JIT blinds support JMP32Jiong Wang-0/+21
2019-01-26bpf: interpreter support for JMP32Jiong Wang-134/+63
2019-01-26bpf: verifier support JMP32Jiong Wang-1/+2
2019-01-23bpf: verifier: remove dead codeJakub Kicinski-0/+12
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski-19/+21
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu-1/+1
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann-0/+20
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann-17/+17
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+15
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann-6/+15
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau-2/+116
2018-12-07bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang-22/+30
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau-1/+1
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel-2/+12
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+2
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+34
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song-1/+2
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann-0/+34
2018-11-20bpf: Introduce bpf_func_infoYonghong Song-0/+13
2018-11-02bpf: show real jited prog address in /proc/kallsymsSong Liu-3/+1
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann-3/+46
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B-0/+3
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann-2/+0
2018-08-16bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song-1/+1
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin-0/+1
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin-37/+39
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin-1/+1
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann-29/+1
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann-7/+48
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann-0/+14
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song-0/+1
2018-05-30bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young-2/+9
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+75
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann-25/+75
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend-0/+1
2018-05-04bpf: export bpf_event_output()Jakub Kicinski-0/+1
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann-88/+8
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov-6/+0