aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)Author
2024-01-08net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin
2023-09-239p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao
2023-03-119p/xen: fix connection sequenceJuergen Gross
2023-03-119p/xen: fix version parsingJuergen Gross
2022-12-149p/xen: check logical size for buffer sizeDominique Martinet
2022-12-149p/fd: Use P9_HDRSZ for header sizeGUO Zihua
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai
2022-12-089p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao
2022-11-259p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-11-259p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2022-08-25net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-03-11xen/9p: use alloc/free_pages_exact()Juergen Gross
2021-11-179p/net: fix missing error check in p9_check_errorsDominique Martinet
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji
2021-09-229p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2020-11-05net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam
2020-08-11net/9p: validate fds in p9_fd_openChristoph Hellwig
2020-08-059p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds
2019-09-039p: Transport error uninitializedLu Shuaibing
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing
2019-03-139p/net: fix memory leak in p9_client_createzhengbin
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva
2018-12-259p/net: put a lower bound on msizeDominique Martinet
2018-11-20net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-109p/trans_fd: put worker reqs on destroyDominique Martinet
2018-10-109p/trans_fd: abort p9_read_work if req status changedDominique Martinet
2018-10-109p: potential NULL dereferenceDan Carpenter
2018-09-089p: p9dirent_read: check network-provided name lengthDominique Martinet
2018-09-089p/rdma: remove useless check in cm_event_handlerDominique Martinet
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes
2018-09-089p: Rename req to rreq in trans_fdTomas Bortoli
2018-09-089p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: rename p9_free_req() functionTomas Bortoli
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-299p: Remove p9_idpoolMatthew Wilcox