1. d8eca5b bpf: implement lookup-free direct value access for maps by Daniel Borkmann · 6 years ago
  2. ff466b5 libbpf: Ignore -Wformat-nonliteral warning by Andrey Ignatov · 6 years ago
  3. 07f9196 selftests/bpf: Test unbounded var_off stack access by Andrey Ignatov · 6 years ago
  4. 2c6927d selftests/bpf: Test indirect var_off stack access in unpriv mode by Andrey Ignatov · 6 years ago
  5. f68a5b4 selftests/bpf: Test indirect var_off stack access in raw mode by Andrey Ignatov · 6 years ago
  6. e67b2c7 samples, selftests/bpf: add NULL check for ksym_search by Daniel T. Lee · 6 years ago
  7. 0979ff7 selftests/bpf: ksym_search won't check symbols exists by Daniel T. Lee · 6 years ago
  8. 8aa2d4b selftests/bpf: synthetic tests to push verifier limits by Alexei Starovoitov · 6 years ago
  9. e5e7a8f selftests/bpf: add few verifier scale tests by Alexei Starovoitov · 6 years ago
  10. da11b41 libbpf: teach libbpf about log_level bit 2 by Alexei Starovoitov · 6 years ago
  11. 7596aa3 selftests: bpf: remove duplicate .flags initialization in ctx_skb.c by Stanislav Fomichev · 6 years ago
  12. a918b03 selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c by Stanislav Fomichev · 6 years ago
  13. 94e8f3c selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c by Stanislav Fomichev · 6 years ago
  14. 6b7b699 selftests: bpf: tests.h should depend on .c files, not the output by Stanislav Fomichev · 6 years ago
  15. 9de2640 bpf: add bpffs multi-dimensional array tests in test_btf by Yonghong Song · 6 years ago
  16. 8ff80e9 selftests/bpf: Test variable offset stack access by Andrey Ignatov · 6 years ago
  17. dd399ac tools/bpf: generate pkg-config file for libbpf by Luca Boccassi · 6 years ago
  18. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  20. b4b6aa8 selftests: bpf: don't depend on hardcoded perf sample_freq by Stanislav Fomichev · 6 years ago
  21. 0c4ea7f bpf: test_tc_tunnel.sh needs reverse path filtering disabled by Alan Maguire · 6 years ago
  22. 27602e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  23. 63197f7 bpf, libbpf: clarify bump in libbpf version info by Daniel Borkmann · 6 years ago
  24. 1d38226 bpf, libbpf: fix version info and add it to shared object by Daniel Borkmann · 6 years ago
  25. 49ef015 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  26. 1ebf5af Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  27. 7df5e3d selftests: bpf: tc-bpf flow shaping with EDT by Peter Oskolkov · 6 years ago
  28. d8b5297 Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  29. 4a98be8 Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  30. 75a1a9f selftests/bpf: convert bpf tunnel test to encap modes by Willem de Bruijn · 6 years ago
  31. 94f1681 selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSO by Willem de Bruijn · 6 years ago
  32. 005edd1 selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MAC by Willem de Bruijn · 6 years ago
  33. 6c408de bpf: Sync bpf.h to tools by Willem de Bruijn · 6 years ago
  34. 8142958 selftests/bpf: extend bpf tunnel test with tso by Willem de Bruijn · 6 years ago
  35. 7255fad selftests/bpf: extend bpf tunnel test with gre by Willem de Bruijn · 6 years ago
  36. ef81bd0 selftests/bpf: expand bpf tunnel test to ipv6 by Willem de Bruijn · 6 years ago
  37. ccd34cd selftests/bpf: expand bpf tunnel test with decap by Willem de Bruijn · 6 years ago
  38. 98cdabc selftests/bpf: bpf tunnel encap test by Willem de Bruijn · 6 years ago
  39. 83d1631 bpf: verifier: propagate liveness on all frames by Jakub Kicinski · 6 years ago
  40. f682752 selftests: bpf: modify urandom_read and link it non-statically by Ivan Vecera · 6 years ago
  41. bafc0ba selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp by Lorenz Bauer · 6 years ago
  42. 5792d52 selftests/bpf: test references to sock_common by Lorenz Bauer · 6 years ago
  43. dbaf287 selftests/bpf: allow specifying helper for BPF_SK_LOOKUP by Lorenz Bauer · 6 years ago
  44. 253c8dd tools: update include/uapi/linux/bpf.h by Lorenz Bauer · 6 years ago
  45. 7e0c889 net/sched: act_vlan: validate the control action inside init() by Davide Caratti · 6 years ago
  46. e5fdaba net/sched: act_tunnel_key: validate the control action inside init() by Davide Caratti · 6 years ago
  47. 7c3d825 net/sched: act_skbmod: validate the control action inside init() by Davide Caratti · 6 years ago
  48. ec7727b net/sched: act_skbedit: validate the control action inside init() by Davide Caratti · 6 years ago
  49. 4b006b0 net/sched: act_simple: validate the control action inside init() by Davide Caratti · 6 years ago
  50. e8c87c6 net/sched: act_sample: validate the control action inside init() by Davide Caratti · 6 years ago
  51. d6124d6 net/sched: act_police: validate the control action inside init() by Davide Caratti · 6 years ago
  52. 6ac86ca net/sched: act_pedit: validate the control action inside init() by Davide Caratti · 6 years ago
  53. 1e45d04 net/sched: act_nat: validate the control action inside init() by Davide Caratti · 6 years ago
  54. c53075e net/sched: act_connmark: validate the control action inside init() by Davide Caratti · 6 years ago
  55. ff9721d net/sched: act_mirred: validate the control action inside init() by Davide Caratti · 6 years ago
  56. 11a94d7 net/sched: act_ife: validate the control action inside init() by Davide Caratti · 6 years ago
  57. 0da2dbd net/sched: act_gact: validate the control action inside init() by Davide Caratti · 6 years ago
  58. f5c29d8 net/sched: act_csum: validate the control action inside init() by Davide Caratti · 6 years ago
  59. 4e18100 net/sched: act_bpf: validate the control action inside init() by Davide Caratti · 6 years ago
  60. f8dfeae perf bpf: Show more BPF program info in print_bpf_prog_info() by Song Liu · 6 years ago
  61. fc462ac perf bpf: Extract logic to create program names from perf_event__synthesize_one_bpf_prog() by Song Liu · 6 years ago
  62. d56354d perf tools: Save bpf_prog_info and BTF of new BPF programs by Song Liu · 6 years ago
  63. 657ee55 perf evlist: Introduce side band thread by Song Liu · 6 years ago
  64. 0c67181 objtool: Move objtool_file struct off the stack by Josh Poimboeuf · 6 years ago
  65. 48e5d98 selftests/bpf: Add arm target register definitions by Adrian Ratiu · 6 years ago
  66. 6987561 perf annotate: Enable annotation of BPF programs by Song Liu · 6 years ago
  67. 8a1b171 perf build: Check what binutils's 'disassembler()' signature to use by Song Liu · 6 years ago
  68. 3ca3877 perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotation by Song Liu · 6 years ago
  69. 9b86d04 perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFO by Song Liu · 6 years ago
  70. 31be947 perf feature detection: Add -lopcodes to feature-libbfd by Song Liu · 6 years ago
  71. ee7a112 perf top: Add option --no-bpf-event by Song Liu · 6 years ago
  72. a70a11231 perf bpf: Save BTF information as headers to perf.data by Song Liu · 6 years ago
  73. 3792cb2 perf bpf: Save BTF in a rbtree in perf_env by Song Liu · 6 years ago
  74. 606f972 perf bpf: Save bpf_prog_info information as headers to perf.data by Song Liu · 6 years ago
  75. e4378f0 perf bpf: Save bpf_prog_info in a rbtree in perf_env by Song Liu · 6 years ago
  76. e541695 perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool by Song Liu · 6 years ago
  77. a742258 perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  78. cae73f2 bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump() by Song Liu · 6 years ago
  79. 34be1646 tools lib bpf: Introduce bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  80. 71184c6 perf record: Replace option --bpf-event with --no-bpf-event by Song Liu · 6 years ago
  81. d982b33 perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() by Changbin Du · 6 years ago
  82. f97a899 perf tests: Fix memory leak by expr__find_other() in test__expr() by Changbin Du · 6 years ago
  83. 93faa52 perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test by Changbin Du · 6 years ago
  84. 42dfa45 perf evsel: Free evsel->counts in perf_evsel__exit() by Arnaldo Carvalho de Melo · 6 years ago
  85. 1e5b0cf perf top: Fix global-buffer-overflow issue by Changbin Du · 6 years ago
  86. da3a53a7 perf maps: Purge all maps from the 'names' tree by Changbin Du · 6 years ago
  87. b49265e perf map: Remove map from 'names' tree in __maps__remove() by Changbin Du · 6 years ago
  88. cb6186a perf hist: Add missing map__put() in error case by Changbin Du · 6 years ago
  89. 70c819e perf top: Fix error handling in cmd_top() by Changbin Du · 6 years ago
  90. 0dba9e4 perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue by Changbin Du · 6 years ago
  91. 8bde851 perf build-id: Fix memory leak in print_sdt_events() by Changbin Du · 6 years ago
  92. 54569ba perf config: Fix a memory leak in collect_config() by Changbin Du · 6 years ago
  93. 9b40dff perf config: Fix an error in the config template documentation by Changbin Du · 6 years ago
  94. 11c1ea6 perf tools: Fix errors under optimization level '-Og' by Changbin Du · 6 years ago
  95. 39df730 perf list: Don't forget to drop the reference to the allocated thread_map by Changbin Du · 6 years ago
  96. af7a14a perf tools: Add doc about how to build perf with Asan and UBSan by Changbin Du · 6 years ago
  97. c3b4d5c perf vendor events: Remove P8 HW events which are not supported by Mamatha Inamdar · 6 years ago
  98. 42a5864 perf stat: Improve scaling by Andi Kleen · 6 years ago
  99. 75998bb perf stat: Fix --no-scale by Andi Kleen · 6 years ago
  100. 90b10f4 perf script: Support relative time by Andi Kleen · 6 years ago