summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-0219-794/+1762
|\
| * libbpf: Deprecate AF_XDP supportMagnus Karlsson2021-11-021-38/+52
| * riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel2021-11-011-0/+32
| * libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi2021-10-295-10/+10
| * libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi2021-10-292-13/+46
| * libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-291-3/+32
| * libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-293-23/+99
| * libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong2021-10-287-9/+91
| * libbpf: Deprecate bpf_objects_listJoe Burton2021-10-273-2/+15
| * libbpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-265-15/+15
| * libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich2021-10-261-1/+1
| * libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko2021-10-261-0/+1
| * libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko2021-10-262-10/+18
| * libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko2021-10-263-4/+46
| * libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko2021-10-261-1/+1
| * libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-10-231-3/+9
| * libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-10-231-2/+2
| * libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev2021-10-232-2/+14
| * libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen2021-10-236-50/+64
| * libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-10-231-2/+4
| * libbpf: Fix the use of aligned attributeAndrii Nakryiko2021-10-221-1/+1
| * libbpf: Simplify look up by name of internal mapsAndrii Nakryiko2021-10-221-0/+10
| * libbpf: Support multiple .rodata.* and .data.* BPF mapsAndrii Nakryiko2021-10-221-29/+101
| * libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss mapsAndrii Nakryiko2021-10-221-120/+140
| * libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko2021-10-223-162/+196
| * libbpf: Extract ELF processing state into separate structAndrii Nakryiko2021-10-221-36/+34
| * libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko2021-10-224-102/+102
| * libbpf: Fix ptr_is_aligned() usagesIlya Leoshkevich2021-10-221-8/+12
| * libbpf: Fix dumping non-aligned __int128Ilya Leoshkevich2021-10-201-3/+6
| * libbpf: Fix dumping big-endian bitfieldsIlya Leoshkevich2021-10-201-8/+7
| * libbpf: Migrate internal use of bpf_program__get_prog_info_linearDave Marchevsky2021-10-201-12/+10
| * libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet2021-10-201-6/+0
| * bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-196-42/+42
| * libbpf: Support detecting and attaching of writable tracepoint programHou Tao2021-10-081-5/+21
| * libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet2021-10-081-9/+18
| * libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen2021-10-063-12/+51
| * libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen2021-10-062-3/+6
| * bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2021-10-061-2/+2
| * libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko2021-10-063-2/+135
| * libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi2021-10-063-58/+280
| * libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi2021-10-061-11/+13
| * libbpf: Support kernel module function callsKumar Kartikeya Dwivedi2021-10-064-24/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-6/+7
|\ \
| * | libperf tests: Fix test_stat_cpuShunsuke Nakamura2021-10-142-6/+6
| * | libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura2021-10-141-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-082-1/+3
|\| | | |/ |/|
| * libbpf: Fix memory leak in strsetAndrii Nakryiko2021-10-011-0/+1
| * libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi2021-09-301-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-027-362/+631
|\ \
| * | libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen2021-10-021-0/+24