1. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  2. 5b84ad2 tools: bpftool: do not link twice against libbpf.a in Makefile by Quentin Monnet · 5 years ago
  3. fbdb620 tools: bpf: account for generated feature/ and libbpf/ directories by Quentin Monnet · 5 years ago
  4. 45c5589d tools: bpftool: improve and check builds for different make invocations by Quentin Monnet · 5 years ago
  5. e0a43aa tools: bpftool: ignore make built-in rules for getting kernel version by Quentin Monnet · 5 years ago
  6. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  7. 0bb52b0 tools: bpftool: add "bpftool map freeze" subcommand by Quentin Monnet · 5 years ago
  8. c354ff2 tools: bpftool: show frozen status for maps by Quentin Monnet · 5 years ago
  9. 4d374ba0 tools: bpftool: implement "bpftool btf show|list" by Quentin Monnet · 5 years ago
  10. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. d34b0440 tools: bpftool: close prog FD before exit on showing a single program by Quentin Monnet · 5 years ago
  12. 8918dc4 tools: bpftool: move "__printf()" attributes to header file by Quentin Monnet · 5 years ago
  13. b0ead6d tools: bpftool: fix format string for p_err() in detect_common_prefix() by Quentin Monnet · 5 years ago
  14. 8a15d5c tools: bpftool: fix format string for p_err() in query_flow_dissector() by Quentin Monnet · 5 years ago
  15. ed4a398 tools: bpftool: fix argument for p_err() in BTF do_dump() by Quentin Monnet · 5 years ago
  16. 22c349e8 tools: bpftool: fix format strings and arguments for jsonw_printf() by Quentin Monnet · 5 years ago
  17. 9def249 tools: bpftool: fix arguments for p_err() in do_event_pipe() by Quentin Monnet · 5 years ago
  18. cb9d996 tools: bpftool: add documentation for net attach/detach by Daniel T. Lee · 5 years ago
  19. 10a708c tools: bpftool: add bash-completion for net attach/detach by Daniel T. Lee · 5 years ago
  20. 37c7f86 tools: bpftool: add net detach command to detach XDP on interface by Daniel T. Lee · 5 years ago
  21. 04949cc tools: bpftool: add net attach command to attach XDP on interface by Daniel T. Lee · 5 years ago
  22. a9436dc tools: bpftool: compile with $(EXTRA_WARNINGS) by Quentin Monnet · 5 years ago
  23. d66fa3c tools: bpftool: add feature check for zlib by Peter Wu · 5 years ago
  24. a664a83 tools: bpftool: fix reading from /proc/config.gz by Peter Wu · 5 years ago
  25. 3c7be38 tools: bpftool: add error message on pin failure by Jakub Kicinski · 5 years ago
  26. b3e78ad tools: bpftool: fix error message (prog -> object) by Jakub Kicinski · 5 years ago
  27. a98bf57 tools: bpftool: add support for reporting the effective cgroup progs by Jakub Kicinski · 5 years ago
  28. 1375dc4a tools: Add definitions for devmap_hash map type by Toke Høiland-Jørgensen · 5 years ago
  29. 216b65f tools: bpftool: add raw_tracepoint_writable prog type to header by Daniel T. Lee · 5 years ago
  30. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  31. 8fc9f8b tools: bpftool: add completion for bpftool prog "loadall" by Quentin Monnet · 5 years ago
  32. 9b190f1 tools/bpftool: switch map event_pipe to libbpf's perf_buffer by Andrii Nakryiko · 5 years ago
  33. aa52bcb tools: bpftool: Fix json dump crash on powerpc by Jiri Olsa · 5 years ago
  34. ba95c74 tools: bpftool: add "prog run" subcommand to test-run programs by Quentin Monnet · 5 years ago
  35. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  36. f6d08d9 bpftool: support cgroup sockopt by Stanislav Fomichev · 6 years ago
  37. 6c6874f tools: bpftool: use correct argument in cgroup errors by Jakub Kicinski · 6 years ago
  38. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  40. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  41. a7d7a39 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232 by Thomas Gleixner · 6 years ago
  42. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 4c587c1 bpf: use libbpf_num_possible_cpus internally by Hechao Li · 6 years ago
  44. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  45. 000aa12 bpf, bpftool: enable recvmsg attach types by Daniel Borkmann · 6 years ago
  46. 1884c06 tools: bpftool: Fix JSON output when lookup fails by Krzesimir Nowak · 6 years ago
  47. 55d7780 tools: bpftool: make -d option print debug output from verifier by Quentin Monnet · 6 years ago
  48. 775bc8a tools: bpftool: add -d option to get debug output from libbpf by Quentin Monnet · 6 years ago
  49. 92bd682 bpf: style fix in while(!feof()) loop by Chang-Hsien Tsai · 6 years ago
  50. 0d97dac bpftool: auto-complete BTF IDs for btf dump by Andrii Nakryiko · 6 years ago
  51. 90eea40 bpftool: update bash-completion w/ new c option for btf dump by Andrii Nakryiko · 6 years ago
  52. 220ba45 bpftool/docs: add description of btf dump C option by Andrii Nakryiko · 6 years ago
  53. 2119f21 bpftool: add C output format option to btf dump subcommand by Andrii Nakryiko · 6 years ago
  54. 58650cc bpftool: use libbpf's btf__parse_elf API by Andrii Nakryiko · 6 years ago
  55. 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
  56. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  57. 9c3ddee bpftool: fix BTF raw dump of FWD's fwd_kind by Andrii Nakryiko · 6 years ago
  58. ac4e0e0 tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr() by Yonghong Song · 6 years ago
  59. a7d0067 bpftool: exclude bash-completion/bpftool from .gitignore pattern by Masahiro Yamada · 6 years ago
  60. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. a19f89f bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing by Martin KaFai Lau · 6 years ago
  62. 8ed1875 bpftool: fix indendation in bash-completion/bpftool by Andrii Nakryiko · 6 years ago
  63. 4a714fe bpftool: add bash completions for btf command by Andrii Nakryiko · 6 years ago
  64. ca25333 bpftool/docs: add btf sub-command documentation by Andrii Nakryiko · 6 years ago
  65. c93cc69 bpftool: add ability to dump BTF types by Andrii Nakryiko · 6 years ago
  66. 77d7642 bpftool: Fix errno variable usage by Benjamin Poirier · 6 years ago
  67. 8694d8c tools: bpftool: fix infinite loop in map create by Alban Crequy · 6 years ago
  68. 7f0c57f bpftool: show flow_dissector attachment status by Stanislav Fomichev · 6 years ago
  69. d1b7725 tools/bpftool: show btf_id in map listing by Prashant Bhole · 6 years ago
  70. d459b59 tools/bpftool: re-organize newline printing for map listing by Prashant Bhole · 6 years ago
  71. f25377e bpftool: Support sysctl hook by Andrey Ignatov · 6 years ago
  72. 3da6e7e bpftool: Improve handling of ENOSPC on reuseport_array map dumps by Benjamin Poirier · 6 years ago
  73. 0478c3b bpftool: Use print_entry_error() in case of ENOENT when dumping by Benjamin Poirier · 6 years ago
  74. 25df480 tools: bpftool: add a note on program statistics in man page by Quentin Monnet · 6 years ago
  75. 88b3eed tools: bpftool: fix short option name for printing version in man pages by Quentin Monnet · 6 years ago
  76. 9a48788 tools: bpftool: fix man page documentation for "pinmaps" keyword by Quentin Monnet · 6 years ago
  77. 39c9f10 tools: bpftool: reset errno for "bpftool cgroup tree" by Quentin Monnet · 6 years ago
  78. 031ebc1 tools: bpftool: remove blank line after btf_id when listing programs by Quentin Monnet · 6 years ago
  79. 569b0c7 tools/bpftool: show btf id in program information by Prashant Bhole · 6 years ago
  80. 817998a bpf: bpftool support for dumping data/bss/rodata sections by Daniel Borkmann · 6 years ago
  81. d8eca5b bpf: implement lookup-free direct value access for maps by Daniel Borkmann · 6 years ago
  82. cae73f2 bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump() by Song Liu · 6 years ago
  83. f74a53d9 tools: libbpf: add a correctly named define for map iteration by Jakub Kicinski · 6 years ago
  84. 88ad472 tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt by Alexei Starovoitov · 6 years ago
  85. a5d9265 bpf: bpftool, fix documentation for attach types by Alban Crequy · 6 years ago
  86. 885e631 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  87. ebbed0f tools: bpftool: doc, add text about feature-subcommand by Prashant Bhole · 6 years ago
  88. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  89. a5f2d08 tools: bpftool: doc, fix incorrect text by Prashant Bhole · 6 years ago
  90. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  91. d76198b tools: bpftool: warn about risky prog array updates by Jakub Kicinski · 6 years ago
  92. 8c79b35 tools: bpftool: fix crash with un-owned prog arrays by Jakub Kicinski · 6 years ago
  93. df791dc tools: bpftool: teach cfg code about JMP32 by Jiong Wang · 6 years ago
  94. 866e6ac4 bpftool: feature probing, change default action by Prashant Bhole · 6 years ago
  95. c76e4c2 libbpf: Show supported ELF section names when failing to guess prog/attach type by Taeung Song · 6 years ago
  96. b0ca5ec bpftool: fix percpu maps updating by Paolo Abeni · 6 years ago
  97. 752bcf8 bpftool: Fix prog dump by tag by Jiri Olsa · 6 years ago
  98. 948703e tools: bpftool: add bash completion for bpftool probes by Quentin Monnet · 6 years ago
  99. f9499fe tools: bpftool: add probes for a network device by Quentin Monnet · 6 years ago
  100. d267cff tools: bpftool: add C-style "#define" output for probes by Quentin Monnet · 6 years ago