summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
10 daysnet: 9p: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells2-0/+50
2024-02-129p: Fix read/write debug statements to report server replyDominique Martinet1-5/+5
2024-02-129p/trans_fd: remove Excess kernel-doc commentRandy Dunlap1-1/+0
2023-12-12net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2023-10-279p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+4
2023-10-279p/net: xen: fix false positive printf format overflow warningDominique Martinet1-8/+7
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-1/+1
2023-10-269p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver1-3/+10
2023-10-249p/trans_fd: avoid sending req to a cancelled connSishuai Gong1-2/+6
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet1-34/+12
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet1-1/+1
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2023-05-05Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2023-05-049p: Remove INET dependencyJason Andryuk1-0/+2
2023-04-029p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen1-4/+4
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-22/+49
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-02-249p/xen: fix version parsingJuergen Gross1-2/+8
2023-02-24net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen1-1/+5
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds5-29/+40
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-2/+1
2022-12-139p/client: fix data race on req->statusDominique Martinet5-21/+23
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Christian Schoenebeck1-4/+3
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck1-0/+6
2022-12-029p/xen: do not memcpy header into req->rcDominique Martinet1-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET3-3/+0
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua1-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingLi Zhong1-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdDominique Martinet1-16/+25
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa1-0/+3
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck1-7/+35