aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2021-09-30bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-09-13bpf: Add oversize check before call kvcalloc()Bixuan Cui
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song
2021-09-02bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-ClauseDaniel Borkmann
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-08-23bpf: Fix ringbuf helper function compatibilityDaniel Borkmann
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima
2021-08-13bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song
2021-08-10bpf, core: Fix kernel-doc notationRandy Dunlap
2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song
2021-08-09bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-07bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu
2021-08-02bpf: Fix off-by-one in tail call count limitingJohan Almbladh
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-07-16bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller