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
...
|
|
*
selftests/bpf: Add uprobe_multi to gen_tar target
Björn Töpel
2023-10-04
1
-1
/
+1
|
|
*
selftests/bpf: Enable lld usage for RISC-V
Björn Töpel
2023-10-04
1
-1
/
+1
|
|
*
selftests/bpf: Add cross-build support for urandom_read et al
Björn Töpel
2023-10-04
1
-3
/
+5
|
|
/
|
*
Merge branch 'libbpf/selftests syscall wrapper fixes for RISC-V'
Andrii Nakryiko
2023-10-04
3
-2
/
+5
|
|
\
|
|
*
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv
Björn Töpel
2023-10-04
1
-0
/
+2
|
|
*
selftests/bpf: Define SYS_PREFIX for riscv
Björn Töpel
2023-10-04
1
-0
/
+3
|
|
*
libbpf: Fix syscall access arguments on riscv
Alexandre Ghiti
2023-10-04
1
-2
/
+0
|
|
/
|
*
Merge branch 'bpf-xsk-sh-umem'
Daniel Borkmann
2023-10-04
8
-211
/
+363
|
|
\
|
|
*
selftests/xsk: Add a test for shared umem feature
Tushar Vyavahare
2023-10-04
4
-7
/
+72
|
|
*
selftests/xsk: Modify xsk_update_xskmap() to accept the index as an argument
Tushar Vyavahare
2023-10-04
3
-6
/
+5
|
|
*
selftests/xsk: Iterate over all the sockets in the send pkts function
Tushar Vyavahare
2023-10-04
1
-19
/
+38
|
|
*
selftests/xsk: Remove unnecessary parameter from pkt_set() function call
Tushar Vyavahare
2023-10-04
1
-16
/
+11
|
|
*
selftests/xsk: Iterate over all the sockets in the receive pkts function
Tushar Vyavahare
2023-10-04
3
-113
/
+178
|
|
*
selftests/xsk: Move src_mac and dst_mac to the xsk_socket_info
Tushar Vyavahare
2023-10-04
2
-20
/
+21
|
|
*
selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.h
Tushar Vyavahare
2023-10-04
3
-2
/
+7
|
|
*
selftests/xsk: Move pkt_stream to the xsk_socket_info
Tushar Vyavahare
2023-10-04
2
-35
/
+38
|
|
/
|
*
libbpf: Allow Golang symbols in uprobe secdef
Hengqi Chen
2023-09-29
1
-6
/
+16
|
*
samples/bpf: Add -fsanitize=bounds to userspace programs
Ruowen Qin
2023-09-28
1
-0
/
+3
|
*
Merge branch 'bpf: Add missed stats for kprobes'
Andrii Nakryiko
2023-09-26
15
-13
/
+322
|
|
\
|
|
*
selftests/bpf: Add test for recursion counts of perf event link tracepoint
Jiri Olsa
2023-09-26
2
-0
/
+81
|
|
*
selftests/bpf: Add test for recursion counts of perf event link kprobe
Jiri Olsa
2023-09-26
3
-0
/
+100
|
|
*
selftests/bpf: Add test for missed counts of perf event link kprobe
Jiri Olsa
2023-09-26
4
-0
/
+84
|
|
*
bpftool: Display missed count for kprobe perf link
Jiri Olsa
2023-09-26
1
-0
/
+3
|
|
*
bpftool: Display missed count for kprobe_multi link
Jiri Olsa
2023-09-26
1
-0
/
+3
|
|
*
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-26
2
-0
/
+19
|
|
*
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-26
6
-13
/
+28
|
|
*
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
2023-09-26
3
-0
/
+3
|
|
*
bpf: Count stats for kprobe_multi programs
Jiri Olsa
2023-09-26
1
-0
/
+1
|
|
/
|
*
Merge branch 'add libbpf getters for individual ringbuffers'
Andrii Nakryiko
2023-09-26
5
-13
/
+193
|
|
\
|
|
*
selftests/bpf: Add tests for ring__consume
Martin Kelly
2023-09-26
1
-0
/
+4
|
|
*
libbpf: Add ring__consume
Martin Kelly
2023-09-26
3
-0
/
+22
|
|
*
selftests/bpf: Add tests for ring__map_fd
Martin Kelly
2023-09-26
1
-0
/
+4
|
|
*
libbpf: Add ring__map_fd
Martin Kelly
2023-09-26
3
-0
/
+15
|
|
*
selftests/bpf: Add tests for ring__size
Martin Kelly
2023-09-26
1
-1
/
+3
|
|
*
libbpf: Add ring__size
Martin Kelly
2023-09-26
3
-0
/
+16
|
|
*
selftests/bpf: Add tests for ring__avail_data_size
Martin Kelly
2023-09-26
1
-1
/
+3
|
|
*
libbpf: Add ring__avail_data_size
Martin Kelly
2023-09-26
3
-0
/
+21
|
|
*
selftests/bpf: Add tests for ring__*_pos
Martin Kelly
2023-09-26
1
-0
/
+14
|
|
*
libbpf: Add ring__producer_pos, ring__consumer_pos
Martin Kelly
2023-09-26
3
-0
/
+34
|
|
*
selftests/bpf: Add tests for ring_buffer__ring
Martin Kelly
2023-09-26
1
-0
/
+15
|
|
*
libbpf: Add ring_buffer__ring
Martin Kelly
2023-09-26
3
-0
/
+24
|
|
*
libbpf: Switch rings to array of pointers
Martin Kelly
2023-09-26
1
-8
/
+12
|
|
*
libbpf: Refactor cleanup in ring_buffer__add
Martin Kelly
2023-09-26
1
-6
/
+9
|
|
/
|
*
Merge branch 'libbpf: Support symbol versioning for uprobe'
Andrii Nakryiko
2023-09-22
8
-17
/
+337
|
|
\
|
|
*
selftests/bpf: Add tests for symbol versioning for uprobe
Hengqi Chen
2023-09-22
6
-4
/
+209
|
|
*
libbpf: Support symbol versioning for uprobe
Hengqi Chen
2023-09-22
2
-12
/
+124
|
|
*
libbpf: Resolve symbol conflicts at the same offset for uprobe
Hengqi Chen
2023-09-22
1
-1
/
+4
|
|
/
|
*
bpf, docs: Add loongarch64 as arch supporting BPF JIT
Tiezhu Yang
2023-09-22
2
-2
/
+3
|
*
samples/bpf: syscall_tp_user: Fix array out-of-bound access
Jinghao Jia
2023-09-21
1
-3
/
+20
|
*
samples/bpf: syscall_tp_user: Rename num_progs into nr_tests
Jinghao Jia
2023-09-21
1
-12
/
+12
[prev]
[next]