aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-142/+331
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-1/+21
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu1-0/+3
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu1-0/+3
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu3-13/+8
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-63/+93
2021-08-23bpf: Fix ringbuf helper function compatibilityDaniel Borkmann1-2/+6
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+17
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta1-0/+8
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev1-17/+17
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann1-1/+1
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1
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-13bpf: 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-09bpf, 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-02bpf: 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-29bpf: 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-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-1/+10
2021-07-23bpf: 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-22bpf: 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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-93/+1073
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-1/+1
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-0/+2
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+43
2021-07-15bpf: 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