summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-10-29bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-10-29bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-10-23bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko
2024-10-22bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann
2024-10-17bpf: Fix iter/task tid filteringJordan Rome
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev
2024-10-10bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen
2024-10-09bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu
2024-10-09bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-10-09bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao
2024-10-08bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh
2024-10-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-10-07bpf: Fix memory leak in bpf_core_applyJiri Olsa
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-25bpf: Use raw_spinlock_t in ringbufWander Lairson Costa
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-13bpf: Call the missed kfree() when there is no special field in btfHou Tao
2024-09-13bpf: Call the missed btf_record_free() when map creation failsHou Tao
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-09-13bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-13bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpersDaniel Borkmann
2024-09-13bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-09-13bpf: Fix a sdiv overflow issueYonghong Song
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-09-12bpf: convert bpf_token_create() to CLASS(fd, ...)Al Viro
2024-09-11bpf: Check percpu map value size firstTao Chen