Age | Commit message (Expand) | Author |
2019-10-21 | selftest/bpf: Get rid of a bunch of explicit BPF program type setting | Andrii Nakryiko |
2019-10-21 | selftests/bpf: Make reference_tracking test use subtests | Andrii Nakryiko |
2019-10-21 | selftests/bpf: Make a copy of subtest name | Andrii Nakryiko |
2019-10-21 | libbpf: Teach bpf_object__open to guess program types | Andrii Nakryiko |
2019-10-21 | libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes | Andrii Nakryiko |
2019-10-21 | libbpf: Add bpf_program__get_{type, expected_attach_type) APIs | Andrii Nakryiko |
2019-10-21 | tools: Sync if_link.h | Andrii Nakryiko |
2019-10-21 | tools, bpf: Rename pr_warning to pr_warn to align with kernel logging | Kefeng Wang |
2019-10-20 | scripts/bpf: Print an error when known types list needs updating | Jakub Sitnicki |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-10-19 | mm/gup_benchmark: add a missing "w" to getopt string | John Hubbard |
2019-10-18 | selftests/bpf: More compatible nc options in test_tc_edt | Jiri Benc |
2019-10-18 | bpf, libbpf: Add kernel version section parsing back | John Fastabend |
2019-10-18 | selftests: mlxsw: Add Spectrum-2 target scale for tc flower scale test | Danielle Ratson |
2019-10-18 | selftests: mlxsw: Add a resource scale test for Spectrum-2 | Danielle Ratson |
2019-10-18 | selftests: mlxsw: Add Spectrum-2 mirror-to-gretap target scale test | Danielle Ratson |
2019-10-18 | selftests: mlxsw: Generalize the parameters of mirror_gre test | Danielle Ratson |
2019-10-17 | selftest/bpf: Remove test_libbpf.sh and test_libbpf_open | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongs | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Replace test_progs and test_maps w/ general rule | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Add simple per-test targets to Makefile | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Switch test_maps to test_progs' test.h format | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Teach test_progs to cd into subdir | Andrii Nakryiko |
2019-10-17 | selftests/bpf: Restore the netns after flow dissector reattach test | Jakub Sitnicki |
2019-10-17 | selftests/bpf: Add kfree_skb raw_tp test | Alexei Starovoitov |
2019-10-17 | bpf: Check types of arguments passed into helpers | Alexei Starovoitov |
2019-10-17 | libbpf: Auto-detect btf_id of BTF-based raw_tracepoints | Alexei Starovoitov |
2019-10-17 | bpf: Add attach_btf_id attribute to program load | Alexei Starovoitov |
2019-10-16 | perf kmem: Fix memory leak in compact_gfp_flags() | Yunfeng Ye |
2019-10-15 | tc-testing: updated pedit test cases | Roman Mashak |
2019-10-15 | selftests: bpf: Don't try to read files without read permission | Jiri Pirko |
2019-10-15 | selftests: bpf: Add selftest for __sk_buff tstamp | Stanislav Fomichev |
2019-10-15 | selftests/bpf: Add field existence CO-RE relocs tests | Andrii Nakryiko |
2019-10-15 | libbpf: Add BPF-side definitions of supported field relocation kinds | Andrii Nakryiko |
2019-10-15 | libbpf: Add support for field existance CO-RE relocation | Andrii Nakryiko |
2019-10-15 | libbpf: Refactor bpf_object__open APIs to use common opts | Andrii Nakryiko |
2019-10-15 | libbpf: Update BTF reloc support to latest Clang format | Andrii Nakryiko |
2019-10-15 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2019-10-15 | tools headers UAPI: Sync sched.h with the kernel | Arnaldo Carvalho de Melo |
2019-10-15 | tools headers kvm: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo |
2019-10-15 | tools headers kvm: Sync kvm headers with the kernel sources | Arnaldo Carvalho de Melo |
2019-10-15 | tools headers kvm: Sync kvm headers with the kernel sources | Arnaldo Carvalho de Melo |
2019-10-15 | perf c2c: Fix memory leak in build_cl_output() | Yunfeng Ye |
2019-10-15 | perf tools: Fix mode setting in copyfile_mode_ns() | Adrian Hunter |
2019-10-15 | perf annotate: Fix multiple memory and file descriptor leaks | Gustavo A. R. Silva |
2019-10-15 | perf tools: Fix resource leak of closedir() on the error paths | Yunfeng Ye |
2019-10-15 | perf evlist: Fix fix for freed id arrays | Andi Kleen |
2019-10-15 | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy() | Thomas Richter |