summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-07-11bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi1-14/+47
2024-07-11bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi1-3/+35
2024-07-11bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif1-2/+2
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-4/+3
2024-06-24bpf: Fix may_goto with negative offset.Alexei Starovoitov1-3/+6
2024-06-21bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-6/+25
2024-06-21bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov1-0/+50
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov1-2/+14
2024-06-17bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song1-0/+1
2024-06-17bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song1-0/+1
2024-06-13bpf: fix UML x86_64 compile failureMaciej Żenczykowski1-1/+1
2024-06-13bpf: Reduce stack consumption in check_stack_write_fixed_offDaniel Borkmann1-4/+5
2024-06-13bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann1-4/+10
2024-06-03bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang1-5/+6
2024-06-03bpf, devmap: Remove unnecessary if check in for loopThorsten Blum1-3/+0
2024-06-01bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa1-0/+4
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+7
2024-05-27bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+4
2024-05-18Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2024-05-15bpf: save extended inner map info for percpu array maps as wellAndrii Nakryiko1-2/+2
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds19-352/+1419
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-05-14bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofMike Rapoport (IBM)1-1/+1
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-3/+3
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-122/+121
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds2-2/+2
2024-05-13riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2-0/+15
2024-05-08bpf: Remove redundant page mask of vmf->addressHaiyue Wang1-1/+1
2024-05-07bpf/verifier: relax MUL range computation checkCupertino Miranda1-5/+1
2024-05-07bpf/verifier: improve XOR and OR range computationCupertino Miranda1-2/+2
2024-05-07bpf/verifier: refactor checks for range computationCupertino Miranda1-64/+45
2024-05-07bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda1-5/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+40
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko1-1/+1
2024-04-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev1-0/+5
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa1-0/+7
2024-04-30bpf: Add support for kprobe session contextJiri Olsa1-0/+3
2024-04-30bpf: Add support for kprobe session attachJiri Olsa1-1/+6
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires1-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires1-7/+8
2024-04-30bpf: Switch to krealloc_array()Andy Shevchenko1-1/+1
2024-04-30bpf: Use struct_size()Andy Shevchenko1-5/+7
2024-04-30bpf: Fix verifier assumptions about socket->skAlexei Starovoitov1-5/+18
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski17-218/+1249
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan2-0/+39
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2-2/+2