index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: ynl: Rename ethtool to ethtool.py
Rahul Rameshbabu
2023-04-14
1
-0
/
+0
*
tools: ynl: Remove absolute paths to yaml files from ethtool testing tool
Rahul Rameshbabu
2023-04-14
1
-2
/
+2
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-14
274
-10020
/
+18457
|
\
|
*
selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncs
Andrii Nakryiko
2023-04-13
1
-0
/
+6
|
*
selftests/bpf: Remove stand-along test_verifier_log test binary
Andrii Nakryiko
2023-04-13
2
-176
/
+1
|
*
selftests/bpf: Keep the loop in bpf_testmod_loop_test
Song Liu
2023-04-13
1
-1
/
+5
|
*
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
2023-04-13
1
-0
/
+1
|
*
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
2023-04-13
4
-16
/
+24
|
*
selftests/bpf: Fix use of uninitialized op_name in log tests
Lorenz Bauer
2023-04-13
1
-1
/
+1
|
*
selftests/bpf: Test FOU kfuncs for externally controlled ipip devices
Christian Ehrig
2023-04-13
2
-2
/
+268
|
*
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
2023-04-12
3
-67
/
+14
|
*
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
2023-04-12
3
-7
/
+38
|
*
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-11
1
-0
/
+13
|
*
selftests/bpf: Add verifier log tests for BPF_BTF_LOAD command
Andrii Nakryiko
2023-04-11
1
-0
/
+188
|
*
selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOAD
Andrii Nakryiko
2023-04-11
1
-0
/
+23
|
*
selftests/bpf: Add tests to validate log_true_size feature
Andrii Nakryiko
2023-04-11
1
-16
/
+76
|
*
libbpf: Wire through log_true_size for bpf_btf_load() API
Andrii Nakryiko
2023-04-11
2
-4
/
+13
|
*
libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOAD
Andrii Nakryiko
2023-04-11
2
-4
/
+14
|
*
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
1
-1
/
+11
|
*
selftests/bpf: Add fixed vs rotating verifier log tests
Andrii Nakryiko
2023-04-11
1
-0
/
+179
|
*
veristat: Add more veristat control over verifier log options
Andrii Nakryiko
2023-04-11
1
-9
/
+35
|
*
libbpf: Don't enforce unnecessary verifier log restrictions on libbpf side
Andrii Nakryiko
2023-04-11
1
-4
/
+0
|
*
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
1
-0
/
+1
|
*
selftests/bpf: Reset err when symbol name already exist in kprobe_multi_test
Manu Bretelle
2023-04-10
1
-1
/
+3
|
*
selftests/bpf: Prevent infinite loop in veristat when base file is too short
Eduard Zingerman
2023-04-08
1
-2
/
+6
|
*
bpftool: Set program type only if it differs from the desired one
Wei Yongjun
2023-04-08
1
-1
/
+2
|
*
selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshot
Song Liu
2023-04-08
1
-2
/
+2
|
*
selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...
Yonghong Song
2023-04-07
1
-0
/
+460
|
*
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
2023-04-07
1
-1
/
+1
|
*
selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
Yonghong Song
2023-04-07
2
-0
/
+181
|
*
selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
Kal Conley
2023-04-06
2
-0
/
+25
|
*
bpftool: Clean up _bpftool_once_attr() calls in bash completion
Quentin Monnet
2023-04-06
1
-13
/
+3
|
*
bpftool: Support printing opcodes and source file references in CFG
Quentin Monnet
2023-04-06
7
-15
/
+83
|
*
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
2023-04-06
3
-39
/
+47
|
*
bpftool: Return an error on prog dumps if both CFG and JSON are required
Quentin Monnet
2023-04-06
2
-6
/
+11
|
*
bpftool: Support inline annotations when dumping the CFG of a program
Quentin Monnet
2023-04-06
6
-26
/
+88
|
*
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
2023-04-06
1
-0
/
+7
|
*
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
2023-04-06
1
-6
/
+4
|
*
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
2023-04-05
1
-2
/
+6
|
*
selftests: xsk: Deflakify STATS_RX_DROPPED test
Kal Conley
2023-04-05
1
-2
/
+8
|
*
selftests: xsk: Disable IPv6 on VETH1
Kal Conley
2023-04-05
1
-0
/
+1
|
*
selftests: xsk: Add test case for packets at end of UMEM
Kal Conley
2023-04-05
1
-2
/
+5
|
*
selftests: xsk: Use correct UMEM size in testapp_invalid_desc
Kal Conley
2023-04-05
2
-5
/
+5
|
*
selftests: xsk: Add xskxceiver.h dependency to Makefile
Kal Conley
2023-04-05
1
-1
/
+1
|
*
selftests/bpf: Add tracing tests for walking skb and req.
Alexei Starovoitov
2023-04-05
1
-0
/
+16
|
*
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
2023-04-05
1
-1
/
+1
|
*
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
5
-93
/
+14
|
*
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-04-01
4
-12
/
+100
|
*
veristat: small fixed found in -O2 mode
Andrii Nakryiko
2023-04-01
1
-1
/
+3
|
*
veristat: avoid using kernel-internal headers
Andrii Nakryiko
2023-04-01
1
-1
/
+4
[next]