2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
- .travis.yml+71-92
- BPF-CHECKPOINT-COMMIT+1-1
- CHECKPOINT-COMMIT+1-1
- LICENSE+1
- LICENSE.BSD-2-Clause+32
- LICENSE.LGPL-2.1+503
- README.md+122-17
- include/linux/filter.h+8
- include/linux/list.h+9
- include/tools/libc_compat.h-20
- include/uapi/linux/bpf.h+2.7k-324
- include/uapi/linux/btf.h+13-5
- include/uapi/linux/if_link.h+17-1
- include/uapi/linux/if_xdp.h+4-1
- scripts/check-reallocarray.sh-18
- scripts/sync-kernel.sh+51-63
- src/Makefile+61-33
- src/bpf.c+296-31
- src/bpf.h+112-8
- src/bpf_core_read.h+227-54
- src/bpf_endian.h+35-8
- src/bpf_helper_defs.h+1.3k-141
- src/bpf_helpers.h+118-4
- src/bpf_tracing.h+277-4
- src/btf.c+2.4k-672
- src/btf.h+120-51
- src/btf_dump.c+159-101
- src/hashmap.c+14-2
- src/hashmap.h+30-13
- src/libbpf.c+6.9k-1.9k
- src/libbpf.h+205-55
- src/libbpf.map+157
- src/libbpf.pc.template+1-1
- src/libbpf_common.h+42
- src/libbpf_errno.c+3
- src/libbpf_internal.h+235-21
- src/libbpf_probes.c+37-2
- src/libbpf_util.h-47
- src/linker.c+2.9k
- src/netlink.c+45-124
- src/nlattr.c+3-3
- src/ringbuf.c+290
- src/str_error.c+3
- src/strset.c+176
- src/strset.h+21
- src/xsk.c+635-161
- src/xsk.h+97-21
- travis-ci/managers/debian.sh+12-9
- travis-ci/managers/ubuntu.sh+6-10
- travis-ci/vmtest/build_pahole.sh+30
- travis-ci/vmtest/build_selftests.sh+43
- travis-ci/vmtest/checkout_latest_kernel.sh+44
- travis-ci/vmtest/configs/INDEX+8
- travis-ci/vmtest/configs/blacklist/BLACKLIST-5.5.0+98
- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest+1
- travis-ci/vmtest/configs/latest.config+3.1k
- travis-ci/vmtest/configs/whitelist/WHITELIST-4.9.0+7
- travis-ci/vmtest/helpers.sh+12
- travis-ci/vmtest/mkrootfs.sh+158
- travis-ci/vmtest/prepare_selftests-4.9.0.sh+3
- travis-ci/vmtest/prepare_selftests-5.5.0.sh+3
- travis-ci/vmtest/prepare_selftests.sh+20
- travis-ci/vmtest/run.sh+455
- travis-ci/vmtest/run_selftests.sh+51
- travis-ci/vmtest/run_vmtest.sh+38
- travis-ci/vmtest/vmlinux.h+138.0k
0 commit comments