summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2024-05-15bpf: save extended inner map info for percpu array maps as wellAndrii Nakryiko-2/+2
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-352/+1419
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2024-05-14bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofMike Rapoport (IBM)-1/+1
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)-3/+3
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-122/+121
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds-2/+2
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan-0/+15
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang-1/+1
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda-5/+1
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda-2/+2
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda-64/+45
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda-5/+4
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+40
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko-1/+1
2024-04-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev-0/+5
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa-0/+7
2024-04-30bpf: Add support for kprobe session contextJiri Olsa-0/+3
2024-04-30bpf: Add support for kprobe session attachJiri Olsa-1/+6
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires-7/+8
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko-1/+1
2024-04-29bpf: Use struct_size()Andy Shevchenko-5/+7
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov-5/+18
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-218/+1249
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan-0/+39
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe-2/+2
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed-4/+2
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko-1/+390
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi-2/+81
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov-13/+5
2024-04-24bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires-0/+18
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires-6/+69
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires-2/+102
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires-19/+71
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires-0/+65
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires-0/+5
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires-1/+31
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires-17/+25
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires-11/+18
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires-28/+63
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires-33/+38
2024-04-22bpf: Fix typos in commentsRafael Passos-10/+10
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos-3/+3
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan-54/+40
2024-04-16btf: Avoid weak external referencesArd Biesheuvel-5/+8
2024-04-12bpf: Fix a verifier verbose messageAnton Protopopov-2/+1
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-1/+1
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song-0/+4