summaryrefslogtreecommitdiff
path: root/net/rose
AgeCommit message (Expand)Author
2026-06-27rose: don't free fd-owned sockets when reaping in the heartbeatBernard Pidoux
2026-06-27rose: clear neighbour pointer in rose_kill_by_device()Bernard Pidoux
2026-06-27rose: drop CALL_REQUEST in loopback timer when device is not runningBernard Pidoux
2026-06-27rose: release netdev ref and destroy orphaned incoming socketsBernard Pidoux
2026-06-27rose: fix netdev double-hold in rose_make_new()Bernard Pidoux
2026-06-27rose: disconnect orphaned STATE_2 sockets when device is goneBernard Pidoux
2026-06-27rose: set SOCK_DESTROY in rose_kill_by_device() for prompt cleanupBernard Pidoux
2026-06-27rose: fix notifier unregistered too early in rose_exit()Bernard Pidoux
2026-06-27rose: fix netdev double-hold in rose_rx_call_request()Bernard Pidoux
2026-06-27rose: guard rose_neigh_put() against NULL in timer expiryBernard Pidoux
2026-06-27rose: clear neighbour pointer after rose_neigh_put() in state machinesBernard Pidoux
2026-06-27rose: fix race between loopback timer and module removalBernard Pidoux
2026-06-27rose: hold loopback neighbour reference across timer callbackBernard Pidoux
2026-06-27rose: fix dev_put() leak in rose_loopback_timer()Bernard Pidoux
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
2023-01-28net/rose: Fix to not accept on connected socketHyunwoo Kim
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet
2022-08-01net: rose: fix netdev reference changesEric Dumazet
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-10-13rose: constify dev_addr passingJakub Kicinski
2021-10-13ax25: constify dev_addr passingJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski