summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1717-598/+916
|\
| * libbpf: Fail compilation if target arch is missingLorenz Bauer2021-06-161-4/+42
| * libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-1/+4
| * libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi2021-06-151-1/+1
| * libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi2021-06-151-2/+0
| * libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai2021-06-111-3/+1
| * libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek2021-06-081-2/+2
| * libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko2021-06-031-1/+1
| * libbpf: Refactor header installation portions of MakefileAndrii Nakryiko2021-06-031-12/+7
| * libbpf: Move few APIs from 0.4 to 0.5 versionAndrii Nakryiko2021-06-031-3/+3
| * libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-262-54/+74
| * libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko2021-05-259-468/+531
| * libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko2021-05-253-50/+156
| * libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko2021-05-255-0/+71
| * libbpf: Add support for new llvm bpf relocationsYonghong Song2021-05-242-1/+8
| * bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flagsDenis Salopek2021-05-243-0/+16
| * libbpf: Skip bpf_object__probe_loading for light skeletonStanislav Fomichev2021-05-241-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-0/+8
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-112-0/+8
| |\
| | * libbpf: Provide GELF_ST_VISIBILITY() define for older libelfArnaldo Carvalho de Melo2021-05-111-0/+5
| | * libbpf: Add NULL check to add_dummy_ksym_varIan Rogers2021-05-051-0/+3
* | | bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov2021-05-191-1/+1
* | | libbpf: Introduce bpf_map__initial_value().Alexei Starovoitov2021-05-193-0/+10
* | | libbpf: Cleanup temp FDs when intermediate sys_bpf fails.Alexei Starovoitov2021-05-192-4/+45
* | | libbpf: Generate loader program out of BPF ELF file.Alexei Starovoitov2021-05-198-35/+1060
* | | libbpf: Preliminary support for fd_idxAlexei Starovoitov2021-05-191-6/+25
* | | libbpf: Add bpf_object pointer to kernel_supports().Alexei Starovoitov2021-05-191-22/+22
* | | libbpf: Change the order of data and text relocations.Alexei Starovoitov2021-05-191-14/+72
* | | libbpf: Support for syscall program typeAlexei Starovoitov2021-05-191-0/+2
* | | libbpf: Add low level TC-BPF management APIKumar Kartikeya Dwivedi2021-05-173-1/+469
* | | libbpf: Add various netlink helpersKumar Kartikeya Dwivedi2021-05-172-89/+120
* | | libbpf: Reject static entry-point BPF programsAndrii Nakryiko2021-05-141-0/+5
* | | libbpf: Reject static mapsAndrii Nakryiko2021-05-131-5/+19
* | | libbpf: Treat STV_INTERNAL same as STV_HIDDEN for functionsAndrii Nakryiko2021-05-111-5/+6
* | | libbpf: Fix ELF symbol visibility update logicAndrii Nakryiko2021-05-111-1/+1
* | | libbpf: Add per-file linker optsAndrii Nakryiko2021-05-112-5/+21
|/ /
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-9/+21
|\|
| * libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman2021-05-031-9/+21
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-35/+25
|\ \
| * | tools: sync lib/find_bit implementationYury Norov2021-05-061-2/+2
| * | tools: sync find_next_bit implementationYury Norov2021-05-061-31/+21
| * | tools: bitmap: sync function declarations with the kernelYury Norov2021-05-061-2/+2
| |/
* | Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-0113-5/+327
|\ \ | |/ |/|
| * perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-0/+2
| * perf tools: Change fields type in perf_record_time_convLeo Yan2021-04-291-2/+3
| * perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-291-0/+31
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-04-261-2/+3
| |\
| * | libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring2021-04-201-1/+8
| * | libperf: Add support for user space counter accessRob Herring2021-04-204-0/+161
| * | libperf tests: Add support for verbose printingRob Herring2021-04-152-2/+36