summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov
2021-07-14bpf: Fix potential memleak and UAF in the verifier.He Fengqing
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi
2021-07-01bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski