summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
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
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov-1/+23
2024-04-09bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney-1/+1
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet-0/+2
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu-5/+1
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu-20/+16
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann-1/+2
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko-2/+4
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+36
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+35
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko-0/+55
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov-3/+10
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko-0/+21
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko-0/+33
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko-0/+24
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko-0/+19
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt-4/+4
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez-1/+2
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov-0/+2
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1