summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-2612-110/+845
|\
| * bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao2023-10-261-0/+4
| * netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-5/+25
| * bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko2023-10-241-0/+8
| * bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney2023-10-241-2/+1
| * bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu2023-10-241-2/+5
| * bpf: print full verifier states on infinite loop detectionEduard Zingerman2023-10-231-0/+4
| * bpf: correct loop detection for iterators convergenceEduard Zingerman2023-10-231-4/+203
| * bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-231-31/+187
| * bpf: extract same_callsites() as utility functionEduard Zingerman2023-10-231-5/+15
| * bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman2023-10-231-15/+13
| * bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2023-10-231-2/+2
| * bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao2023-10-202-10/+16
| * bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao2023-10-202-4/+0
| * bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2023-10-201-2/+14
| * bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao2023-10-201-10/+12
| * bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2023-10-192-3/+17
| * bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2023-10-192-13/+41
| * bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2023-10-192-0/+68
| * bpf: Introduce task open coded iterator kfuncsChuyi Zhou2023-10-192-0/+93
| * bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou2023-10-193-0/+84
| * cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2023-10-191-6/+12
| * bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao2023-10-171-1/+6
| * net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-172-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-264-7/+99
|\ \
| * \ Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-211-1/+2
| |\ \
| | * | sched/eevdf: Fix heap corruption morePeter Zijlstra2023-10-181-1/+2
| * | | Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-211-6/+33
| |\ \ \
| | * | | perf: Disallow mis-matched inherited group readsPeter Zijlstra2023-10-191-6/+33
| | |/ /
| * | | Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-212-0/+64
| |\ \ \
| | * | | tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2023-10-202-0/+64
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-195-29/+87
|\| | | | | |_|_|/ |/| | |
| * | | Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-191-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+4
| * | | fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-171-3/+3
| | |/ | |/|
| * | Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-141-14/+59
| |\ \
| | * | sched/eevdf: Fix pick_eevdf()Benjamin Segall2023-10-091-14/+58
| | * | sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra2023-10-091-0/+1
| | |/
| * | Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-121-3/+2
| |\ \
| | * | cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-091-3/+2
| | |/
| * | Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-121-5/+19
| |\ \
| | * | workqueue: fix -Wformat-truncation in create_workerLucy Mielke2023-10-121-1/+1
| | * | workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long2023-10-121-2/+6
| | * | workqueue: Use the kmem_cache_free() instead of kfree() to release pwqZqiang2023-10-121-2/+6
| | * | workqueue: Fix UAF report by KASAN in pwq_release_workfn()Zqiang2023-10-041-0/+6
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-1611-46/+224
|\ \ \ \
| * | | | bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko2023-10-161-1/+6
| * | | | bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko2023-10-161-22/+45
| * | | | bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky2023-10-132-0/+94
| * | | | bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky2023-10-131-2/+0