Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 6 | -193/+228 |
2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-10-21 | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2 | -45/+37 |
2018-10-19 | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 1 | -6/+4 |
2018-10-19 | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 2 | -0/+14 |
2018-10-17 | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 4 | -148/+179 |
2018-10-16 | perf tools: Fix tracing_path_mount proper path | Jiri Olsa | 1 | -2/+2 |
2018-10-16 | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 3 | -9/+23 |
2018-10-10 | tools/bpf: use proper type and uapi perf_event.h header for libbpf | Yonghong Song | 2 | -5/+5 |
2018-10-08 | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause | Alexei Starovoitov | 13 | -62/+13 |
2018-10-04 | libbpf: Use __u32 instead of u32 in bpf_program__load | Andrey Ignatov | 2 | -2/+2 |
2018-10-04 | libbpf: Make include guards consistent | Andrey Ignatov | 5 | -15/+15 |
2018-10-04 | libbpf: Consistent prefixes for interfaces in str_error.h. | Andrey Ignatov | 3 | -11/+13 |
2018-10-04 | libbpf: Consistent prefixes for interfaces in nlattr.h. | Andrey Ignatov | 3 | -64/+69 |
2018-10-04 | libbpf: Consistent prefixes for interfaces in libbpf.h. | Andrey Ignatov | 2 | -27/+30 |
2018-10-04 | libbpf: Move __dump_nlmsg_t from API to implementation | Andrey Ignatov | 2 | -3/+3 |
2018-10-03 | libbpf: Support loading individual progs | Joe Stringer | 2 | -2/+5 |
2018-09-27 | libbpf: Support sk_skb/stream_{parser, verdict} section names | Andrey Ignatov | 1 | -0/+4 |
2018-09-27 | libbpf: Support cgroup_skb/{e,in}gress section names | Andrey Ignatov | 1 | -0/+4 |
2018-09-27 | libbpf: Introduce libbpf_attach_type_by_name | Andrey Ignatov | 2 | -39/+84 |
2018-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 8 | -143/+411 |
2018-09-18 | tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems | Arnaldo Carvalho de Melo | 4 | -11/+35 |
2018-09-14 | bpf: support flow dissector in libbpf and bpftool | Petar Penkov | 1 | -0/+2 |
2018-09-12 | tools/bpf: fix a netlink recv issue | Yonghong Song | 1 | -1/+8 |
2018-09-07 | tools/bpf: add more netlink functionalities in lib/bpf | Yonghong Song | 5 | -15/+238 |
2018-09-07 | tools/bpf: move bpf/lib netlink related functions into a new file | Yonghong Song | 3 | -130/+166 |
2018-09-06 | libbpf: Remove the duplicate checking of function storage | Taeung Song | 1 | -1/+1 |
2018-08-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 20 | -1115/+1016 |
2018-08-20 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) | 7 | -106/+7 |
2018-08-18 | Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm... | Ingo Molnar | 16 | -1009/+1009 |
2018-08-13 | tools lib traceevent: Rename static variables and functions in event-parse.c | Tzvetomir Stoyanov (VMware) | 1 | -27/+27 |
2018-08-13 | tools lib traceevent: Rename various pevent APIs | Tzvetomir Stoyanov (VMware) | 3 | -21/+21 |
2018-08-13 | tools lib traceevent: Rename internal parser related APIs | Tzvetomir Stoyanov (VMware) | 3 | -26/+26 |
2018-08-13 | tools lib traceevent: Rename various pevent get/set/is APIs | Tzvetomir Stoyanov (VMware) | 3 | -11/+11 |
2018-08-13 | tools lib traceevent: Rename pevent_find_* APIs | Tzvetomir Stoyanov (VMware) | 5 | -25/+25 |
2018-08-13 | tools lib traceevent: Rename pevent field APIs | Tzvetomir Stoyanov (VMware) | 5 | -60/+60 |
2018-08-13 | tools lib traceevent: Rename pevent_data_ APIs | Tzvetomir Stoyanov (VMware) | 3 | -36/+36 |
2018-08-13 | tools lib traceevent: Rename pevent_register / unregister APIs | Tzvetomir Stoyanov (VMware) | 12 | -179/+179 |
2018-08-13 | tools lib traceevent: Rename pevent_filter* APIs | Tzvetomir Stoyanov (VMware) | 2 | -67/+67 |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs | Tzvetomir Stoyanov (VMware) | 3 | -24/+24 |
2018-08-13 | tools lib traceevent: Rename pevent_function* APIs | Tzvetomir Stoyanov (VMware) | 7 | -66/+66 |
2018-08-13 | tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ... | Tzvetomir Stoyanov (VMware) | 5 | -133/+133 |
2018-08-13 | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' | Tzvetomir Stoyanov (VMware) | 3 | -8/+8 |
2018-08-13 | tools lib traceevent, perf tools: Rename traceevent_* APIs | Tzvetomir Stoyanov (VMware) | 2 | -8/+8 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) | 2 | -11/+11 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_register_* APIs | Tzvetomir Stoyanov (VMware) | 3 | -9/+9 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 5 | -40/+40 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) | 5 | -84/+84 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) | 2 | -20/+20 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 6 | -49/+49 |