summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
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
2023-05-049p: Remove INET dependencyJason Andryuk-0/+2
2023-04-029p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang-0/+4
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen-4/+4
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+49
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross-15/+23
2023-02-249p/xen: fix version parsingJuergen Gross-2/+8
2023-02-23net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen-1/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds-29/+40