summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-23/+19
2026-01-299p/xen: protect xen_9pfs_front_free against concurrent callsStefano Stabellini-41/+44
2026-01-299p: Track 9P RPC waiting time as IORemi Pommarel-11/+11
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds-394/+66
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-039p: convert to the new mount APIEric Sandeen-341/+42
2025-11-03net/9p: move structures and macros to header filesEric Sandeen-47/+4
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet-6/+6
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre-2/+16
2025-09-199p/trans_fd: p9_fd_request: kick rx thread if EPOLLINOleg Nesterov-8/+1
2025-08-23net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey-4/+4
2025-08-23net/9p: Fix buffer overflow in USB transport layerDominique Martinet-3/+13
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells-3/+3
2025-03-239p: Use hashtable.h for hash_errmapSasha Levin-12/+9
2025-03-199p/trans_fd: mark concurrent read and writes to p9_conn->errIgnacio Encinas-7/+10
2025-03-199p/net: return error on bogus (longer than requested) repliesDominique Martinet-4/+10
2025-03-199p/net: fix improper handling of bogus negative read/write repliesDominique Martinet-14/+16
2025-01-20net/9p/fd: support ipv6 for trans=tcpJoshua Murphy-32/+24
2024-11-22net/9p/usbg: allow building as standalone moduleDominique Martinet-2/+2
2024-11-229p/xen: fix release of IRQAlex Zenla-1/+1
2024-11-219p/xen: fix init sequenceAlex Zenla-2/+5
2024-11-16net/9p/usbg: fix handling of the failed kzalloc() memory allocationMirsad Todorovac-2/+2
2024-10-219p: fix slab cache name creation for realLinus Torvalds-1/+3
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds-1/+9
2024-10-09net/9p/usbg: Fix build errorJinjie Ruan-0/+2
2024-09-239p: Avoid creating multiple slab caches with the same namePedro Falcato-1/+9
2024-09-11net/9p/usbg: fix CONFIG_USB_GADGET dependencyArnd Bergmann-1/+1
2024-09-03net/9p/usbg: Add new usb gadget function transportMichael Grzeschik-0/+966
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds-0/+2
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+0
2024-05-22net: 9p: virtio: drop owner assignmentKrzysztof Kozlowski-1/+0
2024-05-21net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich-0/+2
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells-0/+50
2024-02-129p: Fix read/write debug statements to report server replyDominique Martinet-5/+5
2024-02-129p/trans_fd: remove Excess kernel-doc commentRandy Dunlap-1/+0
2023-12-13net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin-4/+13
2023-10-279p/net: fix possible memory leak in p9_check_errors()Hangyu Hua-2/+4
2023-10-279p/net: xen: fix false positive printf format overflow warningDominique Martinet-8/+7
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet-1/+1
2023-10-269p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver-3/+10
2023-10-249p/trans_fd: avoid sending req to a cancelled connSishuai Gong-2/+6
2023-08-09net: annotate data-races around sock->opsEric Dumazet-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet-34/+12
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet-1/+1
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+2
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4