summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2-12/+19
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-7/+98
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko1-16/+16
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko5-12/+12
2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima1-0/+14
2021-08-14bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev1-0/+18
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+10
2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song1-6/+16
2021-08-10bpf, core: Fix kernel-doc notationRandy Dunlap1-1/+6
2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song1-2/+2
2021-08-10bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki1-9/+60
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann1-2/+2
2021-08-07bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu1-2/+2
2021-08-03bpf: Fix off-by-one in tail call count limitingJohan Almbladh1-1/+1
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-16/+43
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-107/+76
2021-07-30bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+27
2021-07-28bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-1/+10
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+22
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-07-23bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2-14/+5
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-07-16bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann1-34/+0
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-93/+1073
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang1-1/+1
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-0/+2
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+43
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-3/+9
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-3/+15
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2-8/+123
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov1-2/+6
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov1-0/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-3/+28
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov7-35/+225
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov2-0/+433
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov1-6/+26
2021-07-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann1-0/+2
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2-40/+28
2021-07-08bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-10/+39
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-18/+98
2021-07-01bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen1-2/+4
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+7
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-44/+53
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev1-0/+2