summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan
2024-04-16btf: Avoid weak external referencesArd Biesheuvel
2024-04-12bpf: Fix a verifier verbose messageAnton Protopopov
2024-04-12bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-09bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-03-29bpf: fix possible file descriptor leaks in verifierAnton Protopopov
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-03-28bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao