Age | Commit message (Expand) | Author |
2018-10-15 | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend |
2018-10-09 | tools/bpf: use proper type and uapi perf_event.h header for libbpf | Yonghong Song |
2018-10-08 | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause | Alexei Starovoitov |
2018-10-04 | libbpf: Use __u32 instead of u32 in bpf_program__load | Andrey Ignatov |
2018-10-04 | libbpf: Make include guards consistent | Andrey Ignatov |
2018-10-04 | libbpf: Consistent prefixes for interfaces in str_error.h. | Andrey Ignatov |
2018-10-04 | libbpf: Consistent prefixes for interfaces in nlattr.h. | Andrey Ignatov |
2018-10-04 | libbpf: Consistent prefixes for interfaces in libbpf.h. | Andrey Ignatov |
2018-10-04 | libbpf: Move __dump_nlmsg_t from API to implementation | Andrey Ignatov |
2018-10-03 | libbpf: Support loading individual progs | Joe Stringer |
2018-09-27 | libbpf: Support sk_skb/stream_{parser, verdict} section names | Andrey Ignatov |
2018-09-27 | libbpf: Support cgroup_skb/{e,in}gress section names | Andrey Ignatov |
2018-09-27 | libbpf: Introduce libbpf_attach_type_by_name | Andrey Ignatov |
2018-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-09-18 | tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems | Arnaldo Carvalho de Melo |
2018-09-14 | bpf: support flow dissector in libbpf and bpftool | Petar Penkov |
2018-09-11 | tools/bpf: fix a netlink recv issue | Yonghong Song |
2018-09-06 | tools/bpf: add more netlink functionalities in lib/bpf | Yonghong Song |
2018-09-06 | tools/bpf: move bpf/lib netlink related functions into a new file | Yonghong Song |
2018-09-05 | libbpf: Remove the duplicate checking of function storage | Taeung Song |
2018-08-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-08-20 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) |
2018-08-18 | Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm... | Ingo Molnar |
2018-08-13 | tools lib traceevent: Rename static variables and functions in event-parse.c | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename various pevent APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename internal parser related APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename various pevent get/set/is APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent_find_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent field APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent_data_ APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent_register / unregister APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent_filter* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent: Rename pevent_function* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ... | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_register_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent plugin related APIs | Tzvetomir Stoyanov (VMware) |
2018-08-13 | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-11 | bpf: Test BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau |
2018-08-11 | bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau |