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: Fix crash in core_reloc when bpftool btfgen fails
Yucong Sun
2022-02-17
1
-2
/
+2
*
selftests/bpf: Fix vmtest.sh to launch smp vm.
Yucong Sun
2022-02-17
1
-1
/
+1
*
libbpf: Fix memleak in libbpf_netlink_recv()
Andrii Nakryiko
2022-02-17
1
-3
/
+5
*
bpftool: Fix C++ additions to skeleton
Andrii Nakryiko
2022-02-17
1
-7
/
+7
*
bpftool: Fix pretty print dump for maps without BTF loaded
Jiri Olsa
2022-02-17
1
-16
/
+15
*
selftests/bpf: Test "bpftool gen min_core_btf"
Mauricio Vásquez
2022-02-16
1
-2
/
+48
*
bpftool: Gen min_core_btf explanation and examples
Rafael David Tinoco
2022-02-16
1
-0
/
+90
*
bpftool: Implement btfgen_get_btf()
Mauricio Vásquez
2022-02-16
1
-1
/
+99
*
bpftool: Implement "gen min_core_btf" logic
Mauricio Vásquez
2022-02-16
2
-6
/
+457
*
bpftool: Add gen min_core_btf command
Mauricio Vásquez
2022-02-16
2
-4
/
+44
*
libbpf: Expose bpf_core_{add,free}_cands() to bpftool
Mauricio Vásquez
2022-02-16
2
-7
/
+19
*
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2022-02-16
3
-93
/
+99
*
selftests/bpf: Add Skeleton templated wrapper as an example
Andrii Nakryiko
2022-02-15
1
-2
/
+85
*
bpftool: Add C++-specific open/load/etc skeleton wrappers
Andrii Nakryiko
2022-02-15
1
-2
/
+22
*
selftests/bpf: Fix GCC11 compiler warnings in -O2 mode
Andrii Nakryiko
2022-02-15
3
-3
/
+3
*
bpftool: Fix the error when lookup in no-btf maps
Yinjun Zhang
2022-02-15
1
-4
/
+2
*
libbpf: Use dynamically allocated buffer when receiving netlink messages
Toke Høiland-Jørgensen
2022-02-12
1
-4
/
+51
*
libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
Andrii Nakryiko
2022-02-11
1
-1
/
+1
*
bpftool: Update versioning scheme, align on libbpf's version number
Quentin Monnet
2022-02-11
2
-4
/
+23
*
bpftool: Add libbpf's version number to "bpftool version" output
Quentin Monnet
2022-02-11
2
-6
/
+11
*
selftest/bpf: Check invalid length in test_xdp_update_frags
Lorenzo Bianconi
2022-02-11
1
-1
/
+37
*
bpftool: Generalize light skeleton generation.
Alexei Starovoitov
2022-02-10
1
-19
/
+20
*
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
2022-02-10
2
-21
/
+179
*
selftests: net: test standard socket cmsgs across UDP and ICMP sockets
Jakub Kicinski
2022-02-10
2
-0
/
+84
*
selftests: net: cmsg_sender: support Tx timestamping
Jakub Kicinski
2022-02-10
1
-1
/
+122
*
selftests: net: cmsg_sender: support setting SO_TXTIME
Jakub Kicinski
2022-02-10
1
-3
/
+46
*
selftests: net: cmsg_so_mark: test with SO_MARK set by setsockopt
Jakub Kicinski
2022-02-10
2
-11
/
+31
*
selftests: net: cmsg_so_mark: test ICMP and RAW sockets
Jakub Kicinski
2022-02-10
1
-8
/
+16
*
selftests: net: cmsg_sender: support icmp and raw sockets
Jakub Kicinski
2022-02-10
1
-9
/
+55
*
selftests: net: make cmsg_so_mark ready for more options
Jakub Kicinski
2022-02-10
2
-26
/
+117
*
selftests: net: rename cmsg_so_mark
Jakub Kicinski
2022-02-10
4
-6
/
+6
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
135
-1310
/
+2290
|
\
|
*
selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
Jakub Sitnicki
2022-02-09
2
-1
/
+8
|
*
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-02-09
1
-1
/
+2
|
*
selftests/bpf: Test BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-09
2
-0
/
+29
|
*
libbpf: Add BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-09
1
-0
/
+35
|
*
libbpf: Fix accessing the first syscall argument on s390
Ilya Leoshkevich
2022-02-09
1
-0
/
+6
|
*
libbpf: Fix accessing the first syscall argument on arm64
Ilya Leoshkevich
2022-02-09
1
-0
/
+6
|
*
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
Ilya Leoshkevich
2022-02-09
1
-8
/
+12
|
*
selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390
Ilya Leoshkevich
2022-02-09
2
-1
/
+7
|
*
libbpf: Fix accessing syscall arguments on riscv
Ilya Leoshkevich
2022-02-09
1
-0
/
+2
|
*
libbpf: Fix riscv register names
Ilya Leoshkevich
2022-02-09
1
-2
/
+2
|
*
libbpf: Fix accessing syscall arguments on powerpc
Ilya Leoshkevich
2022-02-09
1
-0
/
+2
|
*
selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
Ilya Leoshkevich
2022-02-09
1
-1
/
+1
|
*
libbpf: Add PT_REGS_SYSCALL_REGS macro
Ilya Leoshkevich
2022-02-09
1
-0
/
+10
|
*
selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
Ilya Leoshkevich
2022-02-09
1
-1
/
+4
|
*
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2022-02-08
1
-2
/
+3
|
*
selftests/bpf: Do not export subtest as standalone test
Hou Tao
2022-02-08
5
-8
/
+8
|
*
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
2022-02-07
1
-1
/
+1
|
*
bpftool: Fix strict mode calculation
Mauricio Vásquez
2022-02-07
1
-4
/
+1
[next]