summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29bpf: fix possible file descriptor leaks in verifierAnton Protopopov
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-27bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei
2024-03-27bpf: fix warning for crash_kexecHari Bathini
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-03-22bpf: verifier: reject addr_space_cast insn without arenaPuranjay Mohan
2024-03-22bpf: verifier: fix addr_space_cast from as(1) to as(0)Puranjay Mohan
2024-03-21bpf-next: Avoid goto in regs_refine_cond_op()Harishankar Vishwanathan
2024-03-20bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song
2024-03-19bpf/lpm_trie: Inline longest_prefix_match for fastpathJesper Dangaard Brouer
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy
2024-03-18bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elemMartin KaFai Lau
2024-03-15bpf: Clarify bpf_arena comments.Alexei Starovoitov
2024-03-14bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-03-14bpf: preserve sleepable bit in subprog infoAndrii Nakryiko
2024-03-14bpf: Temporarily disable atomic operations in BPF arenaPuranjay Mohan
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-11bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet
2024-03-07bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov
2024-03-07bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov
2024-03-07bpf: Allow kfuncs return 'void *'Alexei Starovoitov
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06bpf: Allow all printable characters in BTF DATASEC namesEduard Zingerman
2024-03-06bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-05cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee