1. 801c605 bpf: Fix leakage of uninitialized bpf stack under speculation by Daniel Borkmann · 3 years, 8 months ago
  2. b9b34dd bpf: Fix masking negation logic upon negative dst register by Daniel Borkmann · 3 years, 8 months ago
  3. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  4. f008d73 bpf: Add batched ops support for percpu array by Pedro Tammela · 3 years, 9 months ago
  5. 48cac3f bpf: Implement formatted output helpers with bstr_printf by Florent Revest · 3 years, 9 months ago
  6. f1c921f Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago
  7. bb02478 bpf, cpumap: Bulk skb using netif_receive_skb_list by Lorenzo Bianconi · 3 years, 9 months ago
  8. 10bf4e8 bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds by Daniel Borkmann · 3 years, 9 months ago
  9. f3a9507 bpf: Allow trampoline re-attach for tracing and lsm programs by Jiri Olsa · 3 years, 9 months ago
  10. 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
  11. a8fad73 bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STR by Florent Revest · 3 years, 9 months ago
  12. 8e8ee10 bpf: Notify user if we ever hit a bpf_snprintf verifier bug by Florent Revest · 3 years, 9 months ago
  13. fd0b88f bpf: Refine retval for bpf_get_task_stack helper by Dave Marchevsky · 3 years, 9 months ago
  14. 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 9 months ago
  15. fff13c4 bpf: Add a ARG_PTR_TO_CONST_STR argument type by Florent Revest · 3 years, 9 months ago
  16. d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 9 months ago
  17. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  18. 7fedb63 bpf: Tighten speculative pointer arithmetic mask by Daniel Borkmann · 3 years, 10 months ago
  19. f528819 bpf: Move sanitize_val_alu out of op switch by Daniel Borkmann · 3 years, 10 months ago
  20. 073815b bpf: Refactor and streamline bounds check into helper by Daniel Borkmann · 3 years, 10 months ago
  21. a6aaece bpf: Improve verifier error messages for users by Daniel Borkmann · 3 years, 10 months ago
  22. b658bbb bpf: Rework ptr_limit into alu_limit and add common error path by Daniel Borkmann · 3 years, 10 months ago
  23. 24c109b bpf: Ensure off_reg has no mixed signed bounds for all types by Daniel Borkmann · 3 years, 10 months ago
  24. 6f55b2f bpf: Move off_reg into sanitize_ptr_alu by Daniel Borkmann · 3 years, 10 months ago
  25. 9601148 bpf: Use correct permission flag for mixed signed bounds arithmetic by Daniel Borkmann · 3 years, 10 months ago
  26. 441e8c6 bpf: Return target info when a tracing bpf_link is queried by Toke Høiland-Jørgensen · 3 years, 9 months ago
  27. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  28. 957dca3 bpf, inode: Remove second initialization of the bpf_preload_lock by Muhammad Usama Anjum · 3 years, 9 months ago
  29. 2ec9898 bpf: Remove unused parameter from ___bpf_prog_run by He Fengqing · 3 years, 9 months ago
  30. d37300ed bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET by Lorenz Bauer · 3 years, 10 months ago
  31. 25fc94b bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET by Lorenz Bauer · 3 years, 10 months ago
  32. 06ab134 bpf: Refcount task stack in bpf_get_task_stack by Dave Marchevsky · 3 years, 9 months ago
  33. a7ba455 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 3 years, 9 months ago
  34. 235fc0e bpf: Remove redundant assignment of variable id by Colin Ian King · 3 years, 10 months ago
  35. e6ac245 bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 10 months ago
  36. 34747c4 bpf: Refactor btf_check_func_arg_match by Martin KaFai Lau · 3 years, 10 months ago
  37. e16301f bpf: Simplify freeing logic in linfo and jited_linfo by Martin KaFai Lau · 3 years, 10 months ago
  38. 861de02 bpf: Take module reference for trampoline in module by Jiri Olsa · 3 years, 10 months ago
  39. d6fe1cf bpf: Fix a spelling typo in bpf_atomic_alu_string disasm by Xu Kuohai · 3 years, 10 months ago
  40. 12aa8a9 bpf: Enforce that struct_ops programs be GPL-only by Toke Høiland-Jørgensen · 3 years, 10 months ago
  41. f56387c bpf: Add support for batched ops in LPM trie maps by Pedro Tammela · 3 years, 10 months ago
  42. b910eaa bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper by Yonghong Song · 3 years, 10 months ago
  43. 80847a7 bpf: Undo ptr_to_map_key alu sanitation for now by Daniel Borkmann · 3 years, 10 months ago
  44. 241949e Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  45. efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
  46. e2c69f3 bpf: Avoid old-style declaration warnings by Arnd Bergmann · 3 years, 10 months ago
  47. 4ebd765 lsm: separate security_task_getsecid() into subjective and objective variants by Paul Moore · 3 years, 11 months ago
  48. 9ef0528 bpf: Remove insn_buf[] declaration in inner block by Jianlin Lv · 3 years, 10 months ago
  49. f60a85c bpf: Fix umd memory leak in copy_process() by Zqiang · 3 years, 10 months ago
  50. fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
  51. e21aa34 bpf: Fix fexit trampoline. by Alexei Starovoitov · 3 years, 10 months ago
  52. 1b1597e bpf: Add sanity check for upper ptr_limit by Piotr Krysiuk · 3 years, 10 months ago
  53. b5871dc bpf: Simplify alu_limit masking for pointer arithmetic by Piotr Krysiuk · 3 years, 10 months ago
  54. 10d2bb2 bpf: Fix off-by-one for area size in creating mask to left by Piotr Krysiuk · 3 years, 10 months ago
  55. f232326 bpf: Prohibit alu ops for pointer types not defining ptr_limit by Piotr Krysiuk · 3 years, 10 months ago
  56. 4d0b938 bpf: Make symbol 'bpf_task_storage_busy' static by Wei Yongjun · 3 years, 10 months ago
  57. 6bd45f2 kernel/bpf/: Fix misspellings using codespell tool by Liu xuzhi · 3 years, 10 months ago
  58. c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  59. ee75aef bpf, xdp: Restructure redirect actions by Björn Töpel · 3 years, 10 months ago
  60. e6a4750 bpf, xdp: Make bpf_redirect_map() a map operation by Björn Töpel · 3 years, 10 months ago
  61. 769c18b bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF by Tal Lossos · 3 years, 10 months ago
  62. 350a5c4 bpf: Dont allow vmlinux BTF to be used in map_create and prog_load. by Alexei Starovoitov · 3 years, 10 months ago
  63. 3949186 bpf: Explicitly zero-extend R0 after 32-bit cmpxchg by Brendan Jackman · 3 years, 10 months ago
  64. b1828f0 bpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 11 months ago
  65. 83a2881 bpf: Account for BPF_FETCH in insn_has_def32() by Ilya Leoshkevich · 3 years, 10 months ago
  66. 06dcdcd bpf: Add arraymap support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  67. 314ee05 bpf: Add hashtab support for bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  68. 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  69. 282a0f4 bpf: Change return value of verifier function add_subprog() by Yonghong Song · 3 years, 11 months ago
  70. 1435137 bpf: Refactor check_func_call() to allow callback function by Yonghong Song · 3 years, 11 months ago
  71. bc2591d bpf: Factor out verbose_invalid_scalar() by Yonghong Song · 3 years, 11 months ago
  72. efdb22d bpf: Factor out visit_func_call_insn() in check_cfg() by Yonghong Song · 3 years, 11 months ago
  73. 9e8e714 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 11 months ago
  74. e6ac593 bpf: Rename fixup_bpf_calls and add some comments by Brendan Jackman · 3 years, 11 months ago
  75. 523a4cf bpf: Use MAX_BPF_FUNC_REG_ARGS macro by Dmitrii Banshchikov · 3 years, 11 months ago
  76. bc235cd bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] by Song Liu · 3 years, 11 months ago
  77. a10787e bpf: Enable task local storage for tracing programs by Song Liu · 3 years, 11 months ago
  78. f4eda8b bpf: Drop imprecise log message by Dmitrii Banshchikov · 3 years, 11 months ago
  79. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  80. 53f523f bpf: Clear percpu pointers in bpf_prog_clone_free() by Cong Wang · 3 years, 11 months ago
  81. 33ccec5 bpf: Fix a warning message in mark_ptr_not_null_reg() by Dan Carpenter · 3 years, 11 months ago
  82. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  83. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
  84. 45159b2 bpf: Clear subreg_def for global function return values by Ilya Leoshkevich · 3 years, 11 months ago
  85. e5069b9c bpf: Support pointers in global func args by Dmitrii Banshchikov · 3 years, 11 months ago
  86. 4ddb741 bpf: Extract nullable reg type conversion into a helper function by Dmitrii Banshchikov · 3 years, 11 months ago
  87. feb4adf bpf: Rename bpf_reg_state variables by Dmitrii Banshchikov · 3 years, 11 months ago
  88. 9b00f1b bpf: Fix truncation handling for mod32 dst reg wrt zero by Daniel Borkmann · 4 years ago
  89. 7d4553b bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation by Jun'ichi Nomura · 4 years ago
  90. 17d8bed bpf: Fix an unitialized value in bpf_iter by Yonghong Song · 3 years, 11 months ago
  91. 3a7b35b bpf: Introduce task_vma bpf_iter by Song Liu · 3 years, 11 months ago
  92. b2e37a7 bpf: Fix subreg optimization for BPF_FETCH by Ilya Leoshkevich · 4 years ago
  93. 1336c66 bpf: Clear per_cpu pointers during bpf_prog_realloc by Alexei Starovoitov · 3 years, 11 months ago
  94. 638e4b8 bpf: Allows per-cpu maps and map-in-map in sleepable programs by Alexei Starovoitov · 4 years ago
  95. 9ed9e9b bpf: Count the number of times recursion was prevented by Alexei Starovoitov · 4 years ago
  96. ca06f55 bpf: Add per-program recursion prevention mechanism by Alexei Starovoitov · 4 years ago
  97. f2dd3b3 bpf: Compute program stats for sleepable programs by Alexei Starovoitov · 4 years ago
  98. 031d6e0 bpf: Run sleepable programs with migration disabled by Alexei Starovoitov · 4 years ago
  99. 700d479 bpf: Optimize program stats by Alexei Starovoitov · 4 years ago
  100. 6df8fb8 bpf_lru_list: Read double-checked variable once without lock by Marco Elver · 4 years ago