summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-06-03bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-03bpf, devmap: Remove unnecessary if check in for loopThorsten Blum
2024-05-31bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-17Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-15bpf: save extended inner map info for percpu array maps as wellAndrii Nakryiko
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-14bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofMike Rapoport (IBM)
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko
2024-04-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa
2024-04-30bpf: Add support for kprobe session contextJiri Olsa
2024-04-30bpf: Add support for kprobe session attachJiri Olsa
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko
2024-04-29bpf: Use struct_size()Andy Shevchenko
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov
2024-04-24bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires