summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin2024-01-081-4/+13
* 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-09-231-1/+1
* 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang2023-04-201-0/+4
* 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao2023-03-111-3/+12
* 9p/xen: fix connection sequenceJuergen Gross2023-03-111-15/+23
* 9p/xen: fix version parsingJuergen Gross2023-03-111-2/+8
* 9p/xen: check logical size for buffer sizeDominique Martinet2022-12-141-0/+9
* 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-12-141-3/+3
* net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-12-081-1/+3
* 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-12-081-0/+2
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-11-251-0/+3
* 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-11-251-1/+2
* net/9p: Initialize the iounit field during fid creationTyler Hicks2022-08-251-4/+1
* xen/9p: use alloc/free_pages_exact()Juergen Gross2022-03-111-8/+6
* 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-261-0/+2
* 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-09-261-1/+3
* 9p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-09-221-2/+2
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-11-051-1/+1
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-08-111-8/+16
* 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-08-051-1/+14
* 9p: Transport error uninitializedLu Shuaibing2019-10-111-0/+1
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-07-261-1/+7
* 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-07-261-1/+7
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-031-0/+1
* 9p/trans_fd: put worker reqs on destroyDominique Martinet2019-07-031-0/+8
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2019-07-031-6/+11
* 9p: potential NULL dereferenceDan Carpenter2019-07-031-1/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-031-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2019-07-031-2/+1
* 9p: Rename req to rreq in trans_fdTomas Bortoli2019-07-031-15/+15
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2019-07-031-2/+2
* 9p: Add refcount to p9_req_tTomas Bortoli2019-07-035-12/+84
* 9p: rename p9_free_req() functionTomas Bortoli2019-07-031-50/+50
* 9p: add a per-client fcall kmem_cacheDominique Martinet2019-07-031-5/+32
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2019-07-035-116/+122
* 9p: Use a slab for allocating requestsMatthew Wilcox2019-07-032-154/+93
* 9p/xen: fix check for xenbus_read error in front_probeDominique Martinet2019-07-031-2/+2
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-1/+2
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-177-105/+112
|\
| * net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7
| * 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13
| * 9p: validate PDU lengthTomas Bortoli2018-08-134-11/+24
| * net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
| * net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2
| * net/9p/virtio: Fix hard lockup in req_donejiangyiwen2018-08-131-10/+11