1. 923a932 scripts/bpf: Abstract eBPF API target parameter by Joe Stringer · 3 years, 11 months ago
  2. 0cb8045 bpf: Document BPF_MAP_*_BATCH syscall commands by Joe Stringer · 3 years, 11 months ago
  3. 5d99999 bpf: Document BPF_PROG_QUERY syscall command by Joe Stringer · 3 years, 11 months ago
  4. 2a3fdca bpf: Document BPF_PROG_TEST_RUN syscall command by Joe Stringer · 3 years, 11 months ago
  5. 32e76b1 bpf: Document BPF_PROG_ATTACH syscall command by Joe Stringer · 3 years, 11 months ago
  6. 8aacb3c bpf: Document BPF_PROG_PIN syscall command by Joe Stringer · 3 years, 11 months ago
  7. 6690523 bpf: Document BPF_F_LOCK in syscall commands by Joe Stringer · 3 years, 11 months ago
  8. f67c9cb bpf: Add minimal bpf() command documentation by Joe Stringer · 3 years, 11 months ago
  9. 7799e4d bpf: Import syscall arg documentation by Joe Stringer · 3 years, 11 months ago
  10. 13ec021 Merge branch 'Add BTF_KIND_FLOAT support' by Alexei Starovoitov · 3 years, 11 months ago
  11. 6be6a0b bpf: Document BTF_KIND_FLOAT in btf.rst by Ilya Leoshkevich · 3 years, 11 months ago
  12. 7999cf7 selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests by Ilya Leoshkevich · 3 years, 11 months ago
  13. 7e72aad3 selftest/bpf: Add BTF_KIND_FLOAT tests by Ilya Leoshkevich · 3 years, 11 months ago
  14. b1828f0 bpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 11 months ago
  15. eea154a selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test by Ilya Leoshkevich · 3 years, 11 months ago
  16. 737e0f9 tools/bpftool: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 11 months ago
  17. 22541a9 libbpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 11 months ago
  18. 1b1ce92 libbpf: Fix whitespace in btf_add_composite() comment by Ilya Leoshkevich · 3 years, 11 months ago
  19. 8fd8869 bpf: Add BTF_KIND_FLOAT to uapi by Ilya Leoshkevich · 3 years, 11 months ago
  20. 86a35af selftests/bpf: Add a verifier scale test with unknown bounded loop by Yonghong Song · 3 years, 11 months ago
  21. 6ed6e1c skmsg: Add function doc for skb->_sk_redir by Cong Wang · 3 years, 11 months ago
  22. 303dcc2 tools/runqslower: Allow substituting custom vmlinux.h for the build by Andrii Nakryiko · 3 years, 11 months ago
  23. 85e142cb tools, bpf_asm: Exit non-zero on errors by Ian Denhardt · 3 years, 11 months ago
  24. 04883a0 tools, bpf_asm: Hard error on out of range jumps by Ian Denhardt · 3 years, 11 months ago
  25. cc0f835 Merge branch 'bpf: add bpf_for_each_map_elem() helper' by Alexei Starovoitov · 3 years, 11 months ago
  26. 6b9e333 selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  27. 9de7f0f selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  28. f1f9f0d bpftool: Print subprog address properly by Yonghong Song · 3 years, 11 months ago
  29. 53eddb5 libbpf: Support subprog address relocation by Yonghong Song · 3 years, 11 months ago
  30. b8f871f libbpf: Move function is_ldimm64() earlier in libbpf.c by Yonghong Song · 3 years, 11 months ago
  31. 06dcdcd bpf: Add arraymap support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  32. 314ee05 bpf: Add hashtab support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  33. 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  34. 282a0f4 bpf: Change return value of verifier function add_subprog() by Yonghong Song · 3 years, 11 months ago
  35. 1435137 bpf: Refactor check_func_call() to allow callback function by Yonghong Song · 3 years, 11 months ago
  36. bc2591d bpf: Factor out verbose_invalid_scalar() by Yonghong Song · 3 years, 11 months ago
  37. efdb22d bpf: Factor out visit_func_call_insn() in check_cfg() by Yonghong Song · 3 years, 11 months ago
  38. 86fd166 selftests/bpf: Copy extras in out-of-srctree builds by Ilya Leoshkevich · 3 years, 11 months ago
  39. 2854436 selftests/bpf: Propagate error code of the command to vmtest.sh by KP Singh · 3 years, 11 months ago
  40. 1e0ab70 Merge branch 'sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT' by Alexei Starovoitov · 3 years, 11 months ago
  41. ff9614b skmsg: Remove unused sk_psock_stop() declaration by Cong Wang · 3 years, 11 months ago
  42. 5333423 skmsg: Get rid of sk_psock_bpf_run() by Cong Wang · 3 years, 11 months ago
  43. cd81cefb skmsg: Make __sk_psock_purge_ingress_msg() static by Cong Wang · 3 years, 11 months ago
  44. 4675e23 sock_map: Make sock_map_prog_update() static by Cong Wang · 3 years, 11 months ago
  45. ae8b833 sock_map: Rename skb_parser and skb_verdict by Cong Wang · 3 years, 11 months ago
  46. e3526bb skmsg: Move sk_redir from TCP_SKB_CB to skb by Cong Wang · 3 years, 11 months ago
  47. 16137b0 bpf: Compute data_end dynamically with JIT code by Cong Wang · 3 years, 11 months ago
  48. 5a685cd skmsg: Get rid of struct sk_psock_parser by Cong Wang · 3 years, 11 months ago
  49. 8875960 bpf: Clean up sockmap related Kconfigs by Cong Wang · 3 years, 11 months ago
  50. a83586a bpf: Remove blank line in bpf helper description comment by Hangbin Liu · 3 years, 11 months ago
  51. 43c5026 Merge branch 'selftests/bpf: xsk improvements and new stats' by Alexei Starovoitov · 3 years, 11 months ago
  52. b267e5a selftests/bpf: Introduce xsk statistics tests by Ciara Loftus · 3 years, 11 months ago
  53. d3e3bf5 selftests/bpf: Restructure xsk selftests by Ciara Loftus · 3 years, 11 months ago
  54. d2b0dfd selftests/bpf: Expose and rename debug argument by Ciara Loftus · 3 years, 11 months ago
  55. ecde606 selftest/bpf: Make xsk tests less verbose by Magnus Karlsson · 3 years, 11 months ago
  56. e6ac593 bpf: Rename fixup_bpf_calls and add some comments by Brendan Jackman · 4 years ago
  57. 523a4cf bpf: Use MAX_BPF_FUNC_REG_ARGS macro by Dmitrii Banshchikov · 3 years, 11 months ago
  58. a7d24d9 Merge branch 'bpf: enable task local storage for tracing' by Alexei Starovoitov · 3 years, 11 months ago
  59. ced47e3 bpf: runqslower: Use task local storage by Song Liu · 3 years, 11 months ago
  60. 4b0d2d4 bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h by Song Liu · 3 years, 11 months ago
  61. c540957 selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete] by Song Liu · 3 years, 11 months ago
  62. 1f87dcf selftests/bpf: Add non-BPF_LSM test for task local storage by Song Liu · 3 years, 11 months ago
  63. bc235cd bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] by Song Liu · 3 years, 11 months ago
  64. a10787e bpf: Enable task local storage for tracing programs by Song Liu · 3 years, 11 months ago
  65. 9c8f21e xsk: Build skb by page (aka generic zerocopy xmit) by Xuan Zhuo · 4 years ago
  66. 3914d88 xsk: Respect device's headroom and tailroom on generic xmit path by Alexander Lobakin · 4 years ago
  67. ab5bd58 virtio-net: Support IFF_TX_SKB_NO_LINEAR flag by Xuan Zhuo · 4 years ago
  68. c2ff53d net: Add priv_flags for allow tx skb without linear by Xuan Zhuo · 4 years ago
  69. 2463e07 netdevice: Add missing IFF_PHONY_HEADROOM self-definition by Alexander Lobakin · 4 years ago
  70. b9fc8b4 bpf: Add kernel/modules BTF presence checks to bpftool feature command by Grant Seltzer · 3 years, 11 months ago
  71. d310ec0 Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  72. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  73. 7b15c27 Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  74. 9eef023 Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  75. d089f48 Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  76. 3f6ec19 Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  77. b5183bc Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  78. 5bbb336 Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  79. 9820b4d Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  80. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  81. bd018bb Merge tag 'for-5.12/libata-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  82. 24880bef Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux by Linus Torvalds · 3 years, 11 months ago
  83. b52bb13 Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 11 months ago
  84. 4f016a3 Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 11 months ago
  85. f023616 Merge tag 'pstore-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 11 months ago
  86. f7b36dc Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 11 months ago
  87. 99f1a58 Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 11 months ago
  88. 681e2ab Merge tag 'erofs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 11 months ago
  89. 8b42fe1 Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 11 months ago
  90. 6f3952c Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 11 months ago
  91. f9d58de Merge tag 'affs-for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 11 months ago
  92. d88e8b6 Merge tag 'jfs-5.12' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 3 years, 11 months ago
  93. 961a9b5 Merge tag 'locks-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 3 years, 11 months ago
  94. c57b1f0 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
  95. 591fd30 Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
  96. 054560e Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 11 months ago
  97. 55f62bc Merge tag 'pnp-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  98. 3c8f504 Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  99. 02f9fc2 Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  100. 5d99aa0 Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 11 months ago