summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAgeFilesLines
* libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-051-0/+17
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-031-4/+4
* libbpf: support sockopt hooksStanislav Fomichev2019-06-281-0/+5
* libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-261-1/+1
* libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-251-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-238/+689
|\
| * libbpf: constify getter APIsAndrii Nakryiko2019-06-191-39/+41
| * libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-181-9/+344
| * libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
| * libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
| * libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133
| * libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-181-24/+20Star
| * libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
| * libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-151-4/+5
| * bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-111-0/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-12/+20
|\ \ | |/ |/|
| * bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-071-0/+4
| * libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-06-011-12/+16
* | libbpf: reduce unnecessary line wrappingAndrii Nakryiko2019-05-301-36/+16Star
* | libbpf: typo and formatting fixesAndrii Nakryiko2019-05-301-8/+7Star
* | libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-301-3/+1Star
* | libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-301-6/+7
* | libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-301-1/+1
* | libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-301-0/+5
* | libbpf: simplify endianness checkAndrii Nakryiko2019-05-301-25/+12Star
* | libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-301-4/+4
* | libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-301-5/+7
* | libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet2019-05-291-1/+1
* | libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-281-3/+17
* | libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-05-281-3/+1Star
* | libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-251-0/+3
|/
* libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-161-1/+0Star
* libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
* libbpf: detect supported kernel BTF features and sanitize BTFAndrii Nakryiko2019-05-131-1/+129
* tools: sync bpf.hMatt Mullins2019-04-271-0/+1
* bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann2019-04-251-3/+3
* bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann2019-04-251-13/+86
* libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-171-1/+1
* libbpf: Support sysctl hookAndrey Ignatov2019-04-121-0/+3
* libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
* bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-101-19/+131
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-101-47/+295
* bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-101-30/+32
* libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-071-0/+5
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-041-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-3/+10
|\
| * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-1/+252
|\ \ | |/ |/|
| * tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-191-0/+251
| * perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1