summaryrefslogtreecommitdiffstats
path: root/net/rose
AgeCommit message (Expand)AuthorLines
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet-1/+1
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai-2/+16
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai-28/+32
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai-9/+6
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer-1/+2
2025-07-01rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju-11/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-7/+7
2025-02-04net: rose: lock the socket in rose_bind()Eric Dumazet-8/+16
2025-01-27net: rose: fix timer races against user threadsEric Dumazet-0/+15
2025-01-20net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich-8/+8
2024-05-13net: change proto and proto_ops accept typeJens Axboe-3/+3
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados-1/+0
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet-5/+34
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim-1/+3
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2023-01-28net/rose: Fix to not accept on connected socketHyunwoo Kim-0/+8
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong-0/+3
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux-1/+2
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet-3/+9
2022-08-01net: rose: fix netdev reference changesEric Dumazet-2/+11
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou-2/+2
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou-15/+19
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong-16/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-1/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-10-13rose: constify dev_addr passingJakub Kicinski-9/+12
2021-10-13ax25: constify dev_addr passingJakub Kicinski-4/+4
2021-10-09net: use dev_addr_set()Jakub Kicinski-1/+1
2021-03-10net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+2
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn-4/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-2/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+21
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King-1/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet-2/+2
2019-10-24net: core: add generic lockdep keysTaehee Yoo-23/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-40/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+16
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet-11/+16
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann-6/+1
2019-03-18net: rose: fix a possible stack overflowEric Dumazet-9/+12
2019-02-19net: rose: add missing dev_put() on error in rose_bindYueHaibing-1/+3
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-1/+1