1. 50431b4 tools, bpftool: Add missing close before bpftool net attach exit by Wang Hai · 4 years, 2 months ago
  2. f9b7ff0 tools/bpftool: Fix attaching flow dissector by Lorenz Bauer · 4 years, 2 months ago
  3. 0698ac6 tools, bpftool: Remove two unused variables. by Ian Rogers · 4 years, 2 months ago
  4. 1e6f5dc tools, bpftool: Avoid array index warnings. by Ian Rogers · 4 years, 2 months ago
  5. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  6. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  7. dc3652d tools resolve_btfids: Always force HOSTARCH by Jiri Olsa · 4 years, 3 months ago
  8. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  9. ba2fd56 tools/bpftool: Support passing BPFTOOL_VERSION to make by Tony Ambardar · 4 years, 3 months ago
  10. aff52e6 bpftool: Support dumping metadata by YiFei Zhu · 4 years, 4 months ago
  11. 63bea244 bpftool: Fix build failure by Yonghong Song · 4 years, 4 months ago
  12. 18841da9 tools: bpftool: Automate generation for "SEE ALSO" sections in man pages by Quentin Monnet · 4 years, 4 months ago
  13. e3b9626 tools: bpftool: Add "inner_map" to "bpftool map create" outer maps by Quentin Monnet · 4 years, 4 months ago
  14. 86233ce tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT by Quentin Monnet · 4 years, 4 months ago
  15. a20693b tools: bpftool: Clean up function to dump map entry by Quentin Monnet · 4 years, 4 months ago
  16. f28ef96 tools: bpftool: Include common options from separate file by Quentin Monnet · 4 years, 4 months ago
  17. 82b8cf0 tools: bpftool: Print optional built-in features along with version by Quentin Monnet · 4 years, 4 months ago
  18. 16f3ddf tools: bpftool: Log info-level messages when building bpftool man pages by Quentin Monnet · 4 years, 4 months ago
  19. 1a7581b tools: bpftool: Fix formatting in bpftool-link documentation by Quentin Monnet · 4 years, 4 months ago
  20. fd17e27 tools/bpftool: Replace bpf_program__title() with bpf_program__section_name() by Andrii Nakryiko · 4 years, 4 months ago
  21. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  22. 1eb832a tools/bpf: build: Make sure resolve_btfids cleans up after itself by Toke Høiland-Jørgensen · 4 years, 4 months ago
  23. 661b37c tools, bpf/build: Cleanup feature files on make clean by Jesper Dangaard Brouer · 4 years, 4 months ago
  24. a5f53b1 tools resolve_btfids: Add support for set symbols by Jiri Olsa · 4 years, 4 months ago
  25. 193a983 tools resolve_btfids: Add size check to get_id function by Jiri Olsa · 4 years, 4 months ago
  26. 8ea6368 bpf: Implement bpf_local_storage for inodes by KP Singh · 4 years, 4 months ago
  27. e60495e bpftool: Implement link_query for bpf iterators by Yonghong Song · 4 years, 4 months ago
  28. 51f6463 tools/resolve_btfids: Fix sections with wrong alignment by Jiri Olsa · 4 years, 4 months ago
  29. 7084566 tools/bpftool: Remove libbpf_internal.h usage in bpftool by Andrii Nakryiko · 4 years, 4 months ago
  30. 00fa1d8 bpftool: Handle EAGAIN error code properly in pids collection by Yonghong Song · 4 years, 4 months ago
  31. 0f99384 tools/bpftool: Generate data section struct with conservative alignment by Andrii Nakryiko · 4 years, 5 months ago
  32. 09f44b7 tools/bpftool: Fix compilation warnings in 32-bit mode by Andrii Nakryiko · 4 years, 5 months ago
  33. 8faf7fc tools/bpftool: Make skeleton code C++17-friendly by dropping typeof() by Andrii Nakryiko · 4 years, 5 months ago
  34. d48556f bpf: Add missing return to resolve_btfids by Stanislav Fomichev · 4 years, 5 months ago
  35. 74fc097 tools/bpf: Support new uapi for map element bpf iterator by Yonghong Song · 4 years, 5 months ago
  36. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  37. f86ca3c tools/resolve_btfids: Use libbpf's btf__parse() API by Andrii Nakryiko · 4 years, 5 months ago
  38. 8526df0 tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from file by Andrii Nakryiko · 4 years, 5 months ago
  39. 041549b tools, bpftool: Fix wrong return value in do_dump() by Tianjia Zhang · 4 years, 5 months ago
  40. e85f99aa tools/bpftool: Add documentation and bash-completion for `link detach` by Andrii Nakryiko · 4 years, 5 months ago
  41. 0e8c7c0 tools/bpftool: Add `link detach` subcommand by Andrii Nakryiko · 4 years, 5 months ago
  42. 9a97c9d tools, bpftool: Add LSM type to array of prog names by Quentin Monnet · 4 years, 5 months ago
  43. 70cfab1 tools, bpftool: Skip type probe if name is not found by Quentin Monnet · 4 years, 5 months ago
  44. d8793ac tools/bpftool: Add bpftool support for bpf map element iterator by Yonghong Song · 4 years, 5 months ago
  45. f3c93a9 tools/bpftool: Strip BPF .o files before skeleton generation by Andrii Nakryiko · 4 years, 5 months ago
  46. 9165e1d70 bpftool: Use only nftw for file tree parsing by Tony Ambardar · 4 years, 5 months ago
  47. e4d9c23 samples/bpf, selftests/bpf: Use bpf_probe_read_kernel by Ilya Leoshkevich · 4 years, 5 months ago
  48. 956fcfc tools/bpftool: Fix error handing in do_skeleton() by YueHaibing · 4 years, 6 months ago
  49. f143c11 tools: bpf: Use local copy of headers including uapi/linux/filter.h by Will Deacon · 5 years ago
  50. 93a3545 tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type by Jakub Sitnicki · 4 years, 6 months ago
  51. 11bb2f7 bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option by Jiri Olsa · 4 years, 6 months ago
  52. 0b20933 tools/bpftool: Strip away modifiers from global variables by Andrii Nakryiko · 4 years, 6 months ago
  53. 93776cb tools/bpftool: Remove warning about PID iterator support by Andrii Nakryiko · 4 years, 6 months ago
  54. 33a57ce bpf: Compile resolve_btfids tool at kernel compilation start by Jiri Olsa · 4 years, 6 months ago
  55. fbbb68d bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object by Jiri Olsa · 4 years, 6 months ago
  56. 625eb8e bpf: Fix another bpftool segfault without skeleton code enabled by Louis Peens · 4 years, 6 months ago
  57. db94cc0 bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
  58. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  59. 8ae4121 bpf: Fix bpftool without skeleton code enabled by John Fastabend · 4 years, 6 months ago
  60. 17bbf92 tools/bpftool: Turn off -Wnested-externs warning by Andrii Nakryiko · 4 years, 6 months ago
  61. ec23eb7 tools/bpftool: Allow substituting custom vmlinux.h for the build by Andrii Nakryiko · 4 years, 6 months ago
  62. 16d37ee tools, bpftool: Define attach_type_name array only once by Tobias Klauser · 4 years, 6 months ago
  63. 9023497 tools, bpftool: Define prog_type_name array only once by Tobias Klauser · 4 years, 6 months ago
  64. 54b66c2 tools, bpftool: Fix variable shadowing in emit_obj_refs_json() by Quentin Monnet · 4 years, 6 months ago
  65. 4e608675 Merge up to bpf_probe_read_kernel_str() fix into bpf-next by Alexei Starovoitov · 4 years, 6 months ago
  66. 9d9d8cc tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile by Tobias Klauser · 4 years, 6 months ago
  67. 075c776 tools/bpftool: Add documentation and sample output for process info by Andrii Nakryiko · 4 years, 6 months ago
  68. d53dee3 tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs by Andrii Nakryiko · 4 years, 6 months ago
  69. 05aca6d tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h by Andrii Nakryiko · 4 years, 6 months ago
  70. 16e9b18 tools/bpftool: Minimize bootstrap bpftool by Andrii Nakryiko · 4 years, 6 months ago
  71. a479b8c tools/bpftool: Move map/prog parsing logic into common by Andrii Nakryiko · 4 years, 6 months ago
  72. bb8dc26 tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD by Andrii Nakryiko · 4 years, 6 months ago
  73. 1c7fb20 tools, bpftool: Add ringbuf map type to map command docs by Tobias Klauser · 4 years, 7 months ago
  74. c34a06c tools/bpftool: Add ringbuf map to a list of known map types by Andrii Nakryiko · 4 years, 7 months ago
  75. 22eb787 tools/bpftool: Fix skeleton codegen by Andrii Nakryiko · 4 years, 7 months ago
  76. 2c4779e tools, bpftool: Exit on error in function codegen by Tobias Klauser · 4 years, 7 months ago
  77. d4060ac tools, bpftool: Fix memory leak in codegen error cases by Tobias Klauser · 4 years, 7 months ago
  78. 47f6bc4 tools, bpf: Do not force gcc as CC by Brett Mastbergen · 4 years, 7 months ago
  79. d70a6be tools/bpf: Don't use $(COMPILE.c) by Ilya Leoshkevich · 4 years, 7 months ago
  80. e948947 bpftool: Support link show for netns-attached links by Jakub Sitnicki · 4 years, 7 months ago
  81. be6e198 bpftool: Extract helpers for showing link attach type by Jakub Sitnicki · 4 years, 7 months ago
  82. dc3ca5c tools, bpftool: Print correct error message when failing to load BTF by Tobias Klauser · 4 years, 7 months ago
  83. 73a4f04 tools, bpftool: Make capability check account for new BPF caps by Quentin Monnet · 4 years, 7 months ago
  84. 9004035 tools, bpftool: Clean subcommand help messages by Quentin Monnet · 4 years, 7 months ago
  85. 05ee19c bpf, bpftool: Enable get{peer, sock}name attach types by Daniel Borkmann · 4 years, 8 months ago
  86. 0ee52c0 bpf, bpftool: Allow probing for CONFIG_HZ from kernel config by Daniel Borkmann · 4 years, 8 months ago
  87. c8caa0b tools, bpftool: Minor fixes for documentation by Quentin Monnet · 4 years, 8 months ago
  88. 6e7e034 tools, bpftool: Poison and replace kernel integer typedefs by Quentin Monnet · 4 years, 8 months ago
  89. b4563fa bpf, runqslower: include proper uapi/bpf.h by Song Liu · 4 years, 8 months ago
  90. 9406b48 tools/bpftool: Add bpf_iter support for bptool by Yonghong Song · 4 years, 8 months ago
  91. 115506f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  92. 0b3b9ca tools: bpftool: Make libcap dependency optional by Quentin Monnet · 4 years, 8 months ago
  93. cf9bf71 tools: bpftool: Allow unprivileged users to probe features by Quentin Monnet · 4 years, 8 months ago
  94. e3450b7 tools: bpftool: For "feature probe" define "full_mode" bool as global by Quentin Monnet · 4 years, 8 months ago
  95. 5d085ad bpftool: Add link bash completions by Andrii Nakryiko · 4 years, 8 months ago
  96. 7464d01 bpftool: Add bpftool-link manpage by Andrii Nakryiko · 4 years, 8 months ago
  97. c5481f9 bpftool: Add bpf_link show and pin support by Andrii Nakryiko · 4 years, 8 months ago
  98. 50325b1 bpftool: Expose attach_type-to-string array to non-cgroup code by Andrii Nakryiko · 4 years, 8 months ago
  99. cb3f0d5 docs: networking: convert filter.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  100. 93e5168 tools/bpf/bpftool: Remove duplicate headers by Jagadeesh Pagadala · 4 years, 9 months ago