1. fe8eccc tools: bpftool: fix completion for "bpftool map update" by Quentin Monnet · 6 years ago
  2. 06ee9da tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode by Quentin Monnet · 6 years ago
  3. 882731e tools: bpftool: document restriction on '.' in names to pin in bpffs by Quentin Monnet · 6 years ago
  4. 3dca211 bpf, libbpf: simplify and cleanup perf ring buffer walk by Daniel Borkmann · 6 years ago
  5. 3ddeac6 tools: bpftool: use 4 context mode for the NFP disasm by Jakub Kicinski · 6 years ago
  6. 0b592b5a tools: bpftool: add map create command by Jakub Kicinski · 6 years ago
  7. c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
  8. b7d3826 bpf: bpftool, add support for attaching programs to maps by John Fastabend · 6 years ago
  9. c850616 bpftool: Allow add linker flags via EXTRA_LDFLAGS variable by Jiri Olsa · 6 years ago
  10. 0ef6bf3 bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable by Jiri Olsa · 6 years ago
  11. 8ec92dc tools/bpf: bpftool, print strerror when map lookup error occurs by Prashant Bhole · 6 years ago
  12. 18a781d tools/bpf: bpftool, split the function do_dump() by Prashant Bhole · 6 years ago
  13. f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
  14. aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
  15. e548709 bpftool: add support for PERCPU_CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
  16. 53d6eb0 bpftool: Fix bpftool net output by Andrey Ignatov · 6 years ago
  17. 7ea3c40 bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps by Roman Gushchin · 6 years ago
  18. 7900efc tools/bpf: bpftool: improve output format for bpftool net by Yonghong Song · 6 years ago
  19. c22fbae bpf: support flow dissector in libbpf and bpftool by Petar Penkov · 6 years ago
  20. ad3338d tools/bpf: bpftool: support prog array map and map of maps by Yonghong Song · 6 years ago
  21. f6f3bac tools/bpf: bpftool: add net support by Yonghong Song · 6 years ago
  22. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. 97911e0 tools/bpf: bpftool, add xskmap in map types by Prashant Bhole · 6 years ago
  24. 1a86ad8 tools/bpf: bpftool: add btf percpu map formated dump by Yonghong Song · 6 years ago
  25. 785e76d tools: bpftool: return from do_event_pipe() on bad arguments by Quentin Monnet · 6 years ago
  26. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  27. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 34a6bbb bpftool: add support for CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
  29. 573b3aa tools/bpftool: fix a percpu_array map dump problem by Yonghong Song · 6 years ago
  30. 08a8525 tools/bpftool: ignore build products by Taeung Song · 6 years ago
  31. 2cc512c bpf: btf: fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 6 years ago
  32. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. 759b94a tools/bpftool: Fix segfault case regarding 'pin' arguments by Taeung Song · 6 years ago
  34. dc989d2 tools: bpftool: don't pass FEATURES_DUMP to libbpf by Jakub Kicinski · 6 years ago
  35. 2d3feca bpf: btf: print map dump and lookup with btf info by Okash Khawaja · 6 years ago
  36. b12d6ec bpf: btf: add btf print functionality by Okash Khawaja · 6 years ago
  37. 86f7d85 tools: bpf: build and install man page for eBPF helpers from bpftool/ by Quentin Monnet · 6 years ago
  38. 3ff5a4d tools: bpftool: allow reuse of maps with bpftool prog load by Jakub Kicinski · 6 years ago
  39. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 6 years ago
  40. c840684 tools: bpftool: reimplement bpf_prog_load() for prog load by Jakub Kicinski · 6 years ago
  41. 49f2cba tools: bpftool: allow users to specify program type for prog load by Jakub Kicinski · 6 years ago
  42. ba6dd67 tools: bpftool: add support for loading programs for offload by Jakub Kicinski · 6 years ago
  43. 8d1fc3d tools: bpftool: refactor argument parsing for prog load by Jakub Kicinski · 6 years ago
  44. 02000b5 bpftool: add bash completion for cgroup tree command by Roman Gushchin · 7 years ago
  45. 7d31a0a bpftool: document cgroup tree command by Roman Gushchin · 7 years ago
  46. 2058b38 bpftool: introduce cgroup tree command by Roman Gushchin · 7 years ago
  47. b680340 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  48. 121c58b tools: bpftool: deal with options upfront by Jakub Kicinski · 7 years ago
  49. ef347a3 tools: bpftool: add missing --bpffs to completions by Jakub Kicinski · 7 years ago
  50. 71e07dd tools: bpftool: drop unnecessary Author comments by Jakub Kicinski · 7 years ago
  51. c256429 tools: bpftool: use correct make variable type to improve compilation time by Jakub Kicinski · 7 years ago
  52. bfee71f tools: bpftool: remember to close the libbpf object after prog load by Jakub Kicinski · 7 years ago
  53. 957f9a1 tools: bpftool: remove duplicated error message on prog load by Jakub Kicinski · 7 years ago
  54. 07480cb tools: bpftool: improve accuracy of load time by Jakub Kicinski · 7 years ago
  55. 73df93c tools/bpftool: fix a bug in bpftool perf by Yonghong Song · 7 years ago
  56. b3bbba3 bpf: fix cbpf parser bug for octal numbers by Daniel Borkmann · 7 years ago
  57. 13a370b bpftool: Support sendmsg{4,6} attach types by Andrey Ignatov · 7 years ago
  58. 6bdd533 bpf: add selftest for lirc_mode2 type program by Sean Young · 7 years ago
  59. b04df40 tools/bpftool: add perf subcommand by Yonghong Song · 7 years ago
  60. f7f62c7 tools: bpftool: add delimiters to multi-function JITed dumps by Sandipan Das · 7 years ago
  61. f84192e tools: bpftool: resolve calls without using imm field by Sandipan Das · 7 years ago
  62. 62c52d1 bpf: bpftool, support for sockhash by John Fastabend · 7 years ago
  63. d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
  64. e368751 tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock by Jakub Kicinski · 7 years ago
  65. 96112e9 selftests/bpf: ignore build products by Sirio Balmelli · 7 years ago
  66. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  67. f412eed tools: bpftool: add simple perf event output reader by Jakub Kicinski · 7 years ago
  68. e64d525 tools: bpftool: move get_possible_cpus() to common code by Jakub Kicinski · 7 years ago
  69. c642ea2 tools: bpftool: fold hex keyword in command help by Jakub Kicinski · 7 years ago
  70. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  71. a3fe1f6 tools: bpftool: change time format for program 'loaded at:' information by Quentin Monnet · 7 years ago
  72. 79741a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  73. 9b984a2 tools, bpftool: Display license GPL compatible in prog show/list by Jiri Olsa · 7 years ago
  74. 8154255 bpf: fix uninitialized variable in bpf tools by John Fastabend · 7 years ago
  75. a9537c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 9c299a3 bpf: fix for lex/yacc build error with gcc-5 by John Fastabend · 7 years ago
  77. 0c90f22 tools: bpftool: make it easier to feed hex bytes to bpftool by Quentin Monnet · 7 years ago
  78. 393de51 bpftool: Support new prog types and attach types by Andrey Ignatov · 7 years ago
  79. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 4b6eca9 tools: bpftool: don't use hex numbers in JSON output by Jakub Kicinski · 7 years ago
  81. 337682c bpftool: Adjust to new print_bpf_insn interface by Jiri Olsa · 7 years ago
  82. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. cc5b340 tools: bpf: remove feature detection output by Jakub Kicinski · 7 years ago
  84. 8050ea4 tools: bpf: cleanup PHONY target by Jakub Kicinski · 7 years ago
  85. d5fc73d tools: bpftool: fix potential format truncation by Jakub Kicinski · 7 years ago
  86. 90126e3 tools: bpftool: fix dependency file path by Jakub Kicinski · 7 years ago
  87. ef8ba83b tools: bpf: silence make by not deleting intermediate file by Jiri Benc · 7 years ago
  88. a50b7f8 tools: bpf: respect quiet/verbose build by Jiri Benc · 7 years ago
  89. 58416c3 tools: bpf: call descend in Makefile by Jiri Benc · 7 years ago
  90. 6c07100 tools: bpf: make install should build first by Jiri Benc · 7 years ago
  91. fde68c5 tools: bpf: consistent make bpf_install by Jiri Benc · 7 years ago
  92. 5a8997f tools: bpf: respect output directory during build by Jiri Benc · 7 years ago
  93. 72ab55e tools: bpftool: silence 'missing initializer' warnings by Jiri Benc · 7 years ago
  94. 20d5de5 tools: bpftool: fix compilation with older headers by Jiri Benc · 7 years ago
  95. 668da74 tools: bpftool: add support for quotations in batch files by Quentin Monnet · 7 years ago
  96. 416656b tools: bpftool: read from stdin when batch file name is "-" by Quentin Monnet · 7 years ago
  97. 65d538d tools: bpftool: support continuation lines in batch files by Quentin Monnet · 7 years ago
  98. 06cc7fe tools: bpftool: support comments in batch files by Quentin Monnet · 7 years ago
  99. d96fc832 tools: bpftool: add bash completion for CFG dump by Quentin Monnet · 7 years ago
  100. b6c1ced tools: bpftool: new command-line option and documentation for 'visual' by Jiong Wang · 7 years ago