1. a890525 selftests/bpf: Xsk selftests framework by Weqaar Janjua · 4 years, 1 month ago
  2. 34da872 selftests/bpf: Test bpf_sk_storage_get in tcp iterators by Florent Revest · 4 years, 1 month ago
  3. bd9b327e selftests/bpf: Add an iterator selftest for bpf_sk_storage_get by Florent Revest · 4 years, 1 month ago
  4. 593f6d4 selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete by Florent Revest · 4 years, 1 month ago
  5. 4f19cab bpf: Add a bpf_sock_from_file helper by Florent Revest · 4 years, 1 month ago
  6. 5f61b7c selftests/bpf: Avoid errno clobbering by Florian Lehner · 4 years, 1 month ago
  7. 7d17167 selftests/bpf: Print reason when a tester could not run a program by Florian Lehner · 4 years, 1 month ago
  8. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  9. eceae70 selftests/bpf: Fix invalid use of strncat in test_sockmap by Andrii Nakryiko · 4 years, 1 month ago
  10. 3015b50 libbpf: Use memcpy instead of strncpy to please GCC by Andrii Nakryiko · 4 years, 1 month ago
  11. 1e38abe selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module by Andrii Nakryiko · 4 years, 1 month ago
  12. bc9ed69c selftests/bpf: Add tp_btf CO-RE reloc test for modules by Andrii Nakryiko · 4 years, 1 month ago
  13. 91abb4a libbpf: Support attachment of BPF tracing programs to kernel modules by Andrii Nakryiko · 4 years, 1 month ago
  14. 6aef10a libbpf: Factor out low-level BPF program loading helper by Andrii Nakryiko · 4 years, 1 month ago
  15. 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
  16. 6bcd39d selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF by Andrii Nakryiko · 4 years, 1 month ago
  17. 5ed3147 selftests/bpf: Add support for marking sub-tests as skipped by Andrii Nakryiko · 4 years, 1 month ago
  18. 9f7fa22 selftests/bpf: Add bpf_testmod kernel module for testing by Andrii Nakryiko · 4 years, 1 month ago
  19. 4f33a53 libbpf: Add kernel module BTF support for CO-RE relocations by Andrii Nakryiko · 4 years, 1 month ago
  20. 0f7515c libbpf: Refactor CO-RE relocs to not assume a single BTF object by Andrii Nakryiko · 4 years, 1 month ago
  21. a19f93c libbpf: Add internal helper to load BTF data by FD by Andrii Nakryiko · 4 years, 1 month ago
  22. 55144f3 selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP by Prankur gupta · 4 years, 1 month ago
  23. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  24. bbe2ba0 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  25. 58c185b bpf: Fix cold build of test_progs-no_alu32 by Brendan Jackman · 4 years, 1 month ago
  26. d6d418b libbpf: Cap retries in sys_bpf_prog_load by Stanislav Fomichev · 4 years, 1 month ago
  27. 9cf309c libbpf: Sanitise map names before pinning by Toke Høiland-Jørgensen · 4 years, 1 month ago
  28. 80b2b5c libbpf: Fail early when loading programs with unspecified type by Andrei Matei · 4 years, 1 month ago
  29. ffebecd selftests/bpf: Indent ima_setup.sh with tabs. by KP Singh · 4 years, 1 month ago
  30. d932e043 selftests/bpf: Add config dependency on BLK_DEV_LOOP by KP Singh · 4 years, 1 month ago
  31. 1ee0767 selftests/bpf: Ensure securityfs mount before writing ima policy by KP Singh · 4 years, 1 month ago
  32. 3db9804 selftests/bpf: Update ima_setup.sh for busybox by KP Singh · 4 years, 1 month ago
  33. e459f49 libbpf: Separate XDP program load with xsk socket creation by Mariusz Dudek · 4 years, 1 month ago
  34. 22e8ebe tools/resolve_btfids: Fix some error messages by Brendan Jackman · 4 years, 1 month ago
  35. a874c8c selftests/bpf: Copy file using read/write in local storage test by Stanislav Fomichev · 4 years, 1 month ago
  36. fa45283 tools/bpftool: Auto-detect split BTFs in common cases by Andrii Nakryiko · 4 years, 2 months ago
  37. 0cfdcd6 libbpf: Add base BTF accessor by Andrii Nakryiko · 4 years, 2 months ago
  38. 71ccb50 tools/bpftool: Emit name <anon> for anonymous BTFs by Andrii Nakryiko · 4 years, 2 months ago
  39. d4bff72 macvlan: Support for high multicast packet rate by Thomas Karlsson · 4 years, 1 month ago
  40. 80ee81e bpf: Eliminate rlimit-based memory accounting infra for bpf maps by Roman Gushchin · 4 years, 2 months ago
  41. a540c81 selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt by Stanislav Fomichev · 4 years, 2 months ago
  42. a999696 selftests/bpf: Rewrite test_sock_addr bind bpf into C by Stanislav Fomichev · 4 years, 2 months ago
  43. 8a02ec8 Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  44. ef6900a Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  45. 008cb2e selftests: forwarding: Add QinQ veto testing by Danielle Ratson · 4 years, 2 months ago
  46. e868435 tools/bootconfig: Store size and checksum in footer as le32 by Masami Hiramatsu · 4 years, 2 months ago
  47. 854055c selftests/bpf: Fix flavored variants of test_ima by KP Singh · 4 years, 2 months ago
  48. e14038a selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module by Davide Caratti · 4 years, 2 months ago
  49. 3771b82 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  50. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  51. 4f336e8 selftests/tls: add CHACHA20-POLY1305 to tls selftests by Vadim Fedorenko · 4 years, 2 months ago
  52. 105c4e7 libbpf: Replace size_t with __u32 in xsk interfaces by Magnus Karlsson · 4 years, 2 months ago
  53. a9ffd04 perf probe: Change function definition check due to broken DWARF by Masami Hiramatsu · 4 years, 2 months ago
  54. ab4200c perf probe: Fix to die_entrypc() returns error correctly by Masami Hiramatsu · 4 years, 2 months ago
  55. c0ee1d5a perf stat: Use proper cpu for shadow stats by Namhyung Kim · 4 years, 2 months ago
  56. aa50d953 perf record: Synthesize cgroup events only if needed by Namhyung Kim · 4 years, 2 months ago
  57. 9713070 perf diff: Fix error return value in __cmd_diff() by Zhen Lei · 4 years, 2 months ago
  58. 3b13eaf perf tools: Update copy of libbpf's hashmap.c by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  59. fb35581 bpf: Fix selftest compilation on clang 11 by Andrei Matei · 4 years, 2 months ago
  60. 34b82d3 bpf: Add a selftest for bpf_ima_inode_hash by KP Singh · 4 years, 2 months ago
  61. 27672f0 bpf: Add a BPF helper for getting the IMA hash of an inode by KP Singh · 4 years, 2 months ago
  62. db13db9 libbpf: Add support for canceling cached_cons advance by Li RongQing · 4 years, 2 months ago
  63. 68878a5 bpftool: Fix error return value in build_btf_type_table by Zhen Lei · 4 years, 2 months ago
  64. 1c26ac6 selftest/bpf: Fix rst formatting in readme by Andrei Matei · 4 years, 2 months ago
  65. 05a98d7 selftest/bpf: Fix link in readme by Andrei Matei · 4 years, 2 months ago
  66. 84e8fee selftests: mlxsw: Add blackhole_nexthop trap test by Ido Schimmel · 4 years, 2 months ago
  67. 1beaff7 selftests: forwarding: Add blackhole nexthops tests by Ido Schimmel · 4 years, 2 months ago
  68. 24eb2a0 selftests: mlxsw: Add blackhole nexthop configuration tests by Ido Schimmel · 4 years, 2 months ago
  69. ea0ab64 Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 2 months ago
  70. 523514e selftests: mptcp: add ADD_ADDR IPv6 test cases by Geliang Tang · 4 years, 2 months ago
  71. 8b819a8 selftests: mptcp: add link failure test case by Florian Westphal · 4 years, 2 months ago
  72. e035146 selftests: forwarding: Add multipath tunneling nexthop test by Ido Schimmel · 4 years, 2 months ago
  73. e96fa54 selftests: forwarding: Add device-only nexthop test by Ido Schimmel · 4 years, 2 months ago
  74. 3600f29 selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthops by Ido Schimmel · 4 years, 2 months ago
  75. ffb7215 selftests: forwarding: Do not configure nexthop objects twice by Ido Schimmel · 4 years, 2 months ago
  76. 20ac8f8 selftests: mlxsw: Add nexthop objects configuration tests by Ido Schimmel · 4 years, 2 months ago
  77. fbb7a1f selftests: add ring and coalesce selftests by Antonio Cardace · 4 years, 2 months ago
  78. 9e48ee8 selftests: refactor get_netdev_name function by Antonio Cardace · 4 years, 2 months ago
  79. fbb8531 selftests: extract common functions in ethtool-common.sh by Antonio Cardace · 4 years, 2 months ago
  80. 4c222f3 selftests/seccomp: sh: Fix register names by Kees Cook · 4 years, 2 months ago
  81. f5098e3 selftests/seccomp: powerpc: Fix typo in macro variable name by Kees Cook · 4 years, 2 months ago
  82. 450d060 bpftool: Add {i,d}tlb_misses support for bpftool profile by Yonghong Song · 4 years, 2 months ago
  83. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  84. 4d02da9 Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  85. 3be28e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 2 months ago
  86. e6ea60b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  87. c8a36ae selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL by Daniel Xu · 4 years, 2 months ago
  88. dda3f42 Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 2 months ago
  89. 1fd6cee libbpf: Fix VERSIONED_SYM_COUNT number parsing by Jiri Olsa · 4 years, 2 months ago
  90. e1cef2d tools/bootconfig: Align the bootconfig applied initrd image size to 4 by Masami Hiramatsu · 4 years, 2 months ago
  91. a995e6b tools/bootconfig: Fix to check the write failure correctly by Masami Hiramatsu · 4 years, 2 months ago
  92. a61ea63 tools/bootconfig: Fix errno reference after printf() by Masami Hiramatsu · 4 years, 2 months ago
  93. 0d239f3 selftests/powerpc: refactor entry and rfi_flush tests by Daniel Axtens · 4 years, 2 months ago
  94. 89a83a0 selftests/powerpc: entry flush test by Daniel Axtens · 4 years, 2 months ago
  95. fcb4845 selftests/powerpc: rfi_flush: disable entry flush if present by Russell Currey · 4 years, 2 months ago
  96. 6007b23 selftests/bpf: Mark tests that require unaligned memory access by Björn Töpel · 4 years, 2 months ago
  97. c77b058 selftests/bpf: Avoid running unprivileged tests with alignment requirements by Björn Töpel · 4 years, 2 months ago
  98. 6016df8 selftests/bpf: Fix broken riscv build by Björn Töpel · 4 years, 2 months ago
  99. d055126 bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 4 years, 2 months ago
  100. f86fee1 Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 2 months ago