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