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
*
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
2020-12-04
1
-1
/
+1
*
selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module
Andrii Nakryiko
2020-12-04
2
-0
/
+119
*
selftests/bpf: Add tp_btf CO-RE reloc test for modules
Andrii Nakryiko
2020-12-04
2
-2
/
+33
*
libbpf: Support attachment of BPF tracing programs to kernel modules
Andrii Nakryiko
2020-12-04
3
-32
/
+112
*
libbpf: Factor out low-level BPF program loading helper
Andrii Nakryiko
2020-12-04
3
-50
/
+113
*
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-12-04
1
-1
/
+6
*
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
2020-12-04
3
-11
/
+151
*
selftests/bpf: Add support for marking sub-tests as skipped
Andrii Nakryiko
2020-12-04
1
-3
/
+3
*
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
2020-12-04
9
-3
/
+198
*
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
2020-12-04
1
-10
/
+169
*
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
2020-12-04
1
-76
/
+111
*
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2020-12-04
2
-26
/
+36
*
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
Prankur gupta
2020-12-04
4
-0
/
+40
*
bpf: Fix cold build of test_progs-no_alu32
Brendan Jackman
2020-12-03
1
-1
/
+1
*
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
2020-12-03
1
-1
/
+2
*
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
2020-12-03
1
-0
/
+12
*
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
2020-12-03
1
-1
/
+14
*
selftests/bpf: Indent ima_setup.sh with tabs.
KP Singh
2020-12-03
1
-54
/
+54
*
selftests/bpf: Add config dependency on BLK_DEV_LOOP
KP Singh
2020-12-03
1
-0
/
+1
*
selftests/bpf: Ensure securityfs mount before writing ima policy
KP Singh
2020-12-03
1
-0
/
+15
*
selftests/bpf: Update ima_setup.sh for busybox
KP Singh
2020-12-03
1
-4
/
+8
*
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
2020-12-03
3
-9
/
+90
*
tools/resolve_btfids: Fix some error messages
Brendan Jackman
2020-12-03
1
-3
/
+3
*
selftests/bpf: Copy file using read/write in local storage test
Stanislav Fomichev
2020-12-03
1
-10
/
+18
*
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
2020-12-03
1
-4
/
+21
*
libbpf: Add base BTF accessor
Andrii Nakryiko
2020-12-03
3
-0
/
+7
*
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
2020-12-03
1
-0
/
+2
*
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-03
2
-8
/
+1
*
selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt
Stanislav Fomichev
2020-12-02
2
-0
/
+62
*
selftests/bpf: Rewrite test_sock_addr bind bpf into C
Stanislav Fomichev
2020-12-02
3
-184
/
+171
*
selftests/bpf: Fix flavored variants of test_ima
KP Singh
2020-11-30
1
-0
/
+1
*
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
2020-11-27
1
-9
/
+6
*
bpf: Fix selftest compilation on clang 11
Andrei Matei
2020-11-26
1
-0
/
+2
*
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
2020-11-26
4
-0
/
+186
*
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
2020-11-26
1
-0
/
+11
*
libbpf: Add support for canceling cached_cons advance
Li RongQing
2020-11-25
1
-0
/
+6
*
selftest/bpf: Fix rst formatting in readme
Andrei Matei
2020-11-24
1
-13
/
+15
*
selftest/bpf: Fix link in readme
Andrei Matei
2020-11-24
1
-1
/
+4
*
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
2020-11-20
1
-1
/
+29
*
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
2020-11-19
7
-18
/
+52
*
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
2020-11-19
1
-0
/
+13
*
selftests/bpf: Fix broken riscv build
Björn Töpel
2020-11-19
1
-1
/
+2
*
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-11-18
1
-0
/
+11
*
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2020-11-18
2
-0
/
+150
*
bpf: Add bpf_bprm_opts_set helper
KP Singh
2020-11-18
1
-0
/
+16
*
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
2020-11-17
1
-4
/
+4
*
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
2020-11-16
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
50
-892
/
+2402
|
\
|
*
bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
2020-11-13
3
-0
/
+259
|
*
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
2020-11-13
1
-0
/
+42
[next]