1. 1b6687e vrf: Handle CONFIG_SYSCTL not set by David Ahern · 4 years, 5 months ago
  2. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  3. 9165e1d70 bpftool: Use only nftw for file tree parsing by Tony Ambardar · 4 years, 5 months ago
  4. fce557b bpf: Make btf_sock_ids global by Yonghong Song · 4 years, 5 months ago
  5. 0f12e58 bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h by Yonghong Song · 4 years, 5 months ago
  6. d8dfe5bfe8 tools/bpf: Sync btf_ids.h to tools by Yonghong Song · 4 years, 5 months ago
  7. e4d9c23 samples/bpf, selftests/bpf: Use bpf_probe_read_kernel by Ilya Leoshkevich · 4 years, 5 months ago
  8. 6bd5572 selftests/bpf: Fix test_lwt_seg6local.sh hangs by Ilya Leoshkevich · 4 years, 5 months ago
  9. 956fcfc tools/bpftool: Fix error handing in do_skeleton() by YueHaibing · 4 years, 6 months ago
  10. da7a350 libbpf bpf_helpers: Use __builtin_offsetof for offsetof by Ian Rogers · 4 years, 5 months ago
  11. 2ea4859 selftests: bpf: test_kmod.sh: Fix running out of srctree by Ilya Leoshkevich · 4 years, 6 months ago
  12. 2b9843f tc-testing: Add tdc to kselftests by Briana Oursler · 4 years, 5 months ago
  13. 7570ebe testptp: add new options for perout phase and pulse width by Vladimir Oltean · 4 years, 5 months ago
  14. 4a09a98 testptp: promote 'perout' variable to int64_t by Vladimir Oltean · 4 years, 5 months ago
  15. 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  16. 0ab5539 selftests/bpf: Tests for BPF_SK_LOOKUP attach point by Jakub Sitnicki · 4 years, 6 months ago
  17. f7726cb selftests/bpf: Add verifier tests for bpf_sk_lookup context access by Jakub Sitnicki · 4 years, 6 months ago
  18. 93a3545 tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type by Jakub Sitnicki · 4 years, 6 months ago
  19. 499dd29 libbpf: Add support for SK_LOOKUP program type by Jakub Sitnicki · 4 years, 6 months ago
  20. a352b32 bpf: Sync linux/bpf.h to tools/ by Jakub Sitnicki · 4 years, 6 months ago
  21. bfdfa51 bpf: Drop duplicated words in uapi helper comments by Randy Dunlap · 4 years, 6 months ago
  22. e81e7a5 selftests/bpf: Fix possible hang in sockopt_inherit by Stanislav Fomichev · 4 years, 6 months ago
  23. 0550012 selftest: Add tests for XDP programs in CPUMAP entries by Lorenzo Bianconi · 4 years, 6 months ago
  24. 4be556c libbpf: Add SEC name for xdp programs attached to CPUMAP by Lorenzo Bianconi · 4 years, 6 months ago
  25. 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 6 months ago
  26. 644bfe5 cpumap: Formalize map value as a named struct by Lorenzo Bianconi · 4 years, 6 months ago
  27. 46b171d selftests: mlxsw: Test policers' occupancy by Ido Schimmel · 4 years, 6 months ago
  28. 5061e77 selftests: mlxsw: Add scale test for tc-police by Ido Schimmel · 4 years, 6 months ago
  29. cb12d17 selftests: mlxsw: tc_restrictions: Test tc-police restrictions by Ido Schimmel · 4 years, 6 months ago
  30. afe231d selftests: forwarding: Add tc-police tests by Ido Schimmel · 4 years, 6 months ago
  31. df8201c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  32. ffb3adb net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN by Horatiu Vultur · 4 years, 6 months ago
  33. 11bb2f7 bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option by Jiri Olsa · 4 years, 6 months ago
  34. f7d40ee7 selftests/bpf: Fix merge conflict resolution by Alexei Starovoitov · 4 years, 6 months ago
  35. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  36. 1add921 selftests: mlxsw: RED: Test offload of mirror on RED early_drop qevent by Petr Machata · 4 years, 6 months ago
  37. 0b20933 tools/bpftool: Strip away modifiers from global variables by Andrii Nakryiko · 4 years, 6 months ago
  38. 7c819e7 libbpf: Support stripping modifiers for btf_dump by Andrii Nakryiko · 4 years, 6 months ago
  39. 59e8b60 selftests/bpf: Add selftests verifying bpf_trace_printk() behaviour by Alan Maguire · 4 years, 6 months ago
  40. 93776cb tools/bpftool: Remove warning about PID iterator support by Andrii Nakryiko · 4 years, 6 months ago
  41. 8aa5a33 xsk: Add new statistics by Ciara Loftus · 4 years, 6 months ago
  42. cc15a20 selftests/bpf: Add test for resolve_btfids by Jiri Olsa · 4 years, 6 months ago
  43. e5a0516 tools headers: Adopt verbatim copy of btf_ids.h from kernel sources by Jiri Olsa · 4 years, 6 months ago
  44. 33a57ce bpf: Compile resolve_btfids tool at kernel compilation start by Jiri Olsa · 4 years, 6 months ago
  45. fbbb68d bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object by Jiri Olsa · 4 years, 6 months ago
  46. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  47. 5a76489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  48. 91f430b selftests: net: add a test for UDP tunnel info infra by Jakub Kicinski · 4 years, 6 months ago
  49. 0f318cb Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 6 months ago
  50. 5c3320d libbpf: Fix memory leak and optimize BTF sanitization by Andrii Nakryiko · 4 years, 6 months ago
  51. b2f9f15 libbpf: Fix libbpf hashmap on (I)LP32 architectures by Jakub Bogusz · 4 years, 6 months ago
  52. f43cb0d selftests: bpf: Fix detach from sockmap tests by Lorenz Bauer · 4 years, 6 months ago
  53. f3348a8 selftests: net: Add port split test by Danielle Ratson · 4 years, 6 months ago
  54. ce69fb3 Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  55. df62f2ec selftests/mptcp: add diag interface tests by Paolo Abeni · 4 years, 6 months ago
  56. 2c79583 selftests: kmod: Add module address visibility test by Kees Cook · 4 years, 6 months ago
  57. 6984cbc selftests/bpf: Switch perf_buffer test to tracepoint and skeleton by Andrii Nakryiko · 4 years, 6 months ago
  58. 0e28948 libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer by Andrii Nakryiko · 4 years, 6 months ago
  59. fcda189 selftests/bpf: Add test relying only on CO-RE and no recent kernel features by Andrii Nakryiko · 4 years, 6 months ago
  60. 0f0e55d libbpf: Improve BTF sanitization handling by Andrii Nakryiko · 4 years, 6 months ago
  61. 81372e1 libbpf: Add btf__set_fd() for more control over loaded BTF FD by Andrii Nakryiko · 4 years, 6 months ago
  62. bfc9665 libbpf: Make BTF finalization strict by Andrii Nakryiko · 4 years, 6 months ago
  63. b8c50df selftests/bpf: test_progs avoid minus shell exit codes by Jesper Dangaard Brouer · 4 years, 6 months ago
  64. 3220fb6 selftests/bpf: test_progs use another shell exit on non-actions by Jesper Dangaard Brouer · 4 years, 6 months ago
  65. 625eb8e bpf: Fix another bpftool segfault without skeleton code enabled by Louis Peens · 4 years, 6 months ago
  66. 6ec4476 Raise gcc version requirement to 4.9 by Linus Torvalds · 4 years, 6 months ago
  67. 5cfd607 selftests: bpf: Remove unused bpf_map_def_legacy struct by Daniel T. Lee · 4 years, 6 months ago
  68. 65ffd79 selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
  69. db94cc0 bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
  70. e8b012e libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
  71. dcde237b Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 6 months ago
  72. 3c01655 kselftest: ksft_test_num return type should be unsigned by Paolo Bonzini · 4 years, 6 months ago
  73. 34fe5a1 ipv6: fib6_select_path can not use out path for nexthop objects by David Ahern · 4 years, 6 months ago
  74. 0b78c9e selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3 by Pengfei Xu · 4 years, 6 months ago
  75. 0b8241f selftests: mptcp: capture pcap on both sides by Matthieu Baerts · 4 years, 6 months ago
  76. bee9ca1 perf report TUI: Remove needless 'dummy' event from menu by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  77. 4c95ad2 perf intel-pt: Fix PEBS sample for XMM registers by Adrian Hunter · 4 years, 6 months ago
  78. add07cc perf intel-pt: Fix displaying PEBS-via-PT with registers by Adrian Hunter · 4 years, 6 months ago
  79. 75bcb87 perf intel-pt: Fix recording PEBS-via-PT with registers by Adrian Hunter · 4 years, 6 months ago
  80. d61cbb8 perf report TUI: Fix segmentation fault in perf_evsel__hists_browse() by Wei Li · 4 years, 7 months ago
  81. 72674d4 Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
  82. f551e2f selftests/net: update initializer syntax to use c99 designators by Tanner Love · 4 years, 6 months ago
  83. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  84. 3c73b81 x86/entry, selftests: Further improve user entry sanity checks by Andy Lutomirski · 4 years, 6 months ago
  85. b0d754ef selftests/net: add ipv6 test coverage in rxtimestamp test by tannerlove · 4 years, 6 months ago
  86. 9ff79af selftests/bpf: Fix compilation error of bpf_iter_task_stack.c by Song Liu · 4 years, 6 months ago
  87. 8ae4121 bpf: Fix bpftool without skeleton code enabled by John Fastabend · 4 years, 6 months ago
  88. 2160d6c tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling by Tom Zanussi · 4 years, 6 months ago
  89. 374855c tools lib traceevent: Add API to read time information from kbuffer by Steven Rostedt (Red Hat) · 4 years, 6 months ago
  90. f18d5cf perf scripts python: exported-sql-viewer.py: Fix time chart call tree by Adrian Hunter · 4 years, 6 months ago
  91. 031c8d5 perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result by Adrian Hunter · 4 years, 6 months ago
  92. 7ff520b perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result by Adrian Hunter · 4 years, 6 months ago
  93. 3a3cf7c perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result by Adrian Hunter · 4 years, 6 months ago
  94. 442ad225 perf record: Fix duplicated sideband events with Intel PT system wide tracing by Adrian Hunter · 4 years, 6 months ago
  95. 640432e perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument by Adrian Hunter · 4 years, 6 months ago
  96. eb25de2 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  97. 9434628 Merge remote-tracking branch 'torvalds/master' into perf/urgent by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  98. 0dce884 Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 6 months ago
  99. 5584474 Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 6 months ago
  100. 811d7e3 bpf: selftests: Restore netns after each test by Martin KaFai Lau · 4 years, 6 months ago