1. f74a53d9 tools: libbpf: add a correctly named define for map iteration by Jakub Kicinski · 6 years ago
  2. 88ad472 tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt by Alexei Starovoitov · 6 years ago
  3. a5d9265 bpf: bpftool, fix documentation for attach types by Alban Crequy · 6 years ago
  4. 885e631 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  5. ebbed0f tools: bpftool: doc, add text about feature-subcommand by Prashant Bhole · 6 years ago
  6. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. a5f2d08 tools: bpftool: doc, fix incorrect text by Prashant Bhole · 6 years ago
  8. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  9. d76198b tools: bpftool: warn about risky prog array updates by Jakub Kicinski · 6 years ago
  10. 8c79b35 tools: bpftool: fix crash with un-owned prog arrays by Jakub Kicinski · 6 years ago
  11. df791dc tools: bpftool: teach cfg code about JMP32 by Jiong Wang · 6 years ago
  12. 866e6ac4 bpftool: feature probing, change default action by Prashant Bhole · 6 years ago
  13. c76e4c2 libbpf: Show supported ELF section names when failing to guess prog/attach type by Taeung Song · 6 years ago
  14. b0ca5ec bpftool: fix percpu maps updating by Paolo Abeni · 6 years ago
  15. 752bcf8 bpftool: Fix prog dump by tag by Jiri Olsa · 6 years ago
  16. 948703e tools: bpftool: add bash completion for bpftool probes by Quentin Monnet · 6 years ago
  17. f9499fe tools: bpftool: add probes for a network device by Quentin Monnet · 6 years ago
  18. d267cff tools: bpftool: add C-style "#define" output for probes by Quentin Monnet · 6 years ago
  19. 2d3ea5e tools: bpftool: add probes for eBPF helper functions by Quentin Monnet · 6 years ago
  20. f99e166 tools: bpftool: add probes for eBPF map types by Quentin Monnet · 6 years ago
  21. 1bf4b05 tools: bpftool: add probes for eBPF program types by Quentin Monnet · 6 years ago
  22. 4567b98 tools: bpftool: add probes for kernel configuration options by Quentin Monnet · 6 years ago
  23. 7a4522b tools: bpftool: add probes for /proc/ eBPF parameters by Quentin Monnet · 6 years ago
  24. 49eb7ab tools: bpftool: add basic probe capability, probe syscall availability by Quentin Monnet · 6 years ago
  25. 64cf548 tools: bpftool: Cleanup license mess by Thomas Gleixner · 6 years ago
  26. 55c70bf bpftool: add bash completion for peek/push/enqueue/pop/dequeue by Stanislav Fomichev · 6 years ago
  27. 74f312e bpftool: add pop and dequeue commands by Stanislav Fomichev · 6 years ago
  28. 549d4d3 bpftool: add push and enqueue commands by Stanislav Fomichev · 6 years ago
  29. 66cf6e0 bpftool: add peek command by Stanislav Fomichev · 6 years ago
  30. 04a5d32 bpftool: don't print empty key/value for maps by Stanislav Fomichev · 6 years ago
  31. 8a89fff bpftool: make key optional in lookup command by Stanislav Fomichev · 6 years ago
  32. 7d7209c bpftool: make key and value optional in update command by Stanislav Fomichev · 6 years ago
  33. e86e513 tools/bpf: support __int128 in bpftool map pretty dumper by Yonghong Song · 6 years ago
  34. 6e8ccb4 tools/bpf: properly account for libbfd variations by Stanislav Fomichev · 6 years ago
  35. 298e59d3 tools/bpf: fix bpftool map dump with bitfields by Yonghong Song · 6 years ago
  36. 9e88b93 tools: bpftool: do not force gcc as CC by Ivan Babrou · 6 years ago
  37. 3322130 tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs by Quentin Monnet · 6 years ago
  38. be3245e tools: bpftool: attempt to mount tracefs if required for tracelog cmd by Quentin Monnet · 6 years ago
  39. 8772c8b tools: bpftool: support pretty print with kind_flag set by Yonghong Song · 6 years ago
  40. 9f95e37 tools: bpftool: refactor btf_dumper_int_bits() by Yonghong Song · 6 years ago
  41. c101189 tools: bpftool: fix -Wmissing declaration warnings by Quentin Monnet · 6 years ago
  42. 8c03ecf tools: bpftool: fix warning on struct bpf_prog_linfo definition by Quentin Monnet · 6 years ago
  43. bd0fb9d tools: bpftool: add a prog array map update example to documentation by Quentin Monnet · 6 years ago
  44. 32870ba tools: bpftool: fix examples in documentation for bpftool prog by Quentin Monnet · 6 years ago
  45. bc6cd66 tools: bpftool: add doc for -m option to bpftool-prog.rst by Quentin Monnet · 6 years ago
  46. 177e771 bpf: Remove !func_info and !line_info check from test_btf and bpftool by Martin KaFai Lau · 6 years ago
  47. 907b223 tools: bpftool: dual license all files by Jakub Kicinski · 6 years ago
  48. 02ff58d tools: bpftool: replace Netronome boilerplate with SPDX license headers by Jakub Kicinski · 6 years ago
  49. afc7c94 tools: bpftool: fix SPDX format in headers by Jakub Kicinski · 6 years ago
  50. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  51. cfc5424 tools/bpf: rename *_info_cnt to nr_*_info by Yonghong Song · 6 years ago
  52. 10a5ce9 bpf: bpftool: Fix newline and p_err issue by Martin KaFai Lau · 6 years ago
  53. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. b053b43 bpf: libbpf: bpftool: Print bpf_line_info during prog dump by Martin KaFai Lau · 6 years ago
  55. 84ecc1f bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool by Martin KaFai Lau · 6 years ago
  56. 30da46b tools: bpftool: add a command to dump the trace pipe by Quentin Monnet · 6 years ago
  57. 99a44bef tools: bpftool: add owner_prog_type and owner_jited to bpftool output by Quentin Monnet · 6 years ago
  58. 73f0b9d tools: bpftool: mark offloaded programs more explicitly in plain output by Quentin Monnet · 6 years ago
  59. 4f0fc6f tools: bpftool: fix bash completion for new map types (queue and stack) by Quentin Monnet · 6 years ago
  60. cad4977 tools: bpftool: fix bash completion for bpftool prog (attach|detach) by Quentin Monnet · 6 years ago
  61. 327e5da tools: bpftool: use "/proc/self/" i.o. crafting links with getpid() by Quentin Monnet · 6 years ago
  62. 93029d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  63. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. 528bff0 tools: bpftool: fix a bitfield pretty print issue by Yonghong Song · 6 years ago
  65. 1d2f44c libbpf: Name changing for btf_get_from_id by Martin KaFai Lau · 6 years ago
  66. ffac28f bpf: align map type names formatting. by David Calavera · 6 years ago
  67. 197c2da bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map by David Calavera · 6 years ago
  68. dde7011 tools: bpftool: fix potential NULL pointer dereference in do_load by Jakub Kicinski · 6 years ago
  69. 254471e tools/bpf: bpftool: add support for func types by Yonghong Song · 6 years ago
  70. d7f5b5e tools/bpf: refactor to implement btf_get_from_id() in lib/bpf by Yonghong Song · 6 years ago
  71. 29a9c10 bpftool: make libbfd optional by Stanislav Fomichev · 6 years ago
  72. 092f089 bpftool: support loading flow dissector by Stanislav Fomichev · 6 years ago
  73. 3767a94 bpftool: add pinmaps argument to the load/loadall by Stanislav Fomichev · 6 years ago
  74. 7738099 bpftool: add loadall command by Stanislav Fomichev · 6 years ago
  75. bf598a8 bpftool: Improve handling of ENOENT on map dumps by David Ahern · 6 years ago
  76. f98e46a tools: bpftool: update references to other man pages in documentation by Quentin Monnet · 6 years ago
  77. f120919 tools: bpftool: pass an argument to silence open_obj_pinned() by Quentin Monnet · 6 years ago
  78. a8bfd2b tools: bpftool: fix plain output and doc for --bpffs option by Quentin Monnet · 6 years ago
  79. 5390903 tools: bpftool: prevent infinite loop in get_fdinfo() by Quentin Monnet · 6 years ago
  80. 8302b9b tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps by Quentin Monnet · 6 years ago
  81. fe8eccc tools: bpftool: fix completion for "bpftool map update" by Quentin Monnet · 6 years ago
  82. 06ee9da tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode by Quentin Monnet · 6 years ago
  83. 882731e tools: bpftool: document restriction on '.' in names to pin in bpffs by Quentin Monnet · 6 years ago
  84. 3dca211 bpf, libbpf: simplify and cleanup perf ring buffer walk by Daniel Borkmann · 6 years ago
  85. 3ddeac6 tools: bpftool: use 4 context mode for the NFP disasm by Jakub Kicinski · 6 years ago
  86. 0b592b5a tools: bpftool: add map create command by Jakub Kicinski · 6 years ago
  87. c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
  88. b7d3826 bpf: bpftool, add support for attaching programs to maps by John Fastabend · 6 years ago
  89. c850616 bpftool: Allow add linker flags via EXTRA_LDFLAGS variable by Jiri Olsa · 6 years ago
  90. 0ef6bf3 bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable by Jiri Olsa · 6 years ago
  91. 8ec92dc tools/bpf: bpftool, print strerror when map lookup error occurs by Prashant Bhole · 6 years ago
  92. 18a781d tools/bpf: bpftool, split the function do_dump() by Prashant Bhole · 6 years ago
  93. f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
  94. aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
  95. e548709 bpftool: add support for PERCPU_CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
  96. 53d6eb0 bpftool: Fix bpftool net output by Andrey Ignatov · 6 years ago
  97. 7ea3c40 bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps by Roman Gushchin · 6 years ago
  98. 7900efc tools/bpf: bpftool: improve output format for bpftool net by Yonghong Song · 6 years ago
  99. c22fbae bpf: support flow dissector in libbpf and bpftool by Petar Penkov · 6 years ago
  100. ad3338d tools/bpf: bpftool: support prog array map and map of maps by Yonghong Song · 6 years ago