summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2024-12-149p/xen: fix release of IRQAlex Zenla1-1/+1
2024-12-149p/xen: fix init sequenceAlex Zenla1-2/+5
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
2024-01-059p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+5
2024-01-05net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2023-11-289p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver1-3/+10
2023-09-199p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
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-029p/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-21net/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-189p/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-189p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-04-07net: 9p: advance iov on empty readJisheng Zhang1-4/+0
2020-10-12net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam1-1/+1
2020-10-099p/xen: Fix format argument warningYe Bin1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+30
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk1-1/+1
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-14net: 9p: kerneldoc fixesAndrew Lunn2-4/+5
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill1-0/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini1-27/+34
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev1-61/+73
2019-09-28Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds1-0/+1
2019-09-039p: Transport error uninitializedLu Shuaibing1-0/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-3/+3
2019-07-13Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2-2/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner8-128/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing1-1/+7
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing1-1/+7
2019-03-139p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-259p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-11-20net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó1-0/+1
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1