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