Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | bpf: Avoid unnecessary use of comma operator in verifier | Simon Horman | 2023-12-21 | 1 | -1/+1 | |
| | * | | | | | | | | | bpf: Re-support uid and gid when mounting bpffs | Daniel Borkmann | 2023-12-21 | 1 | -2/+51 | |
| | * | | | | | | | | | bpf: Use c->unit_size to select target cache during free | Hou Tao | 2023-12-20 | 1 | -94/+11 | |
| | * | | | | | | | | | bpf: add support for passing dynptr pointer to global subprog | Andrii Nakryiko | 2023-12-20 | 2 | -0/+30 | |
| | * | | | | | | | | | bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args | Andrii Nakryiko | 2023-12-20 | 2 | -7/+42 | |
| | * | | | | | | | | | bpf: reuse subprog argument parsing logic for subprog call checks | Andrii Nakryiko | 2023-12-20 | 1 | -80/+30 | |
| | * | | | | | | | | | bpf: move subprog call logic back to verifier.c | Andrii Nakryiko | 2023-12-20 | 2 | -146/+146 | |
| | * | | | | | | | | | bpf: prepare btf_prepare_func_args() for handling static subprogs | Andrii Nakryiko | 2023-12-20 | 2 | -14/+9 | |
| | * | | | | | | | | | bpf: reuse btf_prepare_func_args() check for main program BTF validation | Andrii Nakryiko | 2023-12-20 | 2 | -60/+15 | |
| | * | | | | | | | | | bpf: abstract away global subprog arg preparation logic from reg state setup | Andrii Nakryiko | 2023-12-20 | 2 | -34/+47 | |
| | * | | | | | | | | | bpf: make the verifier tracks the "not equal" for regs | Menglong Dong | 2023-12-20 | 1 | -1/+37 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-12-21 | 13 | -413/+144 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Revert BPF token-related functionality | Andrii Nakryiko | 2023-12-19 | 11 | -767/+94 | |
| * | | | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-12-19 | 22 | -458/+1497 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: Ensure precise is reset to false in __mark_reg_const_zero() | Andrii Nakryiko | 2023-12-18 | 1 | -18/+11 | |
| | * | | | | | | | | | | bpf: Fail uprobe multi link with negative offset | Jiri Olsa | 2023-12-18 | 1 | -2/+6 | |
| | * | | | | | | | | | | x86/cfi,bpf: Fix bpf_exception_cb() signature | Alexei Starovoitov | 2023-12-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: Fix dtor CFI | Peter Zijlstra | 2023-12-16 | 2 | -3/+21 | |
| | * | | | | | | | | | | x86/cfi,bpf: Fix bpf_struct_ops CFI | Peter Zijlstra | 2023-12-16 | 1 | -8/+8 | |
| | * | | | | | | | | | | x86/cfi,bpf: Fix BPF JIT call | Peter Zijlstra | 2023-12-16 | 1 | -0/+25 | |
| | * | | | | | | | | | | bpf: Limit the number of kprobes when attaching program to multiple kprobes | Hou Tao | 2023-12-15 | 1 | -0/+3 | |
| | * | | | | | | | | | | bpf: Limit the number of uprobes when attaching program to multiple uprobes | Hou Tao | 2023-12-15 | 1 | -0/+4 | |
| | * | | | | | | | | | | bpf: xdp: Register generic_kfunc_set with XDP programs | Daniel Xu | 2023-12-15 | 1 | -0/+1 | |
| | * | | | | | | | | | | bpf: support symbolic BPF FS delegation mount options | Andrii Nakryiko | 2023-12-15 | 1 | -38/+211 | |
| | * | | | | | | | | | | bpf: Fix a race condition between btf_put() and map_free() | Yonghong Song | 2023-12-15 | 1 | -1/+5 | |
| | * | | | | | | | | | | bpf: Use GFP_KERNEL in bpf_event_entry_gen() | Hou Tao | 2023-12-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: Reduce the scope of rcu_read_lock when updating fd map | Hou Tao | 2023-12-14 | 2 | -4/+6 | |
| | * | | | | | | | | | | bpf: Update the comments in maybe_wait_bpf_programs() | Hou Tao | 2023-12-14 | 1 | -3/+7 | |
| | * | | | | | | | | | | bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list | Matt Bobrowski | 2023-12-14 | 1 | -0/+12 | |
| | * | | | | | | | | | | bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS | Andrii Nakryiko | 2023-12-14 | 1 | -1/+9 | |
| | * | | | | | | | | | | bpf: Support uid and gid when mounting bpffs | Jie Jiang | 2023-12-14 | 1 | -1/+49 | |
| | * | | | | | | | | | | bpf: Comment on check_mem_size_reg | Andrei Matei | 2023-12-13 | 1 | -0/+6 | |
| | * | | | | | | | | | | bpf: Remove unused backtrack_state helper functions | Yang Li | 2023-12-12 | 1 | -15/+0 | |
| | * | | | | | | | | | | bpf: tidy up exception callback management a bit | Andrii Nakryiko | 2023-12-12 | 2 | -22/+41 | |
| | * | | | | | | | | | | bpf: emit more dynptr information in verifier log | Andrii Nakryiko | 2023-12-12 | 1 | -9/+16 | |
| | * | | | | | | | | | | bpf: log PTR_TO_MEM memory size in verifier log | Andrii Nakryiko | 2023-12-12 | 1 | -0/+4 | |
| | * | | | | | | | | | | bpf: Add bpf_cpumask_weight() kfunc | David Vernet | 2023-12-10 | 1 | -0/+12 | |
| | * | | | | | | | | | | bpf: handle fake register spill to stack with BPF_ST_MEM instruction | Andrii Nakryiko | 2023-12-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | bpf: Set uattr->batch.count as zero before batched update or deletion | Hou Tao | 2023-12-10 | 1 | -0/+6 | |
| | * | | | | | | | | | | bpf: Only call maybe_wait_bpf_programs() when map operation succeeds | Hou Tao | 2023-12-10 | 1 | -2/+4 | |
| | * | | | | | | | | | | bpf: Add missed maybe_wait_bpf_programs() for htab of maps | Hou Tao | 2023-12-10 | 1 | -3/+3 | |
| | * | | | | | | | | | | bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch() | Hou Tao | 2023-12-10 | 1 | -1/+3 | |
| | * | | | | | | | | | | bpf: Remove unnecessary wait from bpf_map_copy_value() | Hou Tao | 2023-12-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case | Yafang Shao | 2023-12-09 | 1 | -3/+3 | |
| | * | | | | | | | | | | bpf: Minor cleanup around stack bounds | Andrei Matei | 2023-12-08 | 1 | -2/+9 | |
| | * | | | | | | | | | | bpf: Fix accesses to uninit stack slots | Andrei Matei | 2023-12-08 | 1 | -39/+26 | |
| | * | | | | | | | | | | bpf: Guard stack limits against 32bit overflow | Andrei Matei | 2023-12-07 | 1 | -3/+3 | |
| | * | | | | | | | | | | bpf: Fix verification of indirect var-off stack access | Andrei Matei | 2023-12-07 | 1 | -10/+4 | |
| | * | | | | | | | | | | bpf: Use arch_bpf_trampoline_size | Song Liu | 2023-12-07 | 3 | -22/+42 | |
| | * | | | | | | | | | | bpf: Add arch_bpf_trampoline_size() | Song Liu | 2023-12-07 | 1 | -0/+6 |