summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
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
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+1
2022-12-139p/client: fix data race on req->statusDominique Martinet-21/+23
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Christian Schoenebeck-4/+3
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck-0/+6
2022-12-039p/xen: do not memcpy header into req->rcDominique Martinet-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET-3/+0