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