| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-10-23 | libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program |  Björn Töpel | 1 | -10/+32 |
| 2019-10-22 | libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration |  Andrii Nakryiko | 2 | -9/+14 |
| 2019-10-21 | libbpf: Teach bpf_object__open to guess program types |  Andrii Nakryiko | 1 | -29/+36 |
| 2019-10-21 | libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes |  Andrii Nakryiko | 1 | -0/+4 |
| 2019-10-21 | libbpf: Add bpf_program__get_{type, expected_attach_type) APIs |  Andrii Nakryiko | 3 | -0/+18 |
| 2019-10-21 | tools, bpf: Rename pr_warning to pr_warn to align with kernel logging |  Kefeng Wang | 5 | -393/+386 |
| 2019-10-20 | scripts/bpf: Print an error when known types list needs updating |  Jakub Sitnicki | 1 | -0/+3 |
| 2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 4 | -13/+49 |
| 2019-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 3 | -12/+41 |
| 2019-10-18 | bpf, libbpf: Add kernel version section parsing back |  John Fastabend | 1 | -1/+20 |
| 2019-10-18 | tools lib api: Renaming pr_warning to pr_warn |  Kefeng Wang | 3 | -6/+6 |
| 2019-10-17 | libbpf: Auto-detect btf_id of BTF-based raw_tracepoints |  Alexei Starovoitov | 2 | -6/+35 |
| 2019-10-15 | libbpf: Add BPF-side definitions of supported field relocation kinds |  Andrii Nakryiko | 1 | -1/+23 |
| 2019-10-15 | libbpf: Add support for field existance CO-RE relocation |  Andrii Nakryiko | 2 | -17/+61 |
| 2019-10-15 | libbpf: Refactor bpf_object__open APIs to use common opts |  Andrii Nakryiko | 1 | -36/+35 |
| 2019-10-15 | libbpf: Update BTF reloc support to latest Clang format |  Andrii Nakryiko | 4 | -29/+40 |
| 2019-10-12 | libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets |  Ivan Khoronzhuk | 1 | -3/+4 |
| 2019-10-12 | libbpf: Don't use cxx to test_libpf target |  Ivan Khoronzhuk | 2 | -19/+13 |
| 2019-10-11 | libbpf: Handle invalid typedef emitted by old GCC |  Andrii Nakryiko | 1 | -0/+11 |
| 2019-10-11 | libbpf: Generate more efficient BPF_CORE_READ code |  Andrii Nakryiko | 1 | -2/+2 |
| 2019-10-09 | libbpf: Fix passing uninitialized bytes to setsockopt |  Ilya Maximets | 1 | -0/+1 |
| 2019-10-09 | libbpf: Fix struct end padding in btf_dump |  Andrii Nakryiko | 1 | -1/+7 |
| 2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() |  Qian Cai | 4 | -12/+11 |
| 2019-10-08 | libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers |  Andrii Nakryiko | 3 | -24/+178 |
| 2019-10-08 | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf |  Andrii Nakryiko | 5 | -4/+335 |
| 2019-10-07 | Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent |  Ingo Molnar | 1 | -1/+7 |
| 2019-10-05 | libbpf: Add cscope and tags targets to Makefile |  Toke Høiland-Jørgensen | 2 | -1/+14 |
| 2019-10-05 | libbpf: fix bpf_object__name() to actually return object name |  Andrii Nakryiko | 1 | -1/+1 |
| 2019-10-05 | libbpf: add bpf_object__open_{file, mem} w/ extensible opts |  Andrii Nakryiko | 4 | -22/+146 |
| 2019-10-05 | libbpf: stop enforcing kern_version, populate it for users |  Andrii Nakryiko | 2 | -79/+23 |
| 2019-10-02 | libbpf: Bump current version to v0.0.6 |  Andrii Nakryiko | 1 | -0/+3 |
| 2019-09-30 | libbpf: handle symbol versioning properly for libbpf.a |  Yonghong Song | 3 | -11/+36 |
| 2019-09-30 | tools: bpf: Use !building_out_of_srctree to determine srctree |  Shuah Khan | 1 | -1/+5 |
| 2019-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 2 | -17/+88 |
| 2019-09-27 | libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature |  Ian Rogers | 1 | -1/+7 |
| 2019-09-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 21 | -116/+507 |
| 2019-09-26 | libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions |  Andrii Nakryiko | 1 | -6/+87 |
| 2019-09-25 | rbtree: avoid generating code twice for the cached versions (tools copy) |  Michel Lespinasse | 1 | -34/+3 |
| 2019-09-25 | libbpf: fix false uninitialized variable warning |  Andrii Nakryiko | 1 | -0/+1 |
| 2019-09-25 | libtraceevent: Man pages for tep plugins APIs |  Tzvetomir Stoyanov | 1 | -0/+99 |
| 2019-09-25 | libtraceevent: Move traceevent plugins in its own subdirectory |  Tzvetomir Stoyanov (VMware) | 14 | -89/+248 |
| 2019-09-25 | libtraceevent: Add tep_get_event() in event-parse.h |  Tzvetomir Stoyanov (VMware) | 1 | -0/+2 |
| 2019-09-25 | libtraceevent: Man pages fix, changes in event printing APIs |  Tzvetomir Stoyanov (VMware) | 1 | -12/+1 |
| 2019-09-25 | libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref() |  Tzvetomir Stoyanov (VMware) | 2 | -5/+5 |
| 2019-09-25 | libtraceevent: Man pages for libtraceevent event print related API |  Tzvetomir Stoyanov | 1 | -0/+130 |
| 2019-09-25 | libtraceevent: Round up in tep_print_event() time precision |  Steven Rostedt (VMware) | 1 | -1/+3 |
| 2019-09-20 | tools lib traceevent: Convert remaining %p[fF] users to %p[sS] |  Sakari Ailus | 2 | -9/+19 |
| 2019-09-19 | libbpf: Remove getsockopt() check for XDP_OPTIONS |  Toke Høiland-Jørgensen | 1 | -11/+0 |
| 2019-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 13 | -349/+1515 |
| 2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 6 | -63/+113 |