1. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  2. 3990ed4 bpf: Stop caching subprog index in the bpf_pseudo_func insn by Martin KaFai Lau · 3 years, 2 months ago
  3. f30d4968 bpf: Do not reject when the stack read size is different from the tracked scalar size by Martin KaFai Lau · 3 years, 2 months ago
  4. a85373f Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 2 months ago
  5. fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
  6. b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
  7. 388e2c0 bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit. by Alexei Starovoitov · 3 years, 2 months ago
  8. b9979db bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. by Alexei Starovoitov · 3 years, 2 months ago
  9. ad10c38 bpf: Add missing map_delete_elem method to bloom filter map by Eric Dumazet · 3 years, 2 months ago
  10. 6fdc348 bpf: Bloom filter map naming fixups by Joanne Koong · 3 years, 2 months ago
  11. c196906 bpf: Add dummy BPF STRUCT_OPS for test purpose by Hou Tao · 3 years, 2 months ago
  12. 31a645a bpf: Factor out a helper to prepare trampoline for struct_ops prog by Hou Tao · 3 years, 2 months ago
  13. 588e5d8 cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c by He Fengqing · 3 years, 2 months ago
  14. 8a03e56 bpf: Disallow unprivileged bpf by default by Pawan Gupta · 3 years, 2 months ago
  15. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
  16. d6aef08 bpf: Add bpf_kallsyms_lookup_name helper by Kumar Kartikeya Dwivedi · 3 years, 2 months ago
  17. 9330986 bpf: Add bloom filter map implementation by Joanne Koong · 3 years, 2 months ago
  18. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  19. 61a0aba bpf: Use u64_stats_t in struct bpf_prog_stats by Eric Dumazet · 3 years, 2 months ago
  20. d979617 bpf: Fixes possible race in update_prog_stats() for 32bit arches by Eric Dumazet · 3 years, 2 months ago
  21. 54713c8 bpf: Fix potential race in tail call compatibility check by Toke Høiland-Jørgensen · 3 years, 2 months ago
  22. fda7a38 bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch() by Xu Kuohai · 3 years, 2 months ago
  23. fadb7ff bpf: Prevent increasing bpf_jit_limit above max by Lorenz Bauer · 3 years, 3 months ago
  24. bd16dee bpf: Add BTF_KIND_DECL_TAG typedef support by Yonghong Song · 3 years, 2 months ago
  25. aba64c7 bpf: Add verified_insns to bpf_prog_info and fdinfo by Dave Marchevsky · 3 years, 2 months ago
  26. 5f52d47 bpf/preload: Clean up .gitignore and "clean-files" target by Quentin Monnet · 3 years, 2 months ago
  27. 588cd7ef bpf: Silence Coverity warning for find_kfunc_desc_btf by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  28. 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 3 months ago
  29. 9dd3d06 mm/filemap: Add filemap_add_folio() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  30. d7db0a4 bpftool: Add install-bin target to install binary only by Quentin Monnet · 3 years, 3 months ago
  31. 7bf731d bpf: iterators: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  32. bf60791 bpf: preload: Install libbpf headers when building by Quentin Monnet · 3 years, 3 months ago
  33. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  34. 0640c77 bpf: Avoid retpoline for bpf_for_each_map_elem by Andrey Ignatov · 3 years, 3 months ago
  35. c48e51c bpf: selftests: Add selftests for module kfunc support by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  36. 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  37. 14f267d bpf: btf: Introduce helpers for dynamic BTF set registration by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  38. a5d8272 bpf: Be conservative while processing invalid kfunc calls by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  39. 2357672 bpf: Introduce BPF support for kernel module function calls by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  40. 6b7b0c3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  41. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  42. 30e29a9 bpf: Fix integer overflow in prealloc_elems_and_freelist() by Tatsuhiko Yasumatsu · 3 years, 3 months ago
  43. 102acba bpf: Replace callers of BPF_CAST_CALL with proper function typedef by Kees Cook · 3 years, 3 months ago
  44. 3d717fa bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM by Kees Cook · 3 years, 3 months ago
  45. 8a98ae1 bpf: Exempt CAP_BPF from checks against bpf_jit_limit by Lorenz Bauer · 3 years, 3 months ago
  46. 354e8f1 bpf: Support <8-byte scalar spill and refill by Martin KaFai Lau · 3 years, 3 months ago
  47. 27113c5 bpf: Check the other end of slot_type for STACK_SPILL by Martin KaFai Lau · 3 years, 3 months ago
  48. 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
  49. 335ff49 bpf: Merge printk and seq_printf VARARG max macros by Dave Marchevsky · 3 years, 4 months ago
  50. af54faa Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  51. b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 4 months ago
  52. 356ed64 bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog by Hou Tao · 3 years, 4 months ago
  53. 0e6491b bpf: Add oversize check before call kvcalloc() by Bixuan Cui · 3 years, 4 months ago
  54. 2f38304 libbpf: Make libbpf_version.h non-auto-generated by Andrii Nakryiko · 3 years, 4 months ago
  55. 856c02d bpf: Introduce helper bpf_get_branch_snapshot by Song Liu · 3 years, 4 months ago
  56. 2f1aaf3 bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() by Yonghong Song · 3 years, 4 months ago
  57. 0b46b75 libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations by Quentin Monnet · 3 years, 4 months ago
  58. 49ca615 bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause by Daniel Borkmann · 3 years, 4 months ago
  59. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  60. 97c78d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  61. eb529c5 bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS by Daniel Xu · 3 years, 4 months ago
  62. eb18b49e bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt by Martin KaFai Lau · 3 years, 4 months ago
  63. dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 4 months ago
  64. a396eda bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf() by Daniel Xu · 3 years, 4 months ago
  65. 33c5cb3 bpf: Consolidate task_struct BTF_ID declarations by Daniel Xu · 3 years, 4 months ago
  66. d7af7e4 bpf: Fix possible out of bound write in narrow load handling by Andrey Ignatov · 3 years, 4 months ago
  67. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
  68. 5b029a3 bpf: Fix ringbuf helper function compatibility by Daniel Borkmann · 3 years, 4 months ago
  69. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  70. 2c53163 bpf: Add support for {set|get} socket options from setsockopt BPF by Prankur Gupta · 3 years, 5 months ago
  71. 44779a4b bpf: Use kvmalloc for map keys in syscalls by Stanislav Fomichev · 3 years, 4 months ago
  72. f0dce1d bpf: Use kvmalloc for map values in syscall by Stanislav Fomichev · 3 years, 4 months ago
  73. f9dabe0 bpf: Undo off-by-one in interpreter tail call count limit by Daniel Borkmann · 3 years, 4 months ago
  74. 8cacfc8 bpf: Remove redundant initialization of variable allow by Colin Ian King · 3 years, 5 months ago
  75. 82e6b1e bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 3 years, 5 months ago
  76. b89fbfb bpf: Implement minimal BPF perf link by Andrii Nakryiko · 3 years, 5 months ago
  77. 7d08c2c bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions by Andrii Nakryiko · 3 years, 5 months ago
  78. fb7dd8b bpf: Refactor BPF_PROG_RUN into a function by Andrii Nakryiko · 3 years, 5 months ago
  79. 3478cfc bpf: Support "%c" in bpf_bprintf_prepare(). by Kuniyuki Iwashima · 3 years, 5 months ago
  80. f1248de bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT by Stanislav Fomichev · 3 years, 5 months ago
  81. 45c709f bpf: Clear zext_dst of dead insns by Ilya Leoshkevich · 3 years, 5 months ago
  82. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  83. 2d3a1e3 bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers by Yonghong Song · 3 years, 5 months ago
  84. 019d045 bpf, core: Fix kernel-doc notation by Randy Dunlap · 3 years, 5 months ago
  85. a2baf4e bpf: Fix potentially incorrect results with bpf_get_local_storage() by Yonghong Song · 3 years, 5 months ago
  86. aeea1b8 bpf, devmap: Exclude XDP broadcast to master device by Jussi Maki · 3 years, 5 months ago
  87. 7133084 bpf: Add _kernel suffix to internal lockdown_bpf_read by Daniel Borkmann · 3 years, 5 months ago
  88. c4eb1f4 bpf: Fix integer overflow involving bucket_size by Tatsuhiko Yasumatsu · 3 years, 5 months ago
  89. b61a28c bpf: Fix off-by-one in tail call count limiting by Johan Almbladh · 3 years, 5 months ago
  90. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  91. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  92. d362164 bpf: Emit better log message if bpf_iter ctx arg btf_id == 0 by Yonghong Song · 3 years, 5 months ago
  93. 2039f26 bpf: Fix leakage due to insufficient speculative store bypass mitigation by Daniel Borkmann · 3 years, 6 months ago
  94. f5e81d1 bpf: Introduce BPF nospec instruction for mitigating Spectre v4 by Daniel Borkmann · 3 years, 6 months ago
  95. 33b57e0c bpf: Increase supported cgroup storage value size by Stanislav Fomichev · 3 years, 5 months ago
  96. 3cee6fb bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter by Martin KaFai Lau · 3 years, 6 months ago
  97. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 5 months ago
  98. 724f17b bpf: Remove redundant intiialization of variable stype by Colin Ian King · 3 years, 5 months ago
  99. c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
  100. e042aa5 bpf: Fix pointer arithmetic mask tightening under state pruning by Daniel Borkmann · 3 years, 6 months ago