summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-03-119p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-03-119p/xen: fix version parsingJuergen Gross1-2/+8
2022-12-149p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-12-149p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-12-089p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-11-259p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa1-0/+3
2022-11-259p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet1-1/+2
2022-08-25net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-03-11xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2021-11-269p/net: fix missing error check in p9_check_errorsDominique Martinet1-0/+2
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-09-229p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2020-11-05net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam1-1/+1
2020-08-11net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-08-059p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2019-10-119p: Transport error uninitializedLu Shuaibing1-0/+1
2019-07-269p/virtio: Add cleanup path in p9_virtio_initYueHaibing1-1/+7
2019-07-269p/xen: Add cleanup path in p9_trans_xen_initYueHaibing1-1/+7
2019-07-03net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó1-0/+1
2019-07-039p/trans_fd: put worker reqs on destroyDominique Martinet1-0/+8
2019-07-039p/trans_fd: abort p9_read_work if req status changedDominique Martinet1-6/+11
2019-07-039p: potential NULL dereferenceDan Carpenter1-1/+1
2019-07-039p: p9dirent_read: check network-provided name lengthDominique Martinet1-3/+9
2019-07-039p/rdma: remove useless check in cm_event_handlerDominique Martinet1-2/+1
2019-07-039p: Rename req to rreq in trans_fdTomas Bortoli1-15/+15
2019-07-039p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet1-2/+2
2019-07-039p: Add refcount to p9_req_tTomas Bortoli5-12/+84
2019-07-039p: rename p9_free_req() functionTomas Bortoli1-50/+50
2019-07-039p: add a per-client fcall kmem_cacheDominique Martinet1-5/+32
2019-07-039p: embed fcall in req to round down buffer allocsDominique Martinet5-116/+122
2019-07-039p: Use a slab for allocating requestsMatthew Wilcox2-154/+93
2019-07-039p/xen: fix check for xenbus_read error in front_probeDominique Martinet1-2/+2
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes1-1/+2
2019-03-239p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-01-139p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-11-219p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-08-18Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds7-105/+112
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-3/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-1/+2
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun1-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger3-4/+3
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli4-1/+13
2018-08-139p: validate PDU lengthTomas Bortoli4-11/+24
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11