index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
13
-46
/
+480
*
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
2021-03-26
4
-77
/
+95
*
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-26
4
-28
/
+17
*
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
2021-03-26
1
-1
/
+12
*
bpf: struct sock is declared twice in bpf_sk_storage header
Wan Jiabing
2021-03-26
1
-1
/
+0
*
bpf: Remove unused headers
Lu Wei
2021-03-25
2
-2
/
+0
*
libbpf: Add bpf object kern_version attribute setter
Rafael David Tinoco
2021-03-25
3
-0
/
+12
*
Merge branch 'add support for batched ops in LPM trie'
Alexei Starovoitov
2021-03-25
2
-0
/
+161
|
\
|
*
bpf: selftests: Add tests for batched ops in LPM trie maps
Pedro Tammela
2021-03-25
1
-0
/
+158
|
*
bpf: Add support for batched ops in LPM trie maps
Pedro Tammela
2021-03-25
1
-0
/
+3
|
/
*
selftests/bpf: Better error messages for ima_setup.sh failures
KP Singh
2021-03-25
1
-2
/
+4
*
bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper
Yonghong Song
2021-03-25
5
-19
/
+86
*
libbpf: Constify few bpf_program getters
Andrii Nakryiko
2021-03-26
2
-4
/
+4
*
bpf: Fix typo 'accesible' into 'accessible'
Ricardo Ribalda
2021-03-26
1
-1
/
+1
*
bpf: Undo ptr_to_map_key alu sanitation for now
Daniel Borkmann
2021-03-26
1
-14
/
+0
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-25
65
-738
/
+3200
|
\
|
*
bpf: Avoid old-style declaration warnings
Arnd Bergmann
2021-03-24
1
-2
/
+2
|
*
libbpf: Skip BTF fixup if object file has no BTF
Andrii Nakryiko
2021-03-22
1
-0
/
+3
|
*
bpf: Remove insn_buf[] declaration in inner block
Jianlin Lv
2021-03-19
1
-1
/
+0
|
*
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
2021-03-19
1
-0
/
+1
|
*
Merge branch 'BPF static linking'
Alexei Starovoitov
2021-03-18
18
-424
/
+2806
|
|
\
|
|
*
selftests/bpf: Add multi-file statically linked BPF object file test
Andrii Nakryiko
2021-03-18
4
-3
/
+119
|
|
*
selftests/bpf: Pass all BPF .o's through BPF static linker
Andrii Nakryiko
2021-03-18
1
-5
/
+6
|
|
*
selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed
Andrii Nakryiko
2021-03-18
1
-2
/
+3
|
|
*
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
2021-03-18
3
-16
/
+100
|
|
*
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
2021-03-18
3
-9
/
+44
|
|
*
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
2021-03-18
1
-2
/
+767
|
|
*
libbpf: Add BPF static linker APIs
Andrii Nakryiko
2021-03-18
6
-11
/
+1215
|
|
*
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
2021-03-18
3
-0
/
+51
|
|
*
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
2021-03-18
4
-195
/
+259
|
|
*
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
2021-03-18
4
-21
/
+21
|
|
*
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
2021-03-18
2
-172
/
+228
|
|
*
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
2021-03-18
2
-1
/
+6
|
|
/
|
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
22
-200
/
+153
|
*
Merge branch 'Provide NULL and KERNEL_VERSION macros in bpf_helpers.h'
Alexei Starovoitov
2021-03-17
2
-2
/
+15
|
|
\
|
|
*
selftests/bpf: drop custom NULL #define in skb_pkt_end selftest
Andrii Nakryiko
2021-03-17
1
-1
/
+0
|
|
*
libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h
Andrii Nakryiko
2021-03-17
1
-1
/
+15
|
|
/
|
*
bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitly
Yonghong Song
2021-03-17
2
-0
/
+13
|
*
selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_id
Ravi Bangoria
2021-03-17
1
-1
/
+5
|
*
selftests/bpf: Fix warning comparing pointer to 0
Jiapeng Chong
2021-03-16
1
-2
/
+2
|
*
Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode'
Alexei Starovoitov
2021-03-16
6
-7
/
+13
|
|
\
|
|
*
selftests/bpf: Build everything in debug mode
Andrii Nakryiko
2021-03-16
1
-2
/
+5
|
|
*
selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver test
Andrii Nakryiko
2021-03-16
1
-2
/
+2
|
|
*
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
2021-03-16
3
-3
/
+5
|
|
*
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
2021-03-16
1
-0
/
+1
|
|
/
|
*
bpf: Make symbol 'bpf_task_storage_busy' static
Wei Yongjun
2021-03-16
1
-1
/
+1
|
*
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
2021-03-16
1
-1
/
+1
|
*
s390/bpf: Implement new atomic ops
Ilya Leoshkevich
2021-03-16
1
-9
/
+55
|
*
bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array...
Pedro Tammela
2021-03-15
1
-5
/
+0
|
*
samples: bpf: Fix a spelling typo in do_hbm_test.sh
Masanari Iida
2021-03-15
1
-1
/
+1
[next]