aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
Commit message (Expand)AuthorAge
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-03
* libbpf: support sockopt hooksStanislav Fomichev2019-06-27
* libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-26
* libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-20
|\
| * libbpf: constify getter APIsAndrii Nakryiko2019-06-18
| * libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-17
| * libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-17
| * libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-17
| * libbpf: refactor map initializationAndrii Nakryiko2019-06-17
| * libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-17
| * libbpf: extract BTF loading logicAndrii Nakryiko2019-06-17
| * libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-14
| * bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\ \ | |/ |/|
| * bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-06
| * libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-31
* | libbpf: reduce unnecessary line wrappingAndrii Nakryiko2019-05-29
* | libbpf: typo and formatting fixesAndrii Nakryiko2019-05-29
* | libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-29
* | libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-29
* | libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-29
* | libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-29
* | libbpf: simplify endianness checkAndrii Nakryiko2019-05-29
* | libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-29
* | libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-29
* | libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet2019-05-29
* | libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-28
* | libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-05-28
* | libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-24
|/
* libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-16
* libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-15
* libbpf: detect supported kernel BTF features and sanitize BTFAndrii Nakryiko2019-05-12
* tools: sync bpf.hMatt Mullins2019-04-26
* bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann2019-04-25
* bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann2019-04-25
* libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-16
* libbpf: Support sysctl hookAndrey Ignatov2019-04-12
* libbpf: Fix build with gcc-8Andrey Ignatov2019-04-11
* bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-09
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-09
* bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-09
* libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-07
* libbpf: teach libbpf about log_level bit 2Alexei Starovoitov2019-04-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-27
|\
| * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-11
* | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-22
|\ \ | |/ |/|
| * tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-19
| * perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-19
* | bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-08
|/