aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
9 hoursMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+0
40 hoursnet: 9p: virtio: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-05-01netfs, 9p: Implement helpers for new write codeGravatar David Howells 2-0/+50
2024-02-129p: Fix read/write debug statements to report server replyGravatar Dominique Martinet 1-5/+5
2024-02-129p/trans_fd: remove Excess kernel-doc commentGravatar Randy Dunlap 1-1/+0
2023-12-13net: 9p: avoid freeing uninit memory in p9pdu_vreadfGravatar Fedor Pchelkin 1-4/+13
2023-10-279p/net: fix possible memory leak in p9_check_errors()Gravatar Hangyu Hua 1-2/+4
2023-10-279p/net: xen: fix false positive printf format overflow warningGravatar Dominique Martinet 1-8/+7
2023-10-269p: v9fs_listxattr: fix %s null argument warningGravatar Dominique Martinet 1-1/+1
2023-10-269p/trans_fd: Annotate data-racy writes to file::f_flagsGravatar Marco Elver 1-3/+10
2023-10-249p/trans_fd: avoid sending req to a cancelled connGravatar Sishuai Gong 1-2/+6
2023-08-09net: annotate data-races around sock->opsGravatar Eric Dumazet 1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Gravatar Dominique Martinet 1-34/+12
2023-07-209p: virtio: skip incrementing unused variableGravatar Dominique Martinet 1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestGravatar Dominique Martinet 1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorGravatar Dominique Martinet 1-1/+1
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+2
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2023-05-049p: Remove INET dependencyGravatar Jason Andryuk 1-0/+2
2023-04-029p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionGravatar Zheng Wang 1-0/+4
2023-03-279p: Add additional debug flags and open modesGravatar Eric Van Hensbergen 1-4/+4
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-22/+49
2023-02-24net/9p: fix bug in client create for .LGravatar Eric Van Hensbergen 1-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Gravatar Zhengchao Shao 1-3/+12
2023-02-249p/xen: fix connection sequenceGravatar Juergen Gross 1-15/+23
2023-02-249p/xen: fix version parsingGravatar Juergen Gross 1-2/+8
2023-02-23net/9p: Adjust maximum MSIZE to account for p9 headerGravatar Eric Van Hensbergen 1-1/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 5-29/+40
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-15xen: make remove callback of xen driver void returnedGravatar Dawei Li 1-2/+1
2022-12-139p/client: fix data race on req->statusGravatar Dominique Martinet 5-21/+23
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Gravatar Christian Schoenebeck 1-4/+3
2022-12-06net/9p: distinguish zero-copy requestsGravatar Christian Schoenebeck 1-0/+6
2022-12-039p/xen: do not memcpy header into req->rcGravatar Dominique Martinet 1-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageGravatar Schspa Shi 1-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeGravatar Christophe JAILLET 3-3/+0
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openGravatar Wang Hai 1-1/+3
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-239p/xen: check logical size for buffer sizeGravatar Dominique Martinet 1-0/+9
2022-11-189p/fd: Use P9_HDRSZ for header sizeGravatar GUO Zihua 1-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGravatar GUO Zihua 1-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Gravatar Zhengchao Shao 1-0/+2
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingGravatar Li Zhong 1-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdGravatar Dominique Martinet 1-16/+25
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeGravatar Tetsuo Handa 1-0/+3
2022-10-05net/9p: allocate appropriate reduced message buffersGravatar Christian Schoenebeck 1-7/+35