summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | libbpf: typo and formatting fixesAndrii Nakryiko2019-05-301-8/+7
* | libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-301-3/+1
* | libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-301-6/+7
* | libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-301-1/+1
* | libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-301-0/+5
* | libbpf: simplify endianness checkAndrii Nakryiko2019-05-301-25/+12
* | libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-301-4/+4
* | libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-301-5/+7
* | libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet2019-05-291-1/+1
* | libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-284-4/+25
* | libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-05-281-3/+1
* | libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-244-0/+6
* | libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko2019-05-244-1/+1359
* | libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko2019-05-241-116/+85
* | libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko2019-05-243-1/+403
* | libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko2019-05-243-0/+135
* | libbpf: ensure libbpf.h is included along libbpf_internal.hAndrii Nakryiko2019-05-241-0/+2
* | libbpf: emit diff of mismatched public API, if anyAndrii Nakryiko2019-05-221-0/+10
|/
* libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-165-16/+15
* libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
* libbpf: detect supported kernel BTF features and sanitize BTFAndrii Nakryiko2019-05-133-33/+197
* libbpf: remove unnecessary cast-to-voidBjörn Töpel2019-05-061-14/+10
* libbpf: add libbpf_util.h to header install.William Tu2019-05-051-0/+1
* tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-051-0/+2
* libbpf: proper XSKMAP cleanupBjörn Töpel2019-05-041-55/+60
* libbpf: fix invalid munmap callBjörn Töpel2019-05-041-37/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-0/+1
|\
| * libbpf: add binary to gitignoreMatteo Croce2019-04-251-0/+1
* | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2019-04-271-1/+73
* | tools: sync bpf.hMatt Mullins2019-04-262-0/+2
* | libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-04-251-0/+1
* | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann2019-04-251-3/+3
* | bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann2019-04-251-13/+86
* | libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J2019-04-191-1/+1
* | libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson2019-04-181-1/+1
* | libbpf: optimize barrier for XDP socket ringsMagnus Karlsson2019-04-162-1/+6
* | libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson2019-04-162-3/+29
* | libbpf: remove likely/unlikely in xsk.hMagnus Karlsson2019-04-161-2/+2
* | libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-161-2/+11
* | libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-161-1/+1
* | btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko2019-04-161-2/+27
* | libbpf: Support sysctl hookAndrey Ignatov2019-04-122-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1111-115/+651
|\ \ | |/ |/|
| * libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+10
| * libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
| * libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson2019-04-101-4/+5
| * bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9
| * bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-095-20/+235
| * bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-096-48/+314
| * bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-091-30/+32
OpenPOWER on IntegriCloud