summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-0216-252/+688
|\
| * bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-10/+10
| * bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires2024-02-221-4/+7
| * bpf: introduce in_sleepable() helperBenjamin Tissoires2024-02-221-6/+11
| * bpf: allow more maps in sleepable bpf programsBenjamin Tissoires2024-02-221-0/+2
| * bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee2024-02-221-0/+5
| * bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song2024-02-151-5/+13
| * bpf: improve duplicate source code line detectionAndrii Nakryiko2024-02-151-2/+15
| * bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko2024-02-141-5/+25
| * bpf: emit source code file name and line number in verifier logAndrii Nakryiko2024-02-131-3/+12
| * bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko2024-02-131-0/+3
| * bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko2024-02-131-0/+15
| * bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko2024-02-132-15/+14
| * bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2024-02-131-3/+0
| * bpf: Create argument information for nullable arguments.Kui-Feng Lee2024-02-133-12/+234
| * bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee2024-02-132-28/+28
| * bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2024-02-131-1/+1
| * bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-02-131-2/+2
| * bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu2024-02-131-2/+2
| * bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-111-39/+13
| * bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang2024-02-081-1/+3
| * bpf, btf: Add check_btf_kconfigs helperGeliang Tang2024-02-081-18/+15
| * bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang2024-02-081-4/+2
| * bpf: Merge two CONFIG_BPF entriesMasahiro Yamada2024-02-071-0/+1
| * bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi2024-02-051-2/+1
| * bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi2024-02-051-3/+8
| * bpf: Remove an unnecessary check.Kui-Feng Lee2024-02-051-12/+9
| * bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko2024-02-021-0/+6
| * bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko2024-02-021-0/+1
| * bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman2024-02-021-3/+69
| * bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy2024-02-021-4/+11
| * bpf: Track spilled unbounded scalarsMaxim Mikityanskiy2024-02-021-15/+1
| * bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski2024-02-011-4/+2
| * bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-316-14/+22
| * bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko2024-01-301-0/+10
| * bpf: add __arg_trusted global func arg tagAndrii Nakryiko2024-01-302-13/+110
| * bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang2024-01-291-8/+8
| * perf/bpf: Fix duplicate type checkFlorian Lehner2024-01-291-5/+1
| * bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko2024-01-291-17/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-2210-12/+29
|\ \
| * \ Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-223-1/+8
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-223-1/+8
| | |\ \
| | | * | bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao2024-02-191-0/+2
| | | * | bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-02-191-1/+4
| | | * | bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-02-131-0/+2
| * | | | Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-221-0/+4
| |\ \ \ \
| | * | | | ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)2024-02-211-0/+4
| * | | | | sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-201-0/+6
| |/ / / /
| * | | | Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-02-171-2/+2
| |\ \ \ \