| Commit message (Expand) | Author | Age | Files | Lines |
* | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 2024-02-09 | 1 | -4/+4 |
* | samples/bpf: Use %lu format specifier for unsigned long values | Colin Ian King | 2023-12-20 | 1 | -2/+2 |
* | samples/bpf: Allow building with custom bpftool | Viktor Malik | 2023-10-26 | 1 | -2/+3 |
* | samples/bpf: Fix passing LDFLAGS to libbpf | Viktor Malik | 2023-10-26 | 1 | -1/+1 |
* | samples/bpf: Allow building with custom CFLAGS/LDFLAGS | Viktor Malik | 2023-10-26 | 1 | -1/+4 |
* | samples: bpf: Fix syscall_tp openat argument | Denys Zagorui | 2023-10-23 | 1 | -2/+13 |
* | samples/bpf: Add -fsanitize=bounds to userspace programs | Ruowen Qin | 2023-09-28 | 1 | -0/+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 |
* | selftests/bpf: trace_helpers.c: Optimize kallsyms cache | Rong Tao | 2023-09-08 | 1 | -0/+4 |
* | samples/bpf: Add note to README about the XDP utilities moved to xdp-tools | Toke Høiland-Jørgensen | 2023-08-24 | 1 | -0/+6 |
* | samples/bpf: Cleanup .gitignore | Toke Høiland-Jørgensen | 2023-08-24 | 1 | -12/+0 |
* | samples/bpf: Remove the xdp_sample_pkts utility | Toke Høiland-Jørgensen | 2023-08-24 | 3 | -256/+0 |
* | samples/bpf: Remove the xdp1 and xdp2 utilities | Toke Høiland-Jørgensen | 2023-08-24 | 4 | -398/+0 |
* | samples/bpf: Remove the xdp_rxq_info utility | Toke Høiland-Jørgensen | 2023-08-24 | 3 | -757/+0 |
* | samples/bpf: Remove the xdp_redirect* utilities | Toke Høiland-Jørgensen | 2023-08-24 | 9 | -1981/+1 |
* | samples/bpf: Remove the xdp_monitor utility | Toke Høiland-Jørgensen | 2023-08-24 | 3 | -133/+1 |
* | samples/bpf: simplify spintest with kprobe.multi | Daniel T. Lee | 2023-08-21 | 2 | -29/+10 |
* | samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro | Daniel T. Lee | 2023-08-21 | 1 | -7/+3 |
* | samples/bpf: fix broken map lookup probe | Daniel T. Lee | 2023-08-21 | 1 | -2/+15 |
* | samples/bpf: fix bio latency check with tracepoint | Daniel T. Lee | 2023-08-21 | 1 | -12/+24 |
* | samples/bpf: make tracing programs to be more CO-RE centric | Daniel T. Lee | 2023-08-21 | 4 | -40/+20 |
* | samples/bpf: fix symbol mismatch by compiler optimization | Daniel T. Lee | 2023-08-21 | 2 | -2/+3 |
* | samples/bpf: unify bpf program suffix to .bpf with tracing programs | Daniel T. Lee | 2023-08-21 | 17 | -17/+17 |
* | samples/bpf: convert to vmlinux.h with tracing programs | Daniel T. Lee | 2023-08-21 | 10 | -62/+25 |
* | samples/bpf: fix warning with ignored-attributes | Daniel T. Lee | 2023-08-21 | 1 | -1/+1 |
* | samples/bpf: README: Update build dependencies required | Anh Tuan Phan | 2023-07-18 | 1 | -5/+9 |
* | samples/bpf: syscall_tp: Aarch64 no open syscall | Rong Tao | 2023-07-11 | 1 | -0/+4 |
* | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song | 2023-06-29 | 3 | -5/+5 |
* | samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 | Jesper Dangaard Brouer | 2023-05-31 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-05-25 | 1 | -1/+0 |
|\ |
|
| * | samples/bpf: Drop unnecessary fallthrough | Andrii Nakryiko | 2023-05-16 | 1 | -1/+0 |
* | | samples/bpf: Fix buffer overflow in tcp_basertt | Pengcheng Yang | 2023-05-05 | 1 | -1/+1 |
|/ |
|
* | samples/bpf: sampleip: Replace PAGE_OFFSET with _text address | Rong Tao | 2023-04-13 | 1 | -2/+9 |
* | samples/bpf: Fix fout leak in hbm's run_bpf_prog | Hao Zeng | 2023-04-13 | 1 | -0/+1 |
* | bpf: use canonical ftrace path | Ross Zwisler | 2023-03-13 | 8 | -13/+13 |
* | samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-16 | 8 | -10/+10 |
* | samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sample | Rong Tao | 2023-02-08 | 1 | -0/+14 |
* | samples/bpf: change _kern suffix to .bpf with BPF test programs | Daniel T. Lee | 2023-01-15 | 13 | -14/+14 |
* | samples/bpf: use vmlinux.h instead of implicit headers in BPF test program | Daniel T. Lee | 2023-01-15 | 8 | -29/+12 |
* | samples/bpf: replace BPF programs header with net_shared.h | Daniel T. Lee | 2023-01-15 | 4 | -10/+15 |
* | samples/bpf: split common macros to net_shared.h | Daniel T. Lee | 2023-01-15 | 2 | -21/+27 |
* | samples/bpf: replace legacy map with the BTF-defined map | Daniel T. Lee | 2023-01-15 | 2 | -35/+14 |
* | samples/bpf: replace broken overhead microbenchmark with fib_table_lookup | Daniel T. Lee | 2023-01-15 | 4 | -18/+40 |
* | samples/bpf: fix broken cgroup socket testing | Daniel T. Lee | 2023-01-15 | 1 | -6/+6 |
* | samples/bpf: fix broken lightweight tunnel testing | Daniel T. Lee | 2023-01-15 | 2 | -22/+25 |
* | samples/bpf: refactor BPF functionality testing scripts | Daniel T. Lee | 2023-01-15 | 5 | -15/+22 |
* | samples/bpf: ensure ipv6 is enabled before running tests | Daniel T. Lee | 2023-01-15 | 3 | -1/+8 |
* | samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programs | Daniel T. Lee | 2022-12-29 | 3 | -23/+19 |
* | samples/bpf: Fix tracex2 by using BPF_KSYSCALL macro | Daniel T. Lee | 2022-12-29 | 1 | -3/+3 |