1. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  2. 6b7b0c3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  3. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  4. 30e29a9 bpf: Fix integer overflow in prealloc_elems_and_freelist() by Tatsuhiko Yasumatsu · 3 years, 3 months ago
  5. 102acba bpf: Replace callers of BPF_CAST_CALL with proper function typedef by Kees Cook · 3 years, 3 months ago
  6. 3d717fa bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM by Kees Cook · 3 years, 3 months ago
  7. 8a98ae1 bpf: Exempt CAP_BPF from checks against bpf_jit_limit by Lorenz Bauer · 3 years, 3 months ago
  8. 354e8f1 bpf: Support <8-byte scalar spill and refill by Martin KaFai Lau · 3 years, 4 months ago
  9. 27113c5 bpf: Check the other end of slot_type for STACK_SPILL by Martin KaFai Lau · 3 years, 4 months ago
  10. 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
  11. 335ff49 bpf: Merge printk and seq_printf VARARG max macros by Dave Marchevsky · 3 years, 4 months ago
  12. af54faa Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  13. b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 4 months ago
  14. 356ed64 bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog by Hou Tao · 3 years, 4 months ago
  15. 0e6491b bpf: Add oversize check before call kvcalloc() by Bixuan Cui · 3 years, 4 months ago
  16. 2f38304 libbpf: Make libbpf_version.h non-auto-generated by Andrii Nakryiko · 3 years, 4 months ago
  17. 856c02d bpf: Introduce helper bpf_get_branch_snapshot by Song Liu · 3 years, 4 months ago
  18. 2f1aaf3 bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() by Yonghong Song · 3 years, 4 months ago
  19. 0b46b75 libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations by Quentin Monnet · 3 years, 4 months ago
  20. 49ca615 bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause by Daniel Borkmann · 3 years, 4 months ago
  21. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  22. 97c78d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  23. eb529c5 bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS by Daniel Xu · 3 years, 4 months ago
  24. eb18b49e bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt by Martin KaFai Lau · 3 years, 4 months ago
  25. dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 4 months ago
  26. a396eda bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf() by Daniel Xu · 3 years, 4 months ago
  27. 33c5cb3 bpf: Consolidate task_struct BTF_ID declarations by Daniel Xu · 3 years, 4 months ago
  28. d7af7e4 bpf: Fix possible out of bound write in narrow load handling by Andrey Ignatov · 3 years, 5 months ago
  29. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 5 months ago
  30. 5b029a3 bpf: Fix ringbuf helper function compatibility by Daniel Borkmann · 3 years, 4 months ago
  31. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  32. 2c53163 bpf: Add support for {set|get} socket options from setsockopt BPF by Prankur Gupta · 3 years, 5 months ago
  33. 44779a4b bpf: Use kvmalloc for map keys in syscalls by Stanislav Fomichev · 3 years, 5 months ago
  34. f0dce1d bpf: Use kvmalloc for map values in syscall by Stanislav Fomichev · 3 years, 5 months ago
  35. f9dabe0 bpf: Undo off-by-one in interpreter tail call count limit by Daniel Borkmann · 3 years, 5 months ago
  36. 8cacfc8 bpf: Remove redundant initialization of variable allow by Colin Ian King · 3 years, 5 months ago
  37. 82e6b1e bpf: Allow to specify user-provided bpf_cookie for BPF perf links by Andrii Nakryiko · 3 years, 5 months ago
  38. b89fbfb bpf: Implement minimal BPF perf link by Andrii Nakryiko · 3 years, 5 months ago
  39. 7d08c2c bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions by Andrii Nakryiko · 3 years, 5 months ago
  40. fb7dd8b bpf: Refactor BPF_PROG_RUN into a function by Andrii Nakryiko · 3 years, 5 months ago
  41. 3478cfc bpf: Support "%c" in bpf_bprintf_prepare(). by Kuniyuki Iwashima · 3 years, 5 months ago
  42. f1248de bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT by Stanislav Fomichev · 3 years, 5 months ago
  43. 45c709f bpf: Clear zext_dst of dead insns by Ilya Leoshkevich · 3 years, 5 months ago
  44. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  45. 2d3a1e3 bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers by Yonghong Song · 3 years, 5 months ago
  46. 019d045 bpf, core: Fix kernel-doc notation by Randy Dunlap · 3 years, 5 months ago
  47. a2baf4e bpf: Fix potentially incorrect results with bpf_get_local_storage() by Yonghong Song · 3 years, 5 months ago
  48. aeea1b8 bpf, devmap: Exclude XDP broadcast to master device by Jussi Maki · 3 years, 5 months ago
  49. 7133084 bpf: Add _kernel suffix to internal lockdown_bpf_read by Daniel Borkmann · 3 years, 5 months ago
  50. c4eb1f4 bpf: Fix integer overflow involving bucket_size by Tatsuhiko Yasumatsu · 3 years, 5 months ago
  51. b61a28c bpf: Fix off-by-one in tail call count limiting by Johan Almbladh · 3 years, 5 months ago
  52. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  53. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  54. d362164 bpf: Emit better log message if bpf_iter ctx arg btf_id == 0 by Yonghong Song · 3 years, 5 months ago
  55. 2039f26 bpf: Fix leakage due to insufficient speculative store bypass mitigation by Daniel Borkmann · 3 years, 6 months ago
  56. f5e81d1 bpf: Introduce BPF nospec instruction for mitigating Spectre v4 by Daniel Borkmann · 3 years, 6 months ago
  57. 33b57e0c bpf: Increase supported cgroup storage value size by Stanislav Fomichev · 3 years, 5 months ago
  58. 3cee6fb bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter by Martin KaFai Lau · 3 years, 6 months ago
  59. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
  60. 724f17b bpf: Remove redundant intiialization of variable stype by Colin Ian King · 3 years, 6 months ago
  61. c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
  62. e042aa5 bpf: Fix pointer arithmetic mask tightening under state pruning by Daniel Borkmann · 3 years, 6 months ago
  63. 59089a1 bpf: Remove superfluous aux sanitation on subprog rejection by Daniel Borkmann · 3 years, 6 months ago
  64. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  65. 17edea2 sock_map: Relax config dependency to CONFIG_NET by Cong Wang · 3 years, 6 months ago
  66. 9ffd9f3 bpf: Add bpf_get_func_ip helper for kprobe programs by Jiri Olsa · 3 years, 6 months ago
  67. 9b99edc bpf: Add bpf_get_func_ip helper for tracing programs by Jiri Olsa · 3 years, 6 months ago
  68. 1e37392 bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip by Jiri Olsa · 3 years, 6 months ago
  69. 7ddc80a bpf: Teach stack depth check about async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
  70. bfc6bb7 bpf: Implement verifier support for validation of async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
  71. 86fc6ee bpf: Relax verifier recursion check. by Alexei Starovoitov · 3 years, 6 months ago
  72. 40ec00a bpf: Remember BTF of inner maps. by Alexei Starovoitov · 3 years, 6 months ago
  73. 3e8ce29 bpf: Prevent pointer mismatch in bpf_timer_init. by Alexei Starovoitov · 3 years, 6 months ago
  74. 6813466 bpf: Add map side support for bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  75. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  76. c1b3fed bpf: Factor out bpf_spin_lock into helpers. by Alexei Starovoitov · 3 years, 6 months ago
  77. d809e13 bpf: Prepare bpf_prog_put() to be called from irq context. by Alexei Starovoitov · 3 years, 6 months ago
  78. 75f0fc7 bpf: Fix potential memleak and UAF in the verifier. by He Fengqing · 3 years, 6 months ago
  79. 5dd0a6b bpf: Fix tail_call_reachable rejection for interpreter when jit failed by Daniel Borkmann · 3 years, 6 months ago
  80. f263a81 bpf: Track subprog poke descriptors correctly and fix use-after-free by John Fastabend · 3 years, 6 months ago
  81. 2ea5eab bpf: devmap: Implement devmap prog execution for generic XDP by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
  82. 11941f8 bpf: cpumap: Implement generic cpumap by Kumar Kartikeya Dwivedi · 3 years, 6 months ago
  83. 0fc4dcc bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check() by Toke Høiland-Jørgensen · 3 years, 6 months ago
  84. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  85. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  86. ccff81e bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc() by Rustam Kovhaev · 3 years, 6 months ago
  87. 782347b xdp: Add proper __rcu annotations to redirect map entries by Toke Høiland-Jørgensen · 3 years, 6 months ago
  88. 694cea3 bpf: Allow RCU-protected lookups to happen from bh context by Toke Høiland-Jørgensen · 3 years, 6 months ago
  89. 7506d21 bpf: Fix null ptr deref with mixed tail calls and subprogs by John Fastabend · 3 years, 7 months ago
  90. 7dd5d43 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
  91. 5dec6d9 bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags by Maciej Żenczykowski · 3 years, 7 months ago
  92. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  93. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  94. 28131e9 bpf: Fix up register-based shifts in interpreter to silence KUBSAN by Daniel Borkmann · 3 years, 7 months ago
  95. 712b78c bpf: Fix typo in kernel/bpf/bpf_lsm.c by Shuyi Cheng · 3 years, 7 months ago
  96. d5e4dda bpf: Support socket migration by eBPF. by Kuniyuki Iwashima · 3 years, 7 months ago
  97. 9183671a bpf: Fix leakage under speculation on mispredicted branches by Daniel Borkmann · 3 years, 7 months ago
  98. fe9a5ca bpf: Do not mark insn as seen under speculative path verification by Daniel Borkmann · 3 years, 7 months ago
  99. d203b0f bpf: Inherit expanded/patched seen count from old aux data by Daniel Borkmann · 3 years, 7 months ago
  100. 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 7 months ago