summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-04-261-4/+12
* libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko2021-04-261-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-258-366/+1433
|\
| * libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko2021-04-231-0/+132
| * libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko2021-04-231-59/+790
| * libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko2021-04-231-0/+7
| * libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko2021-04-231-9/+40
| * libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko2021-04-233-18/+16
| * libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko2021-04-231-106/+127
| * libbpf: Refactor BTF map definition parsingAndrii Nakryiko2021-04-232-111/+178
| * libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko2021-04-231-36/+22
| * libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko2021-04-234-6/+58
| * libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko2021-04-231-2/+9
| * libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest2021-04-191-0/+18
| * libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-04-191-11/+29
| * libbpf: Remove unused field.Alexei Starovoitov2021-04-151-14/+1
| * libbpf: Add bpf_map__inner_map APIAndrii Nakryiko2021-04-083-0/+12
| * libbpf: Fix KERNEL_VERSION macroHengqi Chen2021-04-051-1/+1
| * libbpf: Remove redundant semi-colonYang Yingliang2021-04-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+3
|\ \
| * | libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-21/+38
|\| | | |/ |/|
| * libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| * libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23
| * libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-011-0/+3
| * libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-03-251-1/+1
* | libbpf: xsk: Use bpf_linkMaciej Fijalkowski2021-03-301-45/+213
* | libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko2021-03-301-8/+16
* | libbpf: Support extern kernel functionMartin KaFai Lau2021-03-261-12/+162
* | libbpf: Record extern sym relocation firstMartin KaFai Lau2021-03-261-29/+34
* | libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau2021-03-261-3/+3
* | libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau2021-03-261-11/+33
* | libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau2021-03-261-57/+67
* | libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko2021-03-261-1/+12
* | libbpf: Add bpf object kern_version attribute setterRafael David Tinoco2021-03-253-0/+12
* | libbpf: Constify few bpf_program gettersAndrii Nakryiko2021-03-262-4/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-2515-476/+2631
|\ \
| * | libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko2021-03-221-0/+3
| * | libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh2021-03-191-0/+1
| * | libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko2021-03-181-2/+767
| * | libbpf: Add BPF static linker APIsAndrii Nakryiko2021-03-186-11/+1215
| * | libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko2021-03-183-0/+51
| * | libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko2021-03-184-195/+259
| * | libbpf: Rename internal memory-management helpersAndrii Nakryiko2021-03-184-21/+21
| * | libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2021-03-182-172/+228
| * | libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2021-03-182-1/+6
| * | libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.hAndrii Nakryiko2021-03-171-1/+15