summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | bpf: Fix typos in commentsRafael Passos2024-04-225-10/+10
| | * | | | bpf: Fix typo in function save_aux_ptr_typeRafael Passos2024-04-221-3/+3
| | * | | | bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan2024-04-161-54/+40
| | * | | | btf: Avoid weak external referencesArd Biesheuvel2024-04-162-5/+8
| | * | | | bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song2024-04-111-0/+4
| | * | | | bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-092-1/+23
| | * | | | bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet2024-04-052-0/+2
| | * | | | bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu2024-04-051-5/+1
| | * | | | bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu2024-04-051-20/+16
| | * | | | bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann2024-04-051-1/+2
| | * | | | bpf: prevent r10 register from being marked as preciseAndrii Nakryiko2024-04-051-2/+4
| | * | | | bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko2024-04-041-0/+55
| | * | | | bpf: Optimize emit_mov_imm64().Alexei Starovoitov2024-04-041-3/+10
| | * | | | bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko2024-04-031-0/+21
| | * | | | bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko2024-04-031-0/+33
| | * | | | bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko2024-04-031-0/+24
| | * | | | bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2024-04-032-0/+19
| | * | | | bpf: Replace deprecated strncpy with strscpyJustin Stitt2024-04-032-4/+4
| | * | | | bpf: Improve program stats run-time calculationJose Fernandez2024-04-021-1/+2
| | * | | | bpf: Add a verbose message if map limit is reachedAnton Protopopov2024-04-021-0/+2
| | * | | | bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov2024-03-291-4/+9
| | * | | | bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau2024-03-291-0/+2
| | * | | | bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao2024-03-291-0/+1
| | * | | | bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko2024-03-291-0/+1
| | * | | | bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang2024-03-291-1/+1
| | * | | | bpf: improve error message for unsupported helperMykyta Yatsenko2024-03-291-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-053-4/+36
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-294-11/+56
| |\ \ \ \
| * \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-278-51/+83
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | bpf-next: Avoid goto in regs_refine_cond_op()Harishankar Vishwanathan2024-03-211-9/+13
| | * | | | bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko2024-03-201-4/+9
| | * | | | bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko2024-03-201-7/+2
| | * | | | bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song2024-03-192-2/+4
| | * | | | bpf/lpm_trie: Inline longest_prefix_match for fastpathJesper Dangaard Brouer2024-03-191-5/+13
| | * | | | bpf: Check return from set_memory_rox()Christophe Leroy2024-03-183-12/+32
| | * | | | bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy2024-03-181-7/+0
| | * | | | bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elemMartin KaFai Lau2024-03-181-2/+0
| | * | | | bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2024-03-152-3/+9
| | * | | | bpf: preserve sleepable bit in subprog infoAndrii Nakryiko2024-03-151-0/+1
* | | | | | Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds2024-05-132-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney2024-04-121-1/+1
| * | | | | bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-04-091-1/+1
* | | | | | bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-262-0/+39
* | | | | | bpf: Fix a verifier verbose messageAnton Protopopov2024-04-121-2/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-042-3/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: fix possible file descriptor leaks in verifierAnton Protopopov2024-03-291-0/+3
| * | | | bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-291-3/+32
| | |_|/ | |/| |
* | | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
| |/ /
* | | bpf: Protect against int overflow for stack access sizeAndrei Matei2024-03-271-0/+5