1. d95f1e8 bpftool: Don't crash on missing xlated program instructions by Toke Høiland-Jørgensen · 5 years ago
  2. fc9e34f tools/bpf/runqslower: Rebuild libbpf.a on libbpf source change by Song Liu · 5 years ago
  3. a525b08 bpftool: Remove redundant "HAVE" prefix from the large INSN limit check by Michal Rostecki · 5 years ago
  4. 2577e37 runqslower: Fix Makefile by Yulia Kartseva · 5 years ago
  5. 07fdbee tools/bpf: Allow overriding llvm tools for runqslower by Andrey Ignatov · 5 years ago
  6. 4125828 bpftool: Print function linkage in BTF dump by Andrii Nakryiko · 5 years ago
  7. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  8. b6580cd runsqslower: Support user-specified libbpf include and object paths by Toke Høiland-Jørgensen · 5 years ago
  9. a9ed34c tools/runqslower: Remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  10. 229c3b4 bpftool: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  11. 5b554ce tools/runqslower: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  12. a835d38 tools/bpf/runqslower: Fix override option for VMLINUX_BTF by Toke Høiland-Jørgensen · 5 years ago
  13. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  14. 4e1ea33 bpftool: Support dumping a map with btf_vmlinux_value_type_id by Martin KaFai Lau · 5 years ago
  15. 84c72ce bpftool: Add struct_ops map name by Martin KaFai Lau · 5 years ago
  16. 188a486 bpftool: Fix missing BTF output for json during map dump by Martin KaFai Lau · 5 years ago
  17. d7de726 bpftool: Fix a leak of btf object by Martin KaFai Lau · 5 years ago
  18. 3a0d309 selftests/bpf: Build runqslower from selftests by Andrii Nakryiko · 5 years ago
  19. 9c01546 tools/bpf: Add runqslower tool to tools/bpf by Andrii Nakryiko · 5 years ago
  20. 1cf5b23 bpftool: Apply preserve_access_index attribute to all types in BTF dump by Andrii Nakryiko · 5 years ago
  21. 555089f bpftool: Fix printing incorrect pointer in btf_dump_ptr by Martin KaFai Lau · 5 years ago
  22. 2faef64 bpftool: Add misc section and probe for large INSN limit by Michal Rostecki · 5 years ago
  23. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  24. 7c8dce4 bpftool: Make skeleton C code compilable with C++ compiler by Andrii Nakryiko · 5 years ago
  25. 1162f84 bpf: Print error message for bpftool cgroup show by Hechao Li · 5 years ago
  26. 81bfdd0 libbpf: Put Kconfig externs into .kconfig section by Andrii Nakryiko · 5 years ago
  27. dacce64 bpftool: Work-around rst2man conversion bug by Andrii Nakryiko · 5 years ago
  28. 7c43e0d bpftool: Simplify format string to not use positional args by Andrii Nakryiko · 5 years ago
  29. cb21ac5 bpftool: Add gen subcommand manpage by Andrii Nakryiko · 5 years ago
  30. 5dc7a8b bpftool, selftests/bpf: Embed object file inside skeleton by Andrii Nakryiko · 5 years ago
  31. 159ecc00 bpftool: Fix compilation warning on shadowed variable by Paul Chaignon · 5 years ago
  32. 2ad97d4 bpftool: Generate externs datasec in BPF skeleton by Andrii Nakryiko · 5 years ago
  33. d9c00c3 bpftool: Add `gen skeleton` BASH completions by Andrii Nakryiko · 5 years ago
  34. 985ead4 bpftool: Add skeleton codegen command by Andrii Nakryiko · 5 years ago
  35. 612d05b libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h by Andrii Nakryiko · 5 years ago
  36. 99f9863 bpftool: Match maps by name by Paul Chaignon · 5 years ago
  37. a7d22ca bpftool: Match programs by name by Paul Chaignon · 5 years ago
  38. ec20250 bpftool: Match several programs with same tag by Paul Chaignon · 5 years ago
  39. 5b79bcd bpftool: Don't crash on missing jited insns or ksyms by Toke Høiland-Jørgensen · 5 years ago
  40. a89b2cb tools, bpf: Fix build for 'make -s tools/bpf O=<dir>' by Quentin Monnet · 5 years ago
  41. a0f17cc tools, bpftool: Fix warning on ignored return value for 'read' by Quentin Monnet · 5 years ago
  42. 7e22077 tools, bpf_asm: Warn when jumps are out of range by Ilya Leoshkevich · 5 years ago
  43. 5b7fe93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  44. a943646 bpftool: Allow to read btf as raw data by Jiri Olsa · 5 years ago
  45. e00aca6 libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration by Andrii Nakryiko · 5 years ago
  46. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  47. 32e3e58 bpftool: Fix bpftool build by switching to bpf_object__open_file() by Andrii Nakryiko · 5 years ago
  48. 55d554f tools: bpf: Use !building_out_of_srctree to determine srctree by Shuah Khan · 5 years ago
  49. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  50. 5b84ad2 tools: bpftool: do not link twice against libbpf.a in Makefile by Quentin Monnet · 5 years ago
  51. fbdb620 tools: bpf: account for generated feature/ and libbpf/ directories by Quentin Monnet · 5 years ago
  52. 45c5589d tools: bpftool: improve and check builds for different make invocations by Quentin Monnet · 5 years ago
  53. e0a43aa tools: bpftool: ignore make built-in rules for getting kernel version by Quentin Monnet · 5 years ago
  54. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  55. 0bb52b0 tools: bpftool: add "bpftool map freeze" subcommand by Quentin Monnet · 5 years ago
  56. c354ff2 tools: bpftool: show frozen status for maps by Quentin Monnet · 5 years ago
  57. 4d374ba0 tools: bpftool: implement "bpftool btf show|list" by Quentin Monnet · 5 years ago
  58. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  59. d34b0440 tools: bpftool: close prog FD before exit on showing a single program by Quentin Monnet · 5 years ago
  60. 8918dc4 tools: bpftool: move "__printf()" attributes to header file by Quentin Monnet · 5 years ago
  61. b0ead6d tools: bpftool: fix format string for p_err() in detect_common_prefix() by Quentin Monnet · 5 years ago
  62. 8a15d5c tools: bpftool: fix format string for p_err() in query_flow_dissector() by Quentin Monnet · 5 years ago
  63. ed4a398 tools: bpftool: fix argument for p_err() in BTF do_dump() by Quentin Monnet · 5 years ago
  64. 22c349e8 tools: bpftool: fix format strings and arguments for jsonw_printf() by Quentin Monnet · 5 years ago
  65. 9def249 tools: bpftool: fix arguments for p_err() in do_event_pipe() by Quentin Monnet · 5 years ago
  66. cb9d996 tools: bpftool: add documentation for net attach/detach by Daniel T. Lee · 5 years ago
  67. 10a708c tools: bpftool: add bash-completion for net attach/detach by Daniel T. Lee · 5 years ago
  68. 37c7f86 tools: bpftool: add net detach command to detach XDP on interface by Daniel T. Lee · 5 years ago
  69. 04949cc tools: bpftool: add net attach command to attach XDP on interface by Daniel T. Lee · 5 years ago
  70. a9436dc tools: bpftool: compile with $(EXTRA_WARNINGS) by Quentin Monnet · 5 years ago
  71. d66fa3c tools: bpftool: add feature check for zlib by Peter Wu · 5 years ago
  72. a664a83 tools: bpftool: fix reading from /proc/config.gz by Peter Wu · 5 years ago
  73. 3c7be38 tools: bpftool: add error message on pin failure by Jakub Kicinski · 5 years ago
  74. b3e78ad tools: bpftool: fix error message (prog -> object) by Jakub Kicinski · 5 years ago
  75. a98bf57 tools: bpftool: add support for reporting the effective cgroup progs by Jakub Kicinski · 5 years ago
  76. 1375dc4a tools: Add definitions for devmap_hash map type by Toke Høiland-Jørgensen · 5 years ago
  77. 216b65f tools: bpftool: add raw_tracepoint_writable prog type to header by Daniel T. Lee · 5 years ago
  78. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  79. 8fc9f8b tools: bpftool: add completion for bpftool prog "loadall" by Quentin Monnet · 5 years ago
  80. 9b190f1 tools/bpftool: switch map event_pipe to libbpf's perf_buffer by Andrii Nakryiko · 5 years ago
  81. aa52bcb tools: bpftool: Fix json dump crash on powerpc by Jiri Olsa · 5 years ago
  82. ba95c74 tools: bpftool: add "prog run" subcommand to test-run programs by Quentin Monnet · 5 years ago
  83. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  84. f6d08d9 bpftool: support cgroup sockopt by Stanislav Fomichev · 6 years ago
  85. 6c6874f tools: bpftool: use correct argument in cgroup errors by Jakub Kicinski · 6 years ago
  86. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  88. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  89. a7d7a39 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232 by Thomas Gleixner · 6 years ago
  90. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 4c587c1 bpf: use libbpf_num_possible_cpus internally by Hechao Li · 6 years ago
  92. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  93. 000aa12 bpf, bpftool: enable recvmsg attach types by Daniel Borkmann · 6 years ago
  94. 1884c06 tools: bpftool: Fix JSON output when lookup fails by Krzesimir Nowak · 6 years ago
  95. 55d7780 tools: bpftool: make -d option print debug output from verifier by Quentin Monnet · 6 years ago
  96. 775bc8a tools: bpftool: add -d option to get debug output from libbpf by Quentin Monnet · 6 years ago
  97. 92bd682 bpf: style fix in while(!feof()) loop by Chang-Hsien Tsai · 6 years ago
  98. 0d97dac bpftool: auto-complete BTF IDs for btf dump by Andrii Nakryiko · 6 years ago
  99. 90eea40 bpftool: update bash-completion w/ new c option for btf dump by Andrii Nakryiko · 6 years ago
  100. 220ba45 bpftool/docs: add description of btf dump C option by Andrii Nakryiko · 6 years ago