index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
-36
/
+13
2024-04-30
bpf: Do not walk twice the map on free
Benjamin Tissoires
-7
/
+8
2024-04-29
bpf: Switch to krealloc_array()
Andy Shevchenko
-1
/
+1
2024-04-29
bpf: Use struct_size()
Andy Shevchenko
-5
/
+7
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
-5
/
+18
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-218
/
+1249
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
-0
/
+39
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
-2
/
+2
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
-4
/
+2
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
-1
/
+390
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
-2
/
+81
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
-13
/
+5
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
-1
/
+0
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
-0
/
+18
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
-6
/
+69
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
-2
/
+102
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
-19
/
+71
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
-0
/
+65
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
-0
/
+5
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
-1
/
+31
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
-17
/
+25
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
-11
/
+18
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
-28
/
+63
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
-33
/
+38
2024-04-22
bpf: Fix typos in comments
Rafael Passos
-10
/
+10
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
-3
/
+3
2024-04-16
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
-54
/
+40
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
-5
/
+8
2024-04-12
bpf: Fix a verifier verbose message
Anton Protopopov
-2
/
+1
2024-04-12
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
-1
/
+1
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
-0
/
+4
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
-1
/
+23
2024-04-09
bpf: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
-1
/
+1
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
-0
/
+2
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
-20
/
+16
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
-1
/
+2
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+36
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-3
/
+35
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
-0
/
+55
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
-3
/
+10
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
-0
/
+21
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
-0
/
+33
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
-0
/
+24
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
-0
/
+19
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
-4
/
+4
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
-1
/
+2
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
-0
/
+2
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
[prev]
[next]