summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-163-21/+34
|\
| * libbpf: Perform map fd cleanup for gen_loader in case of errorKumar Kartikeya Dwivedi2021-11-123-21/+34
* | tools/lib/lockdep: drop liblockdepSasha Levin2021-11-1237-1211/+0
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-1/+3
|\
| * libbpf: Fix lookup_and_delete_elem_flags error reportingMehrdad Arshad Rad2021-11-051-1/+3
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-0624-1191/+2805
|\|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-0119-794/+1762
| |\
| | * libbpf: Deprecate AF_XDP supportMagnus Karlsson2021-11-011-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-285-10/+10
| | * libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi2021-10-282-13/+46
| | * libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-281-3/+32
| | * libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-283-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-255-15/+15
| | * libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich2021-10-251-1/+1
| | * libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko2021-10-251-0/+1
| | * libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko2021-10-252-10/+18
| | * libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko2021-10-253-4/+46
| | * libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko2021-10-251-1/+1
| | * libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-10-221-3/+9
| | * libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-10-221-2/+2
| | * libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev2021-10-222-2/+14
| | * libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen2021-10-226-50/+64
| | * libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-10-221-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-211-0/+10
| | * libbpf: Support multiple .rodata.* and .data.* BPF mapsAndrii Nakryiko2021-10-211-29/+101
| | * libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss mapsAndrii Nakryiko2021-10-211-120/+140
| | * libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko2021-10-213-162/+196
| | * libbpf: Extract ELF processing state into separate structAndrii Nakryiko2021-10-211-36/+34
| | * libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko2021-10-214-102/+102
| | * libbpf: Fix ptr_is_aligned() usagesIlya Leoshkevich2021-10-211-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-191-6/+0
| | * bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-186-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-053-58/+280
| | * libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi2021-10-051-11/+13
| | * libbpf: Support kernel module function callsKumar Kartikeya Dwivedi2021-10-054-24/+72
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-6/+7
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-1/+3
| |\ \ \ | | |_|/ | |/| |