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
*
selftests/bpf: Use kselftest skip code for skipped tests
Po-Hsu Lin
2021-09-30
2
-3
/
+9
*
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
2021-09-30
1
-2
/
+4
*
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
2021-09-30
1
-0
/
+2
*
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
2021-09-29
1
-1
/
+6
*
bpf: selftests: Fix fd cleanup in get_branch_snapshot
Kumar Kartikeya Dwivedi
2021-09-29
1
-3
/
+2
*
selftests/bpf: Fix probe_user test failure with clang build kernel
Yonghong Song
2021-09-29
2
-4
/
+28
*
bpftool: Avoid using "?: " in generated code
Yucong Sun
2021-09-29
1
-1
/
+4
*
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
2021-09-28
2
-20
/
+20
*
libbpf: Add opt-in strict BPF program section name handling logic
Andrii Nakryiko
2021-09-28
2
-46
/
+99
*
libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
Andrii Nakryiko
2021-09-28
1
-101
/
+35
*
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
2021-09-28
1
-111
/
+84
*
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
2021-09-28
2
-18
/
+30
*
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
2021-09-28
1
-42
/
+87
*
selftests/bpf: Normalize all the rest SEC() uses
Andrii Nakryiko
2021-09-28
12
-35
/
+33
*
selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")
Andrii Nakryiko
2021-09-28
39
-157
/
+141
*
selftests/bpf: Normalize XDP section names in selftests
Andrii Nakryiko
2021-09-28
19
-30
/
+27
*
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
2021-09-28
1
-0
/
+1
*
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
2021-09-28
1
-2
/
+3
*
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2021-09-28
2
-11
/
+44
*
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
2021-09-28
1
-3
/
+3
*
selftests: xsk: Add single packet test
Magnus Karlsson
2021-09-28
2
-0
/
+14
*
selftests: xsk: Introduce pacing of traffic
Magnus Karlsson
2021-09-28
2
-7
/
+29
*
selftests: xsk: Fix socket creation retry
Magnus Karlsson
2021-09-28
1
-6
/
+5
*
selftests: xsk: Put the same buffer only once in the fill ring
Magnus Karlsson
2021-09-28
1
-6
/
+11
*
selftests: xsk: Fix missing initialization
Magnus Karlsson
2021-09-28
1
-0
/
+7
*
bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
Martin KaFai Lau
2021-09-26
1
-0
/
+161
*
bpf: selftest: A bpf prog that has a 32bit scalar spill
Martin KaFai Lau
2021-09-26
3
-0
/
+393
*
selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel
Yonghong Song
2021-09-25
1
-6
/
+21
*
seltests: bpf: test_tunnel: Use ip neigh
Jiri Benc
2021-09-22
1
-2
/
+3
*
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
2021-09-22
1
-8
/
+122
*
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
2021-09-22
2
-73
/
+88
*
selftests/bpf: Adopt attach_probe selftest to work on old kernels
Andrii Nakryiko
2021-09-22
1
-4
/
+20
*
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
2021-09-22
1
-3
/
+7
*
libbpf: Add doc comments in libbpf.h
Grant Seltzer
2021-09-21
1
-8
/
+57
*
bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments
Dave Marchevsky
2021-09-17
1
-2
/
+3
*
selftests/bpf: Add trace_vprintk test prog
Dave Marchevsky
2021-09-17
3
-1
/
+103
*
selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
Dave Marchevsky
2021-09-17
1
-15
/
+9
*
bpftool: Only probe trace_vprintk feature in 'full' mode
Dave Marchevsky
2021-09-17
2
-13
/
+10
*
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
2021-09-17
1
-1
/
+7
*
libbpf: Modify bpf_printk to choose helper based on arg count
Dave Marchevsky
2021-09-17
1
-8
/
+37
*
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-17
1
-0
/
+11
*
selftests/bpf: Stop using bpf_program__load
Dave Marchevsky
2021-09-17
1
-8
/
+31
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-09-17
49
-671
/
+2238
|
\
|
*
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2021-09-17
2
-5
/
+3
|
*
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2021-09-17
2
-52
/
+52
|
*
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
2021-09-17
3
-0
/
+10
|
*
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
2021-09-17
1
-17
/
+26
|
*
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
2021-09-17
1
-1
/
+12
|
*
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
2021-09-17
1
-0
/
+1
|
*
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
2021-09-17
1
-2
/
+1
[next]