Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-14 | samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE | Linkui Xiao | 1 | -1/+2 |
2021-12-03 | samples/bpf: Get rid of deprecated libbpf API uses | Andrii Nakryiko | 1 | -5/+8 |
2021-01-15 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 1 | -2/+3 |
2018-05-15 | samples: bpf: rename libbpf.h to bpf_insn.h | Jakub Kicinski | 1 | -1/+2 |
2017-02-13 | bpf: introduce BPF_F_ALLOW_OVERRIDE flag | Alexei Starovoitov | 1 | -1/+1 |
2016-12-20 | samples/bpf: Switch over to libbpf | Joe Stringer | 1 | -1/+2 |
2016-12-15 | samples/bpf: Make samples more libbpf-centric | Joe Stringer | 1 | -4/+7 |
2016-11-30 | samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add mode | Sargun Dhillon | 1 | -30/+50 |
2016-11-26 | samples: bpf: add userspace example for attaching eBPF programs to cgroups | Daniel Mack | 1 | -0/+147 |