index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
bpf: Fix typos in comments
Rafael Passos
2024-04-22
5
-10
/
+10
|
|
*
|
|
|
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
2024-04-22
1
-3
/
+3
|
|
*
|
|
|
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
2024-04-16
1
-54
/
+40
|
|
*
|
|
|
btf: Avoid weak external references
Ard Biesheuvel
2024-04-16
2
-5
/
+8
|
|
*
|
|
|
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
2024-04-11
1
-0
/
+4
|
|
*
|
|
|
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
2024-04-09
2
-1
/
+23
|
|
*
|
|
|
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
2024-04-05
2
-0
/
+2
|
|
*
|
|
|
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
2024-04-05
1
-5
/
+1
|
|
*
|
|
|
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
2024-04-05
1
-20
/
+16
|
|
*
|
|
|
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
2024-04-05
1
-1
/
+2
|
|
*
|
|
|
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
2024-04-05
1
-2
/
+4
|
|
*
|
|
|
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
2024-04-04
1
-0
/
+55
|
|
*
|
|
|
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
2024-04-04
1
-3
/
+10
|
|
*
|
|
|
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
2024-04-03
1
-0
/
+21
|
|
*
|
|
|
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
2024-04-03
1
-0
/
+33
|
|
*
|
|
|
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
2024-04-03
1
-0
/
+24
|
|
*
|
|
|
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2024-04-03
2
-0
/
+19
|
|
*
|
|
|
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2024-04-03
2
-4
/
+4
|
|
*
|
|
|
bpf: Improve program stats run-time calculation
Jose Fernandez
2024-04-02
1
-1
/
+2
|
|
*
|
|
|
bpf: Add a verbose message if map limit is reached
Anton Protopopov
2024-04-02
1
-0
/
+2
|
|
*
|
|
|
bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
Alexei Starovoitov
2024-03-29
1
-4
/
+9
|
|
*
|
|
|
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
2024-03-29
1
-0
/
+2
|
|
*
|
|
|
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
2024-03-29
1
-0
/
+1
|
|
*
|
|
|
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
2024-03-29
1
-0
/
+1
|
|
*
|
|
|
bpf,arena: Use helper sizeof_field in struct accessors
Haiyue Wang
2024-03-29
1
-1
/
+1
|
|
*
|
|
|
bpf: improve error message for unsupported helper
Mykyta Yatsenko
2024-03-29
1
-2
/
+2
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-05
3
-4
/
+36
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-29
4
-11
/
+56
|
|
\
\
\
\
|
*
\
\
\
\
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-27
8
-51
/
+83
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
bpf-next: Avoid goto in regs_refine_cond_op()
Harishankar Vishwanathan
2024-03-21
1
-9
/
+13
|
|
*
|
|
|
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
2024-03-20
1
-4
/
+9
|
|
*
|
|
|
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
2024-03-20
1
-7
/
+2
|
|
*
|
|
|
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
2024-03-19
2
-2
/
+4
|
|
*
|
|
|
bpf/lpm_trie: Inline longest_prefix_match for fastpath
Jesper Dangaard Brouer
2024-03-19
1
-5
/
+13
|
|
*
|
|
|
bpf: Check return from set_memory_rox()
Christophe Leroy
2024-03-18
3
-12
/
+32
|
|
*
|
|
|
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
2024-03-18
1
-7
/
+0
|
|
*
|
|
|
bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
Martin KaFai Lau
2024-03-18
1
-2
/
+0
|
|
*
|
|
|
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
2024-03-15
2
-3
/
+9
|
|
*
|
|
|
bpf: preserve sleepable bit in subprog info
Andrii Nakryiko
2024-03-15
1
-0
/
+1
*
|
|
|
|
|
Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linux
Linus Torvalds
2024-05-13
2
-2
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
2024-04-12
1
-1
/
+1
|
*
|
|
|
|
bpf: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
2024-04-09
1
-1
/
+1
*
|
|
|
|
|
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2024-04-26
2
-0
/
+39
*
|
|
|
|
|
bpf: Fix a verifier verbose message
Anton Protopopov
2024-04-12
1
-2
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-04-04
2
-3
/
+35
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
2024-03-29
1
-0
/
+3
|
*
|
|
|
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-03-29
1
-3
/
+32
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-31
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
2024-03-31
1
-1
/
+1
|
|
/
/
*
|
|
bpf: Protect against int overflow for stack access size
Andrei Matei
2024-03-27
1
-0
/
+5
[prev]
[next]