summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-10-071-1/+1
* libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko2020-06-241-9/+24
* libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron2020-06-221-1/+4
* libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko2020-06-221-0/+7
* libbpf: Extract and generalize CPU mask parsing logicAndrii Nakryiko2020-05-202-42/+86
* libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2020-05-101-0/+2
* libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-05-021-2/+2
* libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno2020-04-291-2/+2
* libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-02-111-1/+3
* libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko2020-01-261-4/+4
* libbpf: Make btf__resolve_size logic always check size error conditionAndrii Nakryiko2020-01-261-2/+1
* libbpf: Fix another potential overflow issue in bpf_prog_linfoAndrii Nakryiko2020-01-261-7/+7
* libbpf: Fix potential overflow issueAndrii Nakryiko2020-01-261-1/+1
* libbpf: Fix memory leak/double free issueAndrii Nakryiko2020-01-261-1/+1
* libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson2020-01-261-12/+71
* libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko2020-01-171-1/+1
* net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo2019-12-311-3/+8
* libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko2019-12-311-0/+2
* libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen2019-12-311-4/+10
* libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets2019-12-311-0/+1
* libbpf: Fix struct end padding in btf_dumpAndrii Nakryiko2019-12-311-1/+7
* libbpf: handle symbol versioning properly for libbpf.aYonghong Song2019-09-303-11/+36
* tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan2019-09-301-1/+5
* libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko2019-09-261-6/+87
* libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-09-251-0/+1
* libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen2019-09-191-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-066-63/+113
|\
| * libbpf: add flags to umem configKevin Laatz2019-08-314-4/+62
| * libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk2019-08-212-35/+15
| * libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet2019-08-203-0/+8
| * libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet2019-08-201-13/+8
| * libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson2019-08-172-0/+10
| * libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko2019-08-152-12/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-15/+18
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-111-15/+18
| |\
| | * libbpf: set BTF FD for prog only when there is supported .BTF.ext dataAndrii Nakryiko2019-08-011-1/+5
| | * libbpf : make libbpf_num_possible_cpus function thread safeTakshak Chahande2019-07-311-7/+11
| | * libbpf: fix erroneous multi-closing of BTF FDAndrii Nakryiko2019-07-261-8/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-137-286/+1402
|\ \ \ | |/ / |/| |
| * | libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko2019-08-131-7/+57
| * | libbpf: implement BPF CO-RE offset relocation algorithmAndrii Nakryiko2019-08-072-18/+864
| * | libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko2019-08-073-42/+136
| * | libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko2019-08-073-221/+158
| * | libbpf: add helpers for working with BTF typesAndrii Nakryiko2019-08-071-0/+178
| * | tools/libbpf_probes: Add new devmap_hash typeToke Høiland-Jørgensen2019-07-291-0/+1
| * | libbpf: return previous print callback from libbpf_set_printAndrii Nakryiko2019-07-272-2/+5
| * | libbpf: provide more helpful message on uninitialized global varAndrii Nakryiko2019-07-231-3/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-063-19/+31
|\ \ \ | | |/ | |/|
| * | libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-07-251-2/+2
| * | libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-07-231-4/+3