- e856795 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- bb059fb selftests: pmtu: Add optional traffic captures for single tests by Stefano Brivio · 6 years ago
- 55bbc8f selftests: pmtu: Allow selection of single tests by Stefano Brivio · 6 years ago
- 0b592b5a tools: bpftool: add map create command by Jakub Kicinski · 6 years ago
- c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
- b7d3826 bpf: bpftool, add support for attaching programs to maps by John Fastabend · 6 years ago
- e9dd904 bpf: add tls support for testing in test_sockmap by John Fastabend · 6 years ago
- d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 90ad184 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Greg Kroah-Hartman · 6 years ago
- 9dffa76 selftests: use posix-style redirection in ip_defrag.sh by Paolo Abeni · 6 years ago
- 12a2ea9 selftests: udpgso_bench.sh explicitly requires bash by Paolo Abeni · 6 years ago
- 3c718e6 selftests: rtnetlink.sh explicitly requires bash. by Paolo Abeni · 6 years ago
- 6302aad Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
- ef4ab84 selftests: bpf: install script with_addr.sh by Anders Roxell · 6 years ago
- d3c72d7 selftests: bpf: add config fragment LWTUNNEL by Anders Roxell · 6 years ago
- c850616 bpftool: Allow add linker flags via EXTRA_LDFLAGS variable by Jiri Olsa · 6 years ago
- 0ef6bf3 bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable by Jiri Olsa · 6 years ago
- 9701525 selftests: mlxsw: qos_mc_aware: Make executable by Petr Machata · 6 years ago
- 3728090 selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too by Petr Machata · 6 years ago
- 438363c tools/bpf: use proper type and uapi perf_event.h header for libbpf by Yonghong Song · 6 years ago
- 97396ff selftests/bpf: add XDP selftests for modifying and popping VLAN headers by Jesper Dangaard Brouer · 6 years ago
- 4f77544 bpf: make TC vlan bpf_helpers avail to selftests by Jesper Dangaard Brouer · 6 years ago
- 7c85c44 selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog by Prashant Bhole · 6 years ago
- 908142e selftests/bpf: test_verifier, change names of fixup maps by Prashant Bhole · 6 years ago
- 8ec92dc tools/bpf: bpftool, print strerror when map lookup error occurs by Prashant Bhole · 6 years ago
- 18a781d tools/bpf: bpftool, split the function do_dump() by Prashant Bhole · 6 years ago
- 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- e44e428 selftests: pmtu: add basic IPv4 and IPv6 PMTU tests by Sabrina Dubroca · 6 years ago
- 72ebddd selftests: pmtu: extend MTU parsing helper to locked MTU by Sabrina Dubroca · 6 years ago
- 1e0a7207 selftests: pmtu: Introduce check_pmtu_value() by Stefano Brivio · 6 years ago
- 1bc38b8 libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause by Alexei Starovoitov · 6 years ago
- fb1c592 Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Greg Kroah-Hartman · 6 years ago
- 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 247373b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
- 6f84749 selftests: net: Clean up an unused variable by Jakub Sitnicki · 6 years ago
- 4c2d39b tc-testing: use a plugin to build eBPF program by Davide Caratti · 6 years ago
- cf5eafb tc-testing: fix build of eBPF programs by Davide Caratti · 6 years ago
- 226407d fib_tests: Add tests for invalid metric on route by David Ahern · 6 years ago
- c1883f1 Merge tag 'perf-urgent-for-mingo-4.19-20181005' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
- 08b297b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Greg Kroah-Hartman · 6 years ago
- 7a8a8fc perf record: Use unmapped IP for inline callchain cursors by Milian Wolff · 6 years ago
- 05a2f54 perf python: Use -Wno-redundant-decls to build with PYTHON=python3 by Arnaldo Carvalho de Melo · 6 years ago
- a0e11da fib_tests: Add tests for metrics on routes by David Ahern · 6 years ago
- e5b0863 libbpf: Use __u32 instead of u32 in bpf_program__load by Andrey Ignatov · 6 years ago
- eff8190 libbpf: Make include guards consistent by Andrey Ignatov · 6 years ago
- 24d6a80 libbpf: Consistent prefixes for interfaces in str_error.h. by Andrey Ignatov · 6 years ago
- f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
- aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
- 434fe9d libbpf: Move __dump_nlmsg_t from API to implementation by Andrey Ignatov · 6 years ago
- 02e4256 x86/vdso: Fix vDSO syscall fallback asm constraint regression by Andy Lutomirski · 6 years ago
- 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 95773dc Merge tag 'linux-kselftest-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Greg Kroah-Hartman · 6 years ago
- de375f4 selftests/bpf: Add C tests for reference tracking by Joe Stringer · 6 years ago
- 29cd77f libbpf: Support loading individual progs by Joe Stringer · 6 years ago
- b584ab8 selftests/bpf: Add tests for reference tracking by Joe Stringer · 6 years ago
- 0c58607 selftests/bpf: Generalize dummy program types by Joe Stringer · 6 years ago
- 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
- 9d2be44 bpf: Reuse canonical string formatter for ctx errs by Joe Stringer · 6 years ago
- aad2eea bpf: Simplify ptr_min_max_vals adjustment by Joe Stringer · 6 years ago
- 7c03e70 selftests/x86: Add clock_gettime() tests to test_vdso by Andy Lutomirski · 6 years ago
- 0ed3015 selftests/tls: Fix recv(MSG_PEEK) & splice() test cases by Vakul Garg · 6 years ago
- 371e4fc selftests/bpf: cgroup local storage-based network counters by Roman Gushchin · 6 years ago
- 919646d selftests/bpf: extend the storage test to test per-cpu cgroup storage by Roman Gushchin · 6 years ago
- a3c6054 selftests/bpf: add verifier per-cpu cgroup storage tests by Roman Gushchin · 6 years ago
- e548709 bpftool: add support for PERCPU_CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
- 25025e0 bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h by Roman Gushchin · 6 years ago
- fe804cd tools/kvm_stat: cut down decimal places in update interval dialog by Stefan Raspl · 6 years ago
- c2d68af tools: hv: fcopy: set 'error' in case an unknown operation was requested by Vitaly Kuznetsov · 6 years ago
- f005de0 Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Greg Kroah-Hartman · 6 years ago
- a804e5e selftests: forwarding: test for bridge sticky flag by Nikolay Aleksandrov · 6 years ago
- 7e0cf1c selftests/powerpc: Fix Makefiles for headers_install change by Michael Ellerman · 6 years ago
- 370920c selftests/bpf: Test libbpf_{prog,attach}_type_by_name by Andrey Ignatov · 6 years ago
- c9bf507 selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie by Andrey Ignatov · 6 years ago
- c6f6851 libbpf: Support sk_skb/stream_{parser, verdict} section names by Andrey Ignatov · 6 years ago
- bafa7af libbpf: Support cgroup_skb/{e,in}gress section names by Andrey Ignatov · 6 years ago
- 956b620 libbpf: Introduce libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
- 53d6eb0 bpftool: Fix bpftool net output by Andrey Ignatov · 6 years ago
- ff4ce28 perf report: Don't try to map ip to invalid map by Milian Wolff · 6 years ago
- ce01a15 rseq/selftests: fix parametrized test with -fpie by Mathieu Desnoyers · 6 years ago
- 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 7ea3c40 bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps by Roman Gushchin · 6 years ago
- d005efe perf script python: Fix export-to-sqlite.py sample columns by Adrian Hunter · 6 years ago
- 25e1170 perf script python: Fix export-to-postgresql.py occasional failure by Adrian Hunter · 6 years ago
- 2dd68cc Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net by Greg Kroah-Hartman · 6 years ago
- 52890d2a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Greg Kroah-Hartman · 6 years ago
- bccc171 selftests/net: add ipv6 tests to ip_defrag selftest by Peter Oskolkov · 6 years ago
- 5028027 bpf: test_maps, only support ESTABLISHED socks by John Fastabend · 6 years ago
- a27fb6d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Greg Kroah-Hartman · 6 years ago
- b5638d4 selftests: mlxsw: Add a test for UC behavior under MC flood by Petr Machata · 6 years ago
- a381ed1 selftests: forwarding: lib: Add mtu_set(), mtu_restore() by Petr Machata · 6 years ago
- 3136a36 selftests: forwarding: lib: Add ethtool_stats_get() by Petr Machata · 6 years ago
- 8b56ee9 kvm: selftests: Add platform_info_test by Drew Schmitt · 6 years ago
- 6bd317d kvm: selftests: use -pthread instead of -lpthread by Lei Yang · 6 years ago
- 080220b tools: bpf: fix license for a compat header file by Jakub Kicinski · 6 years ago
- 5d05dfd1 Merge tag 'perf-urgent-for-mingo-4.19-20180918' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
- 0a286af selftests: pmtu: properly redirect stderr to /dev/null by Sabrina Dubroca · 6 years ago
- e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 7900efc tools/bpf: bpftool: improve output format for bpftool net by Yonghong Song · 6 years ago
- 169e366 perf Documentation: Fix out-of-tree asciidoctor man page generation by Ben Hutchings · 6 years ago