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