Age | Commit message (Expand) | Author | Files | Lines |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 22 | -1775/+2411 |
2024-01-04 | bpf: Fix re-attachment branch in bpf_tracing_prog_attach | Jiri Olsa | 1 | -0/+9 |
2024-01-04 | bpf: Relax tracing prog recursive attach rules | Dmitrii Dolgov | 2 | -15/+47 |
2024-01-04 | bpf: Remove unnecessary cpu == 0 check in memalloc | Yonghong Song | 1 | -1/+1 |
2024-01-03 | bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation | Yonghong Song | 1 | -0/+8 |
2024-01-03 | bpf: Use smaller low/high marks for percpu allocation | Yonghong Song | 1 | -1/+7 |
2024-01-03 | bpf: Refill only one percpu element in memalloc | Yonghong Song | 1 | -4/+9 |
2024-01-03 | bpf: Allow per unit prefill for non-fix-size percpu memory allocator | Yonghong Song | 2 | -15/+79 |
2024-01-03 | bpf: Add objcg to bpf_mem_alloc | Yonghong Song | 1 | -5/+6 |
2024-01-03 | bpf: Avoid unnecessary extra percpu memory allocation | Yonghong Song | 1 | -1/+3 |
2024-01-03 | bpf: Simplify checking size of helper accesses | Andrei Matei | 1 | -6/+4 |
2023-12-27 | Kill sched.h dependency on rcupdate.h | Kent Overstreet | 1 | -0/+1 |
2023-12-21 | bpf: Avoid unnecessary use of comma operator in verifier | Simon Horman | 1 | -1/+1 |
2023-12-21 | bpf: Re-support uid and gid when mounting bpffs | Daniel Borkmann | 1 | -2/+51 |
2023-12-20 | bpf: Use c->unit_size to select target cache during free | Hou Tao | 1 | -94/+11 |
2023-12-19 | bpf: add support for passing dynptr pointer to global subprog | Andrii Nakryiko | 2 | -0/+30 |
2023-12-19 | bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args | Andrii Nakryiko | 2 | -7/+42 |
2023-12-19 | bpf: reuse subprog argument parsing logic for subprog call checks | Andrii Nakryiko | 1 | -80/+30 |
2023-12-19 | bpf: move subprog call logic back to verifier.c | Andrii Nakryiko | 2 | -146/+146 |
2023-12-19 | bpf: prepare btf_prepare_func_args() for handling static subprogs | Andrii Nakryiko | 2 | -14/+9 |
2023-12-19 | bpf: reuse btf_prepare_func_args() check for main program BTF validation | Andrii Nakryiko | 2 | -60/+15 |
2023-12-19 | bpf: abstract away global subprog arg preparation logic from reg state setup | Andrii Nakryiko | 2 | -34/+47 |
2023-12-19 | bpf: make the verifier tracks the "not equal" for regs | Menglong Dong | 1 | -1/+37 |
2023-12-19 | Revert BPF token-related functionality | Andrii Nakryiko | 10 | -766/+93 |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 21 | -455/+1416 |
2023-12-18 | bpf: Ensure precise is reset to false in __mark_reg_const_zero() | Andrii Nakryiko | 1 | -18/+11 |
2023-12-15 | x86/cfi,bpf: Fix bpf_exception_cb() signature | Alexei Starovoitov | 1 | -1/+1 |
2023-12-15 | bpf: Fix dtor CFI | Peter Zijlstra | 2 | -3/+21 |
2023-12-15 | x86/cfi,bpf: Fix bpf_struct_ops CFI | Peter Zijlstra | 1 | -8/+8 |
2023-12-15 | x86/cfi,bpf: Fix BPF JIT call | Peter Zijlstra | 1 | -0/+25 |
2023-12-14 | bpf: xdp: Register generic_kfunc_set with XDP programs | Daniel Xu | 1 | -0/+1 |
2023-12-14 | bpf: support symbolic BPF FS delegation mount options | Andrii Nakryiko | 1 | -38/+211 |
2023-12-14 | bpf: Fix a race condition between btf_put() and map_free() | Yonghong Song | 1 | -1/+5 |
2023-12-13 | bpf: Use GFP_KERNEL in bpf_event_entry_gen() | Hou Tao | 1 | -1/+1 |
2023-12-13 | bpf: Reduce the scope of rcu_read_lock when updating fd map | Hou Tao | 2 | -4/+6 |
2023-12-13 | bpf: Update the comments in maybe_wait_bpf_programs() | Hou Tao | 1 | -3/+7 |
2023-12-13 | bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list | Matt Bobrowski | 1 | -0/+12 |
2023-12-13 | bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS | Andrii Nakryiko | 1 | -1/+9 |
2023-12-13 | bpf: Support uid and gid when mounting bpffs | Jie Jiang | 1 | -1/+49 |
2023-12-12 | bpf: Comment on check_mem_size_reg | Andrei Matei | 1 | -0/+6 |
2023-12-12 | bpf: Remove unused backtrack_state helper functions | Yang Li | 1 | -15/+0 |
2023-12-11 | bpf: tidy up exception callback management a bit | Andrii Nakryiko | 2 | -22/+41 |
2023-12-11 | bpf: emit more dynptr information in verifier log | Andrii Nakryiko | 1 | -9/+16 |
2023-12-11 | bpf: log PTR_TO_MEM memory size in verifier log | Andrii Nakryiko | 1 | -0/+4 |
2023-12-09 | bpf: Add bpf_cpumask_weight() kfunc | David Vernet | 1 | -0/+12 |
2023-12-09 | bpf: handle fake register spill to stack with BPF_ST_MEM instruction | Andrii Nakryiko | 1 | -1/+0 |
2023-12-09 | bpf: Set uattr->batch.count as zero before batched update or deletion | Hou Tao | 1 | -0/+6 |
2023-12-09 | bpf: Only call maybe_wait_bpf_programs() when map operation succeeds | Hou Tao | 1 | -2/+4 |
2023-12-09 | bpf: Add missed maybe_wait_bpf_programs() for htab of maps | Hou Tao | 1 | -3/+3 |
2023-12-09 | bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch() | Hou Tao | 1 | -1/+3 |