1. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  2. 4b6eca9 tools: bpftool: don't use hex numbers in JSON output by Jakub Kicinski · 7 years ago
  3. 337682c bpftool: Adjust to new print_bpf_insn interface by Jiri Olsa · 7 years ago
  4. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. cc5b340 tools: bpf: remove feature detection output by Jakub Kicinski · 7 years ago
  6. 8050ea4 tools: bpf: cleanup PHONY target by Jakub Kicinski · 7 years ago
  7. d5fc73d tools: bpftool: fix potential format truncation by Jakub Kicinski · 7 years ago
  8. 90126e3 tools: bpftool: fix dependency file path by Jakub Kicinski · 7 years ago
  9. ef8ba83b tools: bpf: silence make by not deleting intermediate file by Jiri Benc · 7 years ago
  10. a50b7f8 tools: bpf: respect quiet/verbose build by Jiri Benc · 7 years ago
  11. 58416c3 tools: bpf: call descend in Makefile by Jiri Benc · 7 years ago
  12. 6c07100 tools: bpf: make install should build first by Jiri Benc · 7 years ago
  13. fde68c5 tools: bpf: consistent make bpf_install by Jiri Benc · 7 years ago
  14. 5a8997f tools: bpf: respect output directory during build by Jiri Benc · 7 years ago
  15. 72ab55e tools: bpftool: silence 'missing initializer' warnings by Jiri Benc · 7 years ago
  16. 20d5de5 tools: bpftool: fix compilation with older headers by Jiri Benc · 7 years ago
  17. 668da74 tools: bpftool: add support for quotations in batch files by Quentin Monnet · 7 years ago
  18. 416656b tools: bpftool: read from stdin when batch file name is "-" by Quentin Monnet · 7 years ago
  19. 65d538d tools: bpftool: support continuation lines in batch files by Quentin Monnet · 7 years ago
  20. 06cc7fe tools: bpftool: support comments in batch files by Quentin Monnet · 7 years ago
  21. d96fc832 tools: bpftool: add bash completion for CFG dump by Quentin Monnet · 7 years ago
  22. b6c1ced tools: bpftool: new command-line option and documentation for 'visual' by Jiong Wang · 7 years ago
  23. efcef17 tools: bpftool: generate .dot graph from CFG information by Jiong Wang · 7 years ago
  24. 6e9eb7e tools: bpftool: add out edges for each basic-block by Jiong Wang · 7 years ago
  25. 0824611 tools: bpftool: partition basic-block for each function in the CFG by Jiong Wang · 7 years ago
  26. 8033175 tools: bpftool: detect sub-programs from the eBPF sequence by Jiong Wang · 7 years ago
  27. 73bb5b4 tools: bpftool: factor out xlated dump related code into separate file by Jiong Wang · 7 years ago
  28. 3197239 tools: bpftool: remove unnecessary 'if' to reduce indentation by Jiong Wang · 7 years ago
  29. 9be6d41 tools: bpftool: preserve JSON output on errors on batch file parsing by Quentin Monnet · 7 years ago
  30. 52c84d3 tools: bpftool: preserve JSON for batch mode when dumping insns to file by Quentin Monnet · 7 years ago
  31. a827a16 tools: bpftool: add bash completion for cgroup commands by Quentin Monnet · 7 years ago
  32. 55f3538 tools: bpftool: add bash completion for `bpftool prog load` by Quentin Monnet · 7 years ago
  33. 2148481 tools: bpftool: make syntax for program map update explicit in man page by Quentin Monnet · 7 years ago
  34. 9242682 tools: bpftool: exit doc Makefile early if rst2man is not available by Quentin Monnet · 7 years ago
  35. a55aaf6 bpftool: recognize BPF_MAP_TYPE_CPUMAP maps by Roman Gushchin · 7 years ago
  36. 064a07c tools: bpftool: report device information for offloaded maps by Jakub Kicinski · 7 years ago
  37. b223e3b tools/bpf_jit_disasm: silence a static checker warning by Dan Carpenter · 7 years ago
  38. e659359 tools: bpftool: improve architecture detection by using ifindex by Jiong Wang · 7 years ago
  39. 39b72cc tools: bpftool: add -DPACKAGE when including bfd.h by Jiong Wang · 7 years ago
  40. 45e5e12 bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs by Roman Gushchin · 7 years ago
  41. b4fac96 tools: bpftool: remove new lines from errors by Jakub Kicinski · 7 years ago
  42. 6ebe6db tools: bpftool: alias show and list commands by Jakub Kicinski · 7 years ago
  43. 65b875b tools: bpftool: rename cgroup list -> show in the code by Jakub Kicinski · 7 years ago
  44. 5226221 tools: bpftool: report device information for offloaded programs by Jakub Kicinski · 7 years ago
  45. fb98266 tools/bpftool: fix bpftool build with bintutils >= 2.9 by Roman Gushchin · 7 years ago
  46. 4bfe3bd tools/bpftool: use version from the kernel source tree by Roman Gushchin · 7 years ago
  47. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. 8207c6d tools: bpftool: protect against races with disappearing objects by Jakub Kicinski · 7 years ago
  49. b3b1b65 tools: bpftool: maps: close json array on error paths of show by Jakub Kicinski · 7 years ago
  50. 7105e82 bpf: allow for correlation of maps and helpers in dump by Daniel Borkmann · 7 years ago
  51. 5ccda64 bpftool: implement cgroup bpf operations by Roman Gushchin · 7 years ago
  52. 49a086c bpftool: implement prog load command by Roman Gushchin · 7 years ago
  53. d324424 tools: bpftool: create "uninstall", "doc-uninstall" make targets by Quentin Monnet · 7 years ago
  54. 658e85a tools: bpftool: harmonise Makefile and Documentation/Makefile by Quentin Monnet · 7 years ago
  55. ad3cda0 tools: bpftool: declare phony targets as such by Quentin Monnet · 7 years ago
  56. 507e590 tools: bpftool: unify installation directories by Quentin Monnet · 7 years ago
  57. 0d954ee tools: bpftool: remove spurious line break from error message by Quentin Monnet · 7 years ago
  58. 146882a tools: bpftool: make error message from getopt_long() JSON-friendly by Quentin Monnet · 7 years ago
  59. 7868620 tools: bpftool: clean up the JSON writer before exiting in usage() by Quentin Monnet · 7 years ago
  60. 9b85c2d tools: bpftool: fix crash on bad parameters with JSON by Quentin Monnet · 7 years ago
  61. 51aa423 bpftool: revert printing program device bound info by Jakub Kicinski · 7 years ago
  62. c541b73 tools: bpftool: optionally show filenames of pinned objects by Prashant Bhole · 7 years ago
  63. 4990f1f tools: bpftool: show filenames of pinned objects by Prashant Bhole · 7 years ago
  64. 1852719 tools: bpftool: open pinned object without type check by Prashant Bhole · 7 years ago
  65. 0b1c27db tools: bpftool: move p_err() and p_info() from main.h to common.c by Quentin Monnet · 7 years ago
  66. 928631e bpftool: print program device bound info by Jakub Kicinski · 7 years ago
  67. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  68. cdc89c9 tools: bpf: handle long path in jit disasm by Prashant Bhole · 7 years ago
  69. 995231c tools: bpftool: add bash completion for bpftool by Quentin Monnet · 7 years ago
  70. 3fc27b7 tools: bpftool: try to mount bpffs if required for pinning objects by Quentin Monnet · 7 years ago
  71. 0641c3c tools: bpftool: update documentation for --json and --pretty usage by Quentin Monnet · 7 years ago
  72. 47ff7ac tools: bpftool: add cosmetic changes for the manual pages by Quentin Monnet · 7 years ago
  73. 004b45c tools: bpftool: provide JSON output for all possible commands by Quentin Monnet · 7 years ago
  74. 9a5ab8b tools: bpftool: turn err() and info() macros into functions by Quentin Monnet · 7 years ago
  75. 3aaca6b tools: bpftool: add JSON output for `bpftool batch file FILE` command by Quentin Monnet · 7 years ago
  76. 831a0aa tools: bpftool: add JSON output for `bpftool map *` commands by Quentin Monnet · 7 years ago
  77. f05e2c3 tools: bpftool: add JSON output for `bpftool prog dump xlated *` command by Quentin Monnet · 7 years ago
  78. 107f041 tools: bpftool: add JSON output for `bpftool prog dump jited *` command by Quentin Monnet · 7 years ago
  79. 743cc66 tools: bpftool: add JSON output for `bpftool prog show *` command by Quentin Monnet · 7 years ago
  80. d35efba tools: bpftool: introduce --json and --pretty options by Quentin Monnet · 7 years ago
  81. a2bc2e5 tools: bpftool: add option parsing to bpftool, --help and --version by Quentin Monnet · 7 years ago
  82. b66e907 tools: bpftool: copy JSON writer from iproute2 repository by Quentin Monnet · 7 years ago
  83. 821cfbb tools: bpftool: add a command to display bpftool version by Quentin Monnet · 7 years ago
  84. 8dfbc6d tools: bpftool: show that `opcodes` or `file FILE` should be exclusive by Quentin Monnet · 7 years ago
  85. 9e2308c tools: bpftool: print all relevant byte opcodes for "load double word" by Quentin Monnet · 7 years ago
  86. d9c0b48 tools: bpftool: print only one error message on byte parsing failure by Quentin Monnet · 7 years ago
  87. 9f60617 tools: bpftool: add `bpftool prog help` as real command i.r.t exit code by Quentin Monnet · 7 years ago
  88. 1d84487 tools: bpftool: use err() instead of info() if there are too many insns by Quentin Monnet · 7 years ago
  89. 1739c26 tools: bpftool: fix return value when all eBPF programs have been shown by Quentin Monnet · 7 years ago
  90. 9cbe1f58 tools: bpftool: add pointer to file argument to print_hex() by Quentin Monnet · 7 years ago
  91. 2dc7c1f tools: bpftool: use more common tag format by Jakub Kicinski · 7 years ago
  92. c9c3599 tools: bpftool: use the kernel's instruction printer by Jakub Kicinski · 7 years ago
  93. ff69c21 tools: bpftool: add documentation by Jakub Kicinski · 7 years ago
  94. 71bb428 tools: bpf: add bpftool by Jakub Kicinski · 7 years ago
  95. a92bb54 tools: rename tools/net directory to tools/bpf by Jakub Kicinski · 7 years ago