summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-265-42/+105
|\
| * bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann2023-05-261-2/+2
| * bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko2023-05-251-4/+5
| * bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-232-13/+28
| * bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko2023-05-231-6/+5
| * bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag2023-05-192-14/+58
| * bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao2023-05-191-2/+9
| * bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko2023-05-161-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-18/+63
|\ \
| * \ Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-253-4/+6
| |\ \
| * | | module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
| * | | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-182-17/+60
| |\ \ \
| | * | | fprobe: add recursion detection in fprobe_exit_handlerZe Gao2023-05-181-0/+14
| | * | | fprobe: make fprobe_kprobe_handler recursion freeZe Gao2023-05-181-15/+44
| | * | | rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-181-2/+2
| | * | | tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)2023-05-171-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-4/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-243-4/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-05-221-2/+4
| | * | | bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-191-1/+1
| | * | | bpf: netdev: init the offload table earlierJakub Kicinski2023-05-151-1/+1
| | |/ /
* | | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-184-39/+107
|\| | | | |_|/ |/| |
| * | Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-05-141-4/+4
| |\ \
| | * | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| | |/
| * | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-141-1/+13
| |\ \
| | * | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
| | |/
| * | Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-05-141-2/+2
| |\ \
| | * | sched: fix cid_lock kernel-doc warningsRandy Dunlap2023-05-081-2/+2
| | |/
| * / tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-081-32/+88
| |/
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-168-240/+752
|\ \ | |/ |/|
| * bpf: Fix memleak due to fentry attach failureYafang Shao2023-05-151-6/+15
| * bpf: Remove bpf trampoline selectorYafang Shao2023-05-151-7/+4
| * bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko2023-05-151-6/+8
| * bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky2023-05-151-19/+22
| * bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev2023-05-131-0/+15
| * bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-05-122-13/+15
| * bpf: verifier: Accept dynptr mem as mem in helpersDaniel Rosenberg2023-05-061-0/+4
| * bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg2023-05-062-16/+31
| * bpf: Add bpf_task_under_cgroup() kfuncFeng Zhou2023-05-061-0/+17
| * bpf: support precision propagation in the presence of subprogsAndrii Nakryiko2023-05-041-20/+143
| * bpf: fix mark_all_scalars_precise use in mark_chain_precisionAndrii Nakryiko2023-05-041-3/+13
| * bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko2023-05-041-30/+35
| * bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko2023-05-041-47/+53
| * bpf: improve precision backtrack loggingAndrii Nakryiko2023-05-041-7/+65
| * bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko2023-05-041-67/+182
| * bpf: mark relevant stack slots scratched for register read instructionsAndrii Nakryiko2023-05-041-0/+3
| * bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee2023-05-021-1/+2
| * bpf: Add bpf_dynptr_cloneJoanne Koong2023-04-272-20/+97
| * bpf: Add bpf_dynptr_sizeJoanne Koong2023-04-272-5/+14
| * bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonlyJoanne Koong2023-04-271-4/+19