index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
modules-check.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
2
-11
/
+45
2022-06-17
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
2
-8
/
+12
2022-06-17
selftests/bpf: add tests for sleepable (uk)probes
Delyan Kratunov
2
-1
/
+108
2022-06-17
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
1
-1
/
+4
2022-06-17
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
2
-8
/
+12
2022-06-17
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
4
-5
/
+71
2022-06-17
bpf: move bpf_prog to bpf.h
Delyan Kratunov
2
-34
/
+36
2022-06-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2
-65
/
+72
2022-06-16
samples/bpf: Check detach prog exist or not in xdp_fwd
Zhengchao Shao
1
-6
/
+49
2022-06-15
selftests/bpf: Avoid skipping certain subtests
Yonghong Song
1
-1
/
+6
2022-06-15
selftests/bpf: Fix test_varlen verification failure with latest llvm
Yonghong Song
1
-4
/
+4
2022-06-14
bpftool: Do not check return value from libbpf_set_strict_mode()
Quentin Monnet
1
-3
/
+1
2022-06-14
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
8
-3
/
+23
2022-06-14
bpf, arm: Remove unused function emit_a32_alu_r()
YueHaibing
1
-16
/
+0
2022-06-14
libbpf: Fix an unsigned < 0 bug
Yonghong Song
1
-1
/
+1
2022-06-14
bpf: Fix spelling in bpf_verifier.h
Hongyi Lu
1
-1
/
+1
2022-06-11
selftest/bpf/benchs: Add bpf_map benchmark
Feng Zhou
5
-1
/
+152
2022-06-11
bpf: avoid grabbing spin_locks of all cpus when no free elems
Feng Zhou
1
-6
/
+14
2022-06-09
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
1
-41
/
+22
2022-06-09
bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"
Kosuke Fujimoto
1
-1
/
+1
2022-06-09
bpftool: Fix bootstrapping during a cross compilation
Shahab Vahedi
1
-1
/
+1
2022-06-07
docs/bpf: Update documentation for BTF_KIND_ENUM64 support
Yonghong Song
1
-6
/
+37
2022-06-07
selftests/bpf: Add a test for enum64 value relocations
Yonghong Song
7
-0
/
+218
2022-06-07
selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
Yonghong Song
1
-2
/
+95
2022-06-07
selftests/bpf: Add BTF_KIND_ENUM64 unit tests
Yonghong Song
2
-0
/
+37
2022-06-07
selftests/bpf: Test new enum kflag and enum64 API functions
Yonghong Song
2
-37
/
+114
2022-06-07
selftests/bpf: Fix selftests failure
Yonghong Song
1
-20
/
+0
2022-06-07
bpftool: Add btf enum64 support
Yonghong Song
3
-3
/
+84
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
3
-20
/
+48
2022-06-07
libbpf: Add enum64 support for bpf linking
Yonghong Song
1
-0
/
+2
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
3
-5
/
+56
2022-06-07
libbpf: Add enum64 support for btf_dump
Yonghong Song
2
-34
/
+108
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
2
-2
/
+65
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
3
-0
/
+117
2022-06-07
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
1
-15
/
+21
2022-06-07
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
1
-1
/
+1
2022-06-07
libbpf: Permit 64bit relocation value
Yonghong Song
2
-24
/
+29
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
5
-21
/
+185
2022-06-03
selftests/bpf: Add drv mode testing for xdping
Hangbin Liu
1
-0
/
+4
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
3
-10
/
+5
2022-06-03
selftests/bpf: Fix tc_redirect_dtime
Martin KaFai Lau
2
-6
/
+55
2022-06-03
bpf, test_run: Remove unnecessary prog type checks
Daniel Xu
1
-6
/
+0
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
3
-6
/
+6
2022-06-03
bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
Wang Yufen
5
-0
/
+27
2022-06-03
sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requests
Lorenzo Bianconi
1
-0
/
+9
2022-06-03
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
1
-6
/
+20
2022-06-03
bpf: Fix KASAN use-after-free Read in compute_effective_progs
Tadeusz Struk
1
-10
/
+60
2022-06-03
bpftool: Check for NULL ptr of btf in codegen_asserts
Michael Mullin
1
-0
/
+3
2022-06-03
selftests/bpf: Fix test_run logic in fexit_stress.c
Yuntao Wang
1
-28
/
+4
2022-06-03
bpftool: Use libbpf_bpf_link_type_str
Daniel Müller
1
-17
/
+10
[next]