index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
2023-01-09
1
-1
/
+1
*
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
1
-2
/
+2
*
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2022-11-30
1
-5
/
+0
*
Daniel Borkmann says:
Jakub Kicinski
2022-11-28
1
-47
/
+107
|
\
|
*
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
1
-0
/
+3
|
*
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-24
1
-0
/
+1
|
*
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-0
/
+30
|
*
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
1
-8
/
+13
|
*
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
1
-11
/
+0
|
*
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+1
|
*
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+7
|
*
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+11
|
*
bpf: Pass map file to .map_update_batch directly
Hou Tao
2022-11-17
1
-2
/
+3
|
*
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-15
1
-1
/
+1
|
*
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-14
1
-9
/
+8
|
*
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2022-11-14
1
-7
/
+4
|
*
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
2022-11-14
1
-3
/
+3
|
*
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-14
1
-0
/
+17
|
*
bpf: Fix copy_map_value, zero_map_value
Kumar Kartikeya Dwivedi
2022-11-14
1
-2
/
+2
|
*
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
2022-11-14
1
-5
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-17
1
-21
/
+39
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix offset calculation error in __copy_map_value and zero_map_value
Xu Kuohai
2022-11-11
1
-2
/
+2
|
*
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
2022-11-04
1
-1
/
+38
|
*
bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
Peter Zijlstra
2022-11-04
1
-20
/
+1
*
|
bpf: Refactor map->off_arr handling
Kumar Kartikeya Dwivedi
2022-11-03
1
-17
/
+24
*
|
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-21
/
+32
*
|
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-44
/
+81
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-02
1
-14
/
+19
|
\
\
|
|
/
|
/
|
|
*
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-25
1
-0
/
+7
|
*
bpf: Add new bpf_task_storage_delete proto with no deadlock detection
Martin KaFai Lau
2022-10-25
1
-0
/
+1
|
*
bpf: Add new bpf_task_storage_get proto with no deadlock detection
Martin KaFai Lau
2022-10-25
1
-0
/
+1
|
*
bpf: Append _recur naming to the bpf_task_storage helper proto
Martin KaFai Lau
2022-10-25
1
-2
/
+2
|
*
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-10-25
1
-14
/
+10
*
|
bpf: Fix dispatcher patchable function entry to 5 bytes nop
Jiri Olsa
2022-10-20
1
-1
/
+13
|
/
*
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
2022-09-29
1
-0
/
+4
*
bpf: Parameterize task iterators.
Kui-Feng Lee
2022-09-28
1
-0
/
+25
*
bpf: Enforce W^X for bpf trampoline
Song Liu
2022-09-26
1
-1
/
+0
*
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-26
1
-1
/
+2
*
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-21
1
-0
/
+6
*
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2022-09-21
1
-0
/
+8
*
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-21
1
-0
/
+1
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
1
-2
/
+9
*
bpf: Move bpf_dispatcher function out of ftrace locations
Jiri Olsa
2022-09-16
1
-0
/
+7
*
bpf: Add stub for btf_struct_access()
Daniel Xu
2022-09-10
1
-0
/
+9
*
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
2022-09-07
1
-0
/
+19
*
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
2022-09-07
1
-19
/
+33
*
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
1
-1
/
+8
*
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
1
-0
/
+2
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
1
-0
/
+4
*
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
1
-0
/
+8
[next]