summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* net/9p: increase default msize to 128kChristian Schoenebeck2021-09-051-1/+1
* net/9p: use macro to define default msizeChristian Schoenebeck2021-09-051-2/+4
* net/9p: increase tcp max msize to 1MBDominique Martinet2021-09-051-1/+1
* 9p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-271-2/+2
* 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-07-271-1/+3
* 9p/trans_virtio: Fix spelling mistakesZheng Yongjun2021-06-021-3/+3
* net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang2021-03-281-2/+2
* 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang2021-03-281-1/+1
* net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang2021-03-281-1/+1
* net: 9p: advance iov on empty readJisheng Zhang2021-03-031-4/+0
* net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+0
* Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-211-5/+9
|\
| * 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-2/+2
| * 9p: add refcount to p9_fid structJianyong Wu2020-11-191-4/+5
| * fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-031-1/+4
* | net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn2020-11-025-6/+19
|/
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-10-121-1/+1
* 9p/xen: Fix format argument warningYe Bin2020-10-091-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-08-151-1/+1
|\
| * net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk2020-07-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-9/+30
|\|
| * 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-07-191-1/+14
| * net/9p: validate fds in p9_fd_openChristoph Hellwig2020-07-191-8/+16
* | net: 9p: kerneldoc fixesAndrew Lunn2020-07-132-4/+5
|/
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* 9p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini2020-06-021-27/+34
* 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-271-61/+73
* Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds2019-09-271-0/+1
|\
| * 9p: Transport error uninitializedLu Shuaibing2019-09-031-0/+1
* | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-3/+3
|/
* Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2019-07-122-2/+14
|\
| * 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-05-151-1/+7
| * 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-05-151-1/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-308-128/+8
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | 9p/net: fix memory leak in p9_client_createzhengbin2019-03-131-1/+1
* | 9p: mark expected switch fall-throughGustavo A. R. Silva2019-01-231-1/+1
|/
* 9p/net: put a lower bound on msizeDominique Martinet2018-12-251-0/+21
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2018-11-201-0/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-031-1/+1
|\
| * iov_iter: Fix 9p virtio breakageMarc Zyngier2018-11-021-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-2/+2
|\|
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | 9p/trans_fd: put worker reqs on destroyDominique Martinet2018-10-101-0/+8
* | 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2018-10-101-6/+11
* | 9p: potential NULL dereferenceDan Carpenter2018-10-101-1/+1
* | 9p: p9dirent_read: check network-provided name lengthDominique Martinet2018-09-081-3/+9
* | 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2018-09-081-2/+1