1. 203ef5f selftest/tls: Add test to verify received 'type' of non-data record by Vakul Garg · 6 years ago
  2. 885e631 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  3. 5aab392 tools/libbpf: support bigger BTF data sizes by Andrii Nakryiko · 6 years ago
  4. 9d6b358 selftests: bpf: test_lwt_ip_encap: add negative tests. by Peter Oskolkov · 6 years ago
  5. ff326d3 selftests: forwarding: Add some missing configuration symbols by Florian Fainelli · 6 years ago
  6. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. 6e7bd3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  8. 789f6ba libbpf: Introduce bpf_object__btf by Andrey Ignatov · 6 years ago
  9. 1a11a4c libbpf: Introduce bpf_map__resize by Andrey Ignatov · 6 years ago
  10. d931206 tools: sync uapi/linux/if_link.h header by Andrii Nakryiko · 6 years ago
  11. 1ad9cbb tools/bpf: replace bzero with memset by Andrii Nakryiko · 6 years ago
  12. 39c1331 selftests: fix timestamping Makefile by Deepa Dinamani · 6 years ago
  13. 0fde56e selftests: bpf: add test_lwt_ip_encap selftest by Peter Oskolkov · 6 years ago
  14. 755db47 bpf: sync <kdir>/include/.../bpf.h with tools/include/.../bpf.h by Peter Oskolkov · 6 years ago
  15. f5c7bd9 selftests: mlxsw: avoid double sourcing of lib.sh by Jiri Pirko · 6 years ago
  16. ebbed0f tools: bpftool: doc, add text about feature-subcommand by Prashant Bhole · 6 years ago
  17. 64e39ee selftests: bpf: relax sub-register mode compilation criteria by Jiong Wang · 6 years ago
  18. bd4aed0 selftests: bpf: centre kernel bpf objects under new subdir "progs" by Jiong Wang · 6 years ago
  19. 4836b46 selftests: bpf: extend sub-register mode compilation to all bpf object files by Jiong Wang · 6 years ago
  20. 1727a9d selftests: bpf: add "alu32" to .gitignore by Jiong Wang · 6 years ago
  21. e0b27b3 bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock by Martin KaFai Lau · 6 years ago
  22. fb47d1d bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_verifer by Martin KaFai Lau · 6 years ago
  23. 281f9e7 bpf: Sync bpf.h to tools/ by Martin KaFai Lau · 6 years ago
  24. 842fc0f tools uapi: fix Alpha support by Bob Tracy · 6 years ago
  25. 212146f 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. 257eede net: Move all TC actions identifiers to one place by Eli Cohen · 6 years ago
  27. c478d3c selftests: mlxsw: spectrum-2: Add simple delta rehash test by Jiri Pirko · 6 years ago
  28. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. 49b57e0 tools/bpf: remove btf__get_strings() superseded by raw data API by Andrii Nakryiko · 6 years ago
  30. ae4ab4b btf: expose API to work with raw btf_ext data by Andrii Nakryiko · 6 years ago
  31. 02c8744 btf: expose API to work with raw btf data by Andrii Nakryiko · 6 years ago
  32. d29d87f btf: separate btf creation and loading by Andrii Nakryiko · 6 years ago
  33. 27b4ad6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  34. 6809054 Merge tag 'char-misc-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  35. e464f50 Merge tag 'staging-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  36. a4021a3 tools/bpf: add log_level to bpf_load_program_attr by Yonghong Song · 6 years ago
  37. 62b8cea tools/bpf: add missing strings.h include by Andrii Nakryiko · 6 years ago
  38. e90b1fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  39. a98232a selftests: mlxsw: Add a test for blackhole routes by Ido Schimmel · 6 years ago
  40. dd9cef4 bpf: test_maps: fix possible out of bound access warning by Breno Leitao · 6 years ago
  41. a5f2d08 tools: bpftool: doc, fix incorrect text by Prashant Bhole · 6 years ago
  42. 42a40e8 selftests/bpf: test reading the offloaded program by Jakub Kicinski · 6 years ago
  43. 06ea9e6 selftests/bpf: add test for mixing generic and offload XDP by Jakub Kicinski · 6 years ago
  44. d7f3563 selftests/bpf: print traceback when test fails by Jakub Kicinski · 6 years ago
  45. 52158f0 selftests/bpf: fix the expected messages by Jakub Kicinski · 6 years ago
  46. f7748e2 tools/bpf: silence a libbpf unnecessary warning by Yonghong Song · 6 years ago
  47. a6c109a tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter by Yonghong Song · 6 years ago
  48. 206dafb tools/bpf: fix a selftest test_btf failure by Yonghong Song · 6 years ago
  49. e2c6f50 selftests/bpf: add "any alignment" annotation for some tests by Björn Töpel · 6 years ago
  50. 9c65112 selftests/btf: add initial BTF dedup tests by Andrii Nakryiko · 6 years ago
  51. d5caef5 btf: add BTF types deduplication algorithm by Andrii Nakryiko · 6 years ago
  52. 69eaab04 btf: extract BTF type size calculation by Andrii Nakryiko · 6 years ago
  53. 8f2f350 perf script python: Add Python3 support to tests/attr.py by Tony Jones · 6 years ago
  54. a8a1f7d libbpf: fix libbpf_print by Stanislav Fomichev · 6 years ago
  55. 96408c4 tools/bpf: implement libbpf btf__get_map_kv_tids() API function by Yonghong Song · 6 years ago
  56. b8dcf8d tools/bpf: expose functions btf_ext__* as API functions by Yonghong Song · 6 years ago
  57. 7e8a590 selftests/bpf: use localhost in tcp_{server,client}.py by Stanislav Fomichev · 6 years ago
  58. 6ab3bc2 perf trace: Support multiple "vfs_getname" probes by Arnaldo Carvalho de Melo · 6 years ago
  59. 59a1770 perf symbols: Filter out hidden symbols from labels by Jiri Olsa · 6 years ago
  60. 843cf70 perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() by Arnaldo Carvalho de Melo · 6 years ago
  61. 6f1ae8b tools/bpf: simplify libbpf API function libbpf_set_print() by Yonghong Song · 6 years ago
  62. 9d100a1 tools/bpf: print out btf log at LIBBPF_WARN level by Yonghong Song · 6 years ago
  63. 8461ef8 tools/bpf: move libbpf pr_* debug print functions to headers by Yonghong Song · 6 years ago
  64. 27b8e90 tools headers uapi: Sync linux/in.h copy from the kernel sources by Arnaldo Carvalho de Melo · 6 years ago
  65. d34cecf perf clang: Do not use 'return std::move(something)' by Arnaldo Carvalho de Melo · 6 years ago
  66. f0fabf9 perf mem/c2c: Fix perf_mem_events to support powerpc by Ravi Bangoria · 6 years ago
  67. 489338a perf tests evsel-tp-sched: Fix bitwise operator by Gustavo A. R. Silva · 6 years ago
  68. 98bfc34 selftests: netfilter: add simple masq/redirect test cases by Florian Westphal · 6 years ago
  69. 952b72f selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET by Naresh Kamboju · 6 years ago
  70. a9bcfd1 selftests: add missing include unistd by Deepa Dinamani · 6 years ago
  71. 58f6d42 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  72. 6d923f8 Merge tag 'iio-fixes-5.0a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 6 years ago
  73. beb7355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  74. 2a11815 selftests/bpf: remove generated verifier/tests.h on 'make clean' by Stanislav Fomichev · 6 years ago
  75. 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
  76. e7b8164 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  77. 084fafe selftests: forwarding: mirror_gre_flower: Fix test result handling by Petr Machata · 6 years ago
  78. 2243cad selftests: forwarding: mirror_gre_bridge_1q_lag: Ignore ARP by Petr Machata · 6 years ago
  79. ba22b65 selftests: forwarding: mirror_gre_bridge_1q_lag: Enable forwarding by Petr Machata · 6 years ago
  80. a99dd62 selftests: forwarding: mirror_gre_bridge_1q_lag: Flush neighbors by Petr Machata · 6 years ago
  81. ccdb66d selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix roaming test by Petr Machata · 6 years ago
  82. 35036b0 selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix untagged test by Petr Machata · 6 years ago
  83. db2c5bf selftests: forwarding: mirror_lib: Wait for tardy mirrored packets by Petr Machata · 6 years ago
  84. 3dc178a selftests: forwarding: mirror_gre_changes: Fix TTL test by Petr Machata · 6 years ago
  85. f3b05bb selftests: mlxsw: Update ping limits by Petr Machata · 6 years ago
  86. 0175cb5 selftests: forwarding: mirror_lib: Update ping limits by Petr Machata · 6 years ago
  87. b6a4fd6 selftests: forwarding: Make ping timeout configurable by Ido Schimmel · 6 years ago
  88. 8debd67 net: tls: Add tests for TLS 1.3 by Dave Watson · 6 years ago
  89. fb99bce net: tls: Support 256 bit keys by Dave Watson · 6 years ago
  90. 50db9f0 libbpf: Add a support for getting xdp prog id on ifindex by Maciej Fijalkowski · 6 years ago
  91. f3cea32 libbpf: Add a helper for retrieving a map fd for a given name by Maciej Fijalkowski · 6 years ago
  92. ba72a7b selftests/bpf: test for BPF_F_LOCK by Alexei Starovoitov · 6 years ago
  93. df5d22f libbpf: introduce bpf_map_lookup_elem_flags() by Alexei Starovoitov · 6 years ago
  94. e44ac9a tools/bpf: sync uapi/bpf.h by Alexei Starovoitov · 6 years ago
  95. ab963be selftests/bpf: add bpf_spin_lock C test by Alexei Starovoitov · 6 years ago
  96. b4d4556 selftests/bpf: add bpf_spin_lock verifier tests by Alexei Starovoitov · 6 years ago
  97. 7dac3ae tools/bpf: sync include/uapi/linux/bpf.h by Alexei Starovoitov · 6 years ago
  98. 1bb54c4 bpf, selftests: fix handling of sparse CPU allocations by Martynas Pumputis · 6 years ago
  99. 9f78956 Merge tag 'linux-kselftest-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  100. cfff578 selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE_TRACEPOINT by Stanislav Fomichev · 6 years ago