#!/bin/bash # description: system-wide syscall counts, by pid # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm l='vcs-git' href='https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/rose
AgeCommit message (Expand)Author
2026-03-12net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-01rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-04net: rose: lock the socket in rose_bind()Eric Dumazet
2025-01-27net: rose: fix timer races against user threadsEric Dumazet
2025-01-20net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells