1. fc4c93f selftests: add basic netdevsim devlink flash testing by Jiri Pirko · 6 years ago
  2. 6345266 selftests: Add test cases for nexthop objects by David Ahern · 6 years ago
  3. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  4. cd53850 selftests/bpf: measure RTT from xdp using xdping by Alan Maguire · 6 years ago
  5. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 036e343 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  7. 10fbcdd selftests/net: add TFO key rotation selftest by Jason Baron · 6 years ago
  8. 24ec483 net: sched: Introduce act_ctinfo action by Kevin 'ldir' Darbyshire-Bryant · 6 years ago
  9. 399dc65 libbpf: reduce unnecessary line wrapping by Andrii Nakryiko · 6 years ago
  10. 76e1022 libbpf: typo and formatting fixes by Andrii Nakryiko · 6 years ago
  11. 7e8c328 libbpf: simplify two pieces of logic by Andrii Nakryiko · 6 years ago
  12. fba01a0 libbpf: use negative fd to specify missing BTF by Andrii Nakryiko · 6 years ago
  13. f102154 libbpf: fix error code returned on corrupted ELF by Andrii Nakryiko · 6 years ago
  14. c51829b libbpf: check map name retrieved from ELF by Andrii Nakryiko · 6 years ago
  15. 12ef563 libbpf: simplify endianness check by Andrii Nakryiko · 6 years ago
  16. be5c5d4 libbpf: preserve errno before calling into user callback by Andrii Nakryiko · 6 years ago
  17. 8ca990c libbpf: fix detection of corrupted BPF instructions section by Andrii Nakryiko · 6 years ago
  18. 2b28601 Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  19. 501b125 libbpf: prevent overwriting of log_level in bpf_object__load_progs() by Quentin Monnet · 6 years ago
  20. fe937ea selftests/bpf: fix compilation error for flow_dissector.c by Alan Maguire · 6 years ago
  21. 3fb321f selftests/net: ipv6 flowlabel by Willem de Bruijn · 6 years ago
  22. 73f51d1 selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu by Stefano Brivio · 6 years ago
  23. d550659 selftests/bpf: add auto-detach test by Roman Gushchin · 6 years ago
  24. 596092e selftests/bpf: enable all available cgroup v2 controllers by Roman Gushchin · 6 years ago
  25. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  26. 486d3f2 selftests/bpf: fail test_tunnel.sh if subtests fail by Stanislav Fomichev · 6 years ago
  27. 55d7780 tools: bpftool: make -d option print debug output from verifier by Quentin Monnet · 6 years ago
  28. 60276f9 libbpf: add bpf_object__load_xattr() API function to pass log_level by Quentin Monnet · 6 years ago
  29. 775bc8a tools: bpftool: add -d option to get debug output from libbpf by Quentin Monnet · 6 years ago
  30. d98363b libbpf: fix warning that PTR_ERR_OR_ZERO can be used by Hariprasad Kelam · 6 years ago
  31. 92bd682 bpf: style fix in while(!feof()) loop by Chang-Hsien Tsai · 6 years ago
  32. 0d97dac bpftool: auto-complete BTF IDs for btf dump by Andrii Nakryiko · 6 years ago
  33. 99513cf selftest: Fixes for icmp_redirect test by David Ahern · 6 years ago
  34. 043556d selftests/tls: add test for sleeping even though there is data by Jakub Kicinski · 6 years ago
  35. 7718a85 selftests/tls: test for lowat overshoot with multiple records by Jakub Kicinski · 6 years ago
  36. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  37. 9d120b4 selftests: bpf: enable hi32 randomization for all tests by Jiong Wang · 6 years ago
  38. f3b55ab selftests: bpf: adjust several test_verifier helpers for insn insertion by Jiong Wang · 6 years ago
  39. 0465619 libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr by Jiong Wang · 6 years ago
  40. 9ce33e3 tools: bpf: sync uapi header bpf.h by Jiong Wang · 6 years ago
  41. 7fbc78e Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  42. 7f8b40e3 Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  43. 86c2f5d Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  44. 16f0efc tools/bpf: add selftest in test_progs for bpf_send_signal() helper by Yonghong Song · 6 years ago
  45. edaccf8 tools/bpf: sync bpf uapi header bpf.h to tools directory by Yonghong Song · 6 years ago
  46. 90eea40 bpftool: update bash-completion w/ new c option for btf dump by Andrii Nakryiko · 6 years ago
  47. 220ba45 bpftool/docs: add description of btf dump C option by Andrii Nakryiko · 6 years ago
  48. 2119f21 bpftool: add C output format option to btf dump subcommand by Andrii Nakryiko · 6 years ago
  49. 2d2a3ad selftests/bpf: add btf_dump BTF-to-C conversion tests by Andrii Nakryiko · 6 years ago
  50. 351131b libbpf: add btf_dump API for BTF-to-C conversion by Andrii Nakryiko · 6 years ago
  51. 2fc3fc0 libbpf: switch btf_dedup() to hashmap for dedup table by Andrii Nakryiko · 6 years ago
  52. 5d04ec6 selftests/bpf: add tests for libbpf's hashmap by Andrii Nakryiko · 6 years ago
  53. e3b9242 libbpf: add resizable non-thread safe internal hashmap by Andrii Nakryiko · 6 years ago
  54. 9db3243 selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext by Andrii Nakryiko · 6 years ago
  55. 58650cc bpftool: use libbpf's btf__parse_elf API by Andrii Nakryiko · 6 years ago
  56. e6c6485 libbpf: add btf__parse_elf API to load .BTF and .BTF.ext by Andrii Nakryiko · 6 years ago
  57. 1d7a08b libbpf: ensure libbpf.h is included along libbpf_internal.h by Andrii Nakryiko · 6 years ago
  58. 37739d1 selftests: bpf: Move bpf_printk to bpf_helpers.h by Michal Rostecki · 6 years ago
  59. af5136f selftests/net: SO_TXTIME with ETF and FQ by Willem de Bruijn · 6 years ago
  60. ec81053 selftests: Add redirect tests by David Ahern · 6 years ago
  61. eff82a2 selftests: rtc: rtctest: specify timeouts by Alexandre Belloni · 6 years ago
  62. d51f1f1 selftests/harness: Allow test to configure timeout by Alexandre Belloni · 6 years ago
  63. 4a075bd selftests/ftrace: Add checkbashisms meta-testcase by Masami Hiramatsu · 6 years ago
  64. 3fda9b3 selftests/ftrace: Make a script checkbashisms clean by Masami Hiramatsu · 6 years ago
  65. 883d25e7 tools/kvm_stat: fix fields filter for child events by Stefan Raspl · 6 years ago
  66. c795720 KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard by Thomas Huth · 6 years ago
  67. 98e6834 kvm: selftests: aarch64: compile with warnings on by Andrew Jones · 6 years ago
  68. 55eda00 kvm: selftests: aarch64: fix default vm mode by Andrew Jones · 6 years ago
  69. bffed38 kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size by Andrew Jones · 6 years ago
  70. 204c91e KVM: selftests: do not blindly clobber registers in guest asm by Paolo Bonzini · 6 years ago
  71. 12e9612 KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c by Thomas Huth · 6 years ago
  72. 319f6f9 KVM: selftests: Compile code with warnings enabled by Thomas Huth · 6 years ago
  73. 3b339e2 kvm: selftests: avoid type punning by Paolo Bonzini · 6 years ago
  74. be7fcf1 KVM: selftests: Fix a condition in test_hv_cpuid() by Dan Carpenter · 6 years ago
  75. cd5e85f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 89 by Thomas Gleixner · 6 years ago
  76. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  77. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  78. 71e15f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  79. 004d564 tools/io_uring: sync with liburing by Jens Axboe · 6 years ago
  80. 486f069 tools/io_uring: fix Makefile for pthread library link by Jens Axboe · 6 years ago
  81. 7c94410 selftests/bpf: add pyperf scale test by Alexei Starovoitov · 6 years ago
  82. 7c0c609 selftests/bpf: adjust verifier scale test by Alexei Starovoitov · 6 years ago
  83. 9efc779 libbpf: emit diff of mismatched public API, if any by Andrii Nakryiko · 6 years ago
  84. a92a0a7 selftests: pmtu: Simplify cleanup and namespace names by David Ahern · 6 years ago
  85. 9b7e94e selftests: fib-onlink: Make quiet by default by David Ahern · 6 years ago
  86. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  87. 2de03b4 selftests: netfilter: add flowtable test script by Florian Westphal · 6 years ago
  88. 3463297 selftests: fib_rule_tests: use pre-defined DEV_ADDR by Hangbin Liu · 6 years ago
  89. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  90. 82ce6eb selftests: netfilter: missing error check when setting up veth interface by Jeffrin Jose T · 6 years ago
  91. fe48319 selftests/timers: Add missing fflush(stdout) calls by Kees Cook · 6 years ago
  92. e810886 selftests: Remove forced unbuffering for test running by Kees Cook · 6 years ago
  93. a20d452 selftests/x86: Support Atom for syscall_arg_fault test by Tong Bo · 6 years ago
  94. 7170066 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25 by Thomas Gleixner · 6 years ago
  95. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  96. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  97. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  98. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  99. e3d8e58 ptp: Fix example program to match kernel. by Richard Cochran · 6 years ago
  100. d1abf38 selftests: fib_rule_tests: enable forwarding before ipv4 from/iif test by Hangbin Liu · 6 years ago