1. 81ba4e1 selftests/bpf: remove useless bpf_trace_printk by Alexei Starovoitov · 7 years ago
  2. 170b8ff tc-testing: better test case file error reporting by Brenda J. Butler · 7 years ago
  3. 6c26c3f tc-testing: better check if thing is list by Brenda J. Butler · 7 years ago
  4. 7ae677f tc-testing: correction to docstring in get_unique_item by Brenda J. Butler · 7 years ago
  5. 181d661 tc-testing: split config file by Brenda J. Butler · 7 years ago
  6. a5a5efe tc-testing: gitignore, ignore standard python artifacts by Brenda J. Butler · 7 years ago
  7. 7dfbe5b tc-testing: very simple example test cases by Brenda J. Butler · 7 years ago
  8. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. 19e1219 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  10. 31c2611 selftests: Introduce a new test case to tc testsuite by Chris Mi · 7 years ago
  11. 7f07199 selftests: Introduce a new script to generate tc batch file by Chris Mi · 7 years ago
  12. 995231c tools: bpftool: add bash completion for bpftool by Quentin Monnet · 7 years ago
  13. bfa64075 bpf: rename sk_actions to align with bpf infrastructure by John Fastabend · 7 years ago
  14. 25a5d23 Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  15. 3fc27b7 tools: bpftool: try to mount bpffs if required for pinning objects by Quentin Monnet · 7 years ago
  16. 0641c3c tools: bpftool: update documentation for --json and --pretty usage by Quentin Monnet · 7 years ago
  17. 47ff7ac tools: bpftool: add cosmetic changes for the manual pages by Quentin Monnet · 7 years ago
  18. 004b45c tools: bpftool: provide JSON output for all possible commands by Quentin Monnet · 7 years ago
  19. 9a5ab8b tools: bpftool: turn err() and info() macros into functions by Quentin Monnet · 7 years ago
  20. 3aaca6b tools: bpftool: add JSON output for `bpftool batch file FILE` command by Quentin Monnet · 7 years ago
  21. 831a0aa tools: bpftool: add JSON output for `bpftool map *` commands by Quentin Monnet · 7 years ago
  22. f05e2c3 tools: bpftool: add JSON output for `bpftool prog dump xlated *` command by Quentin Monnet · 7 years ago
  23. 107f041 tools: bpftool: add JSON output for `bpftool prog dump jited *` command by Quentin Monnet · 7 years ago
  24. 743cc66 tools: bpftool: add JSON output for `bpftool prog show *` command by Quentin Monnet · 7 years ago
  25. d35efba tools: bpftool: introduce --json and --pretty options by Quentin Monnet · 7 years ago
  26. a2bc2e5 tools: bpftool: add option parsing to bpftool, --help and --version by Quentin Monnet · 7 years ago
  27. b66e907 tools: bpftool: copy JSON writer from iproute2 repository by Quentin Monnet · 7 years ago
  28. e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 7 years ago
  29. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 085cf9b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  31. b8d389e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  32. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  33. cd86d1f bpf: Adding helper function bpf_getsockops by Lawrence Brakmo · 7 years ago
  34. 821cfbb tools: bpftool: add a command to display bpftool version by Quentin Monnet · 7 years ago
  35. 8dfbc6d tools: bpftool: show that `opcodes` or `file FILE` should be exclusive by Quentin Monnet · 7 years ago
  36. 9e2308c tools: bpftool: print all relevant byte opcodes for "load double word" by Quentin Monnet · 7 years ago
  37. d9c0b48 tools: bpftool: print only one error message on byte parsing failure by Quentin Monnet · 7 years ago
  38. 9f60617 tools: bpftool: add `bpftool prog help` as real command i.r.t exit code by Quentin Monnet · 7 years ago
  39. 1d84487 tools: bpftool: use err() instead of info() if there are too many insns by Quentin Monnet · 7 years ago
  40. 1739c26 tools: bpftool: fix return value when all eBPF programs have been shown by Quentin Monnet · 7 years ago
  41. 9cbe1f58 tools: bpftool: add pointer to file argument to print_hex() by Quentin Monnet · 7 years ago
  42. b37242c bpf: add test cases to bpf selftests to cover all access tests by Daniel Borkmann · 7 years ago
  43. e043325 bpf: Add tests for eBPF file mode by Chenbo Feng · 7 years ago
  44. f7e9cb1 bpf: remove mark access for SK_SKB program types by John Fastabend · 7 years ago
  45. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  46. 435bf0d bpf: enforce TCP only support for sockmap by John Fastabend · 7 years ago
  47. b703798 objtool: Fix memory leak in decode_instructions() by Kamalesh Babulal · 7 years ago
  48. 275d34b Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  49. 28e33f9 bpf: disallow arithmetic operations on context pointer by Jakub Kicinski · 7 years ago
  50. 2dc7c1f tools: bpftool: use more common tag format by Jakub Kicinski · 7 years ago
  51. 74f8e22 perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu by Li Zhijian · 7 years ago
  52. 3d8bba9 perf xyarray: Fix wrong processing when closing evsel fd by Jin Yao · 7 years ago
  53. 6710e11 bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP by Jesper Dangaard Brouer · 7 years ago
  54. c97cc7d Revert "tools/power turbostat: stop migrating, unless '-m'" by Len Brown · 7 years ago
  55. 7f0cd23 perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE by Namhyung Kim · 7 years ago
  56. 3f50f61 perf record: Fix documentation for a inexistent option '-l' by Taeung Song · 7 years ago
  57. 7f6661a tc-testing: fix the -l argument bug in tdc.py by Lucas Bates · 7 years ago
  58. cf797ac tc-testing: Add test cases for police and skbmod by Lucas Bates · 7 years ago
  59. 0923edf tc-testing: Split test case files into smaller chunks by Lucas Bates · 7 years ago
  60. ae3c33c tc-testing: Add test cases for flushing actions by Lucas Bates · 7 years ago
  61. 26c923a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  62. 7ddd8fa userfaultfd: selftest: exercise -EEXIST only in background transfer by Andrea Arcangeli · 7 years ago
  63. 29479bf perf tools: Check wether the eBPF file exists in event parsing by Jiri Olsa · 7 years ago
  64. d0e3523 perf hists: Add extra integrity checks to fmt_free() by Jiri Olsa · 7 years ago
  65. 70b01df perf hists: Fix crash in perf_hpp__reset_output_field() by Jiri Olsa · 7 years ago
  66. 2d0d21c selftests: rtnetlink: add a small macsec test case by Florian Westphal · 7 years ago
  67. 8f88f74 selftests: rtnetlink: test RTM_GETNETCONF by Florian Westphal · 7 years ago
  68. c9c3599 tools: bpftool: use the kernel's instruction printer by Jakub Kicinski · 7 years ago
  69. a99ca6d selftests/bpf: add a test for verifier logs by Jakub Kicinski · 7 years ago
  70. da93b8c Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  71. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  72. aa7b4e0 tools include uapi bpf.h: Sync kernel ABI header with tooling header by Arnaldo Carvalho de Melo · 7 years ago
  73. 66ec1191 perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU by Mark Rutland · 7 years ago
  74. 067cae4 bpf: Use char in prog and map name by Martin KaFai Lau · 7 years ago
  75. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  76. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  77. 028568d kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd) by Masahiro Yamada · 7 years ago
  78. e9516c0 perf script: Add missing separator for "-F ip,brstack" (and brstackoff) by Mark Santaniello · 7 years ago
  79. fe9b5f7 libbpf: use map_flags when creating maps by Craig Gallek · 7 years ago
  80. b13c5c1 libbpf: parse maps sections of varying size by Craig Gallek · 7 years ago
  81. 1561b32 selftests/net: rxtimestamp: Fix an off by one by Dan Carpenter · 7 years ago
  82. 0b02503 VSOCK: add tools/testing/vsock/vsock_diag_test by Stefan Hajnoczi · 7 years ago
  83. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. 874d48f Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  85. ea344f6 selftests: mqueue: fix regression in silencing output from RUN_TESTS by Shuah Khan · 7 years ago
  86. 3346a6a selftests: x86: sysret_ss_attrs doesn't build on a PIE build by Shuah Khan · 7 years ago
  87. c1fbc0c perf callchain: Compare dsos (as well) for CCKEY_FUNCTION by Ravi Bangoria · 7 years ago
  88. ff69c21 tools: bpftool: add documentation by Jakub Kicinski · 7 years ago
  89. 71bb428 tools: bpf: add bpftool by Jakub Kicinski · 7 years ago
  90. a92bb54 tools: rename tools/net directory to tools/bpf by Jakub Kicinski · 7 years ago
  91. 5d0cbf9 libbpf: add support for BPF_PROG_QUERY by Alexei Starovoitov · 7 years ago
  92. defd9c4 libbpf: sync bpf.h by Alexei Starovoitov · 7 years ago
  93. 244d20e libbpf: introduce bpf_prog_detach2() by Alexei Starovoitov · 7 years ago
  94. 390ee7e bpf: enforce return code for cgroup-bpf programs by Alexei Starovoitov · 7 years ago
  95. e9b871e selftests: rtnetlink: try concurrent change of ifalias by Florian Westphal · 7 years ago
  96. 6227efc1 selftests: rtnetlink.sh: add vxlan and fou test cases by Florian Westphal · 7 years ago
  97. 1c6f705 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. 1addcd5 Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  99. 3a8ad56 bpf: Test new fields in bpf_attr and bpf_{prog, map}_info by Martin KaFai Lau · 7 years ago
  100. 6e525d0 bpf: Swap the order of checking prog_info and map_info by Martin KaFai Lau · 7 years ago