- 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
- d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
- 15e2721 net/9p: show error message if user 'msize' cannot be satisfied by Christian Schoenebeck · 3 years ago
- 019641d net/p9: load default transports by Thomas Weißschuh · 3 years, 2 months ago
- 99aa673 9p/xen: autoload when xenbus service is available by Thomas Weißschuh · 3 years, 2 months ago
- 1c582c6 9p/trans_fd: split into dedicated module by Thomas Weißschuh · 3 years, 2 months ago
- f2745669 9p/trans_virtio: Fix typo in the comment for p9_virtio_create() by zhuxinran · 3 years ago
- 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
- 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
- 4cd82a5 net/9p: autoload transport modules by Thomas Weißschuh · 3 years, 2 months ago
- 27eb4c3 9p/net: fix missing error check in p9_check_errors by Dominique Martinet · 3 years, 2 months ago
- 9c4d94d net/9p: increase default msize to 128k by Christian Schoenebeck · 3 years, 4 months ago
- 9210fc0 net/9p: use macro to define default msize by Christian Schoenebeck · 3 years, 4 months ago
- 22bb3b7 net/9p: increase tcp max msize to 1MB by Dominique Martinet · 3 years, 4 months ago
- 732b33d 9p/xen: Fix end of loop tests for list_for_each_entry by Harshvardhan Jha · 3 years, 5 months ago
- f997ea3 9p/trans_virtio: Remove sysfs file on probe failure by Xie Yongji · 3 years, 7 months ago
- 8ab1784 9p/trans_virtio: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- 03ff737 net: 9p: Correct function names in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
- 54e625e 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldoc by Xiongfeng Wang · 3 years, 9 months ago
- 8bf94a9 net: 9p: Correct function name errstr2errno() in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
- d65614a net: 9p: advance iov on empty read by Jisheng Zhang · 3 years, 10 months ago
- 864e898 net: remove redundant 'depends on NET' by Masahiro Yamada · 4 years ago
- 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
- ff5e72e 9p: apply review requests for fid refcounting by Dominique Martinet · 4 years, 2 months ago
- 6636b6d 9p: add refcount to p9_fid struct by Jianyong Wu · 4 years, 3 months ago
- 154372e fs/9p: fix create-unlink-getattr idiom by Eric Van Hensbergen · 4 years, 3 months ago
- 760b3d6 net: 9p: Fix kerneldoc warnings of missing parameters etc by Andrew Lunn · 4 years, 2 months ago
- 7ca1db2 net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid by Anant Thazhemadam · 4 years, 3 months ago
- 316a1be 9p/xen: Fix format argument warning by Ye Bin · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 4 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- 74d6a5d 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work by Wang Hai · 4 years, 7 months ago
- 6db6ea7 net/9p: Fix sparse endian warning in trans_fd.c by Alexander Kapshuk · 4 years, 6 months ago
- a39c460 net/9p: validate fds in p9_fd_open by Christoph Hellwig · 4 years, 6 months ago
- 15e522a net: 9p: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 6 months ago
- 36f9967 9p/xen: increase XEN_9PFS_RING_ORDER by Stefano Stabellini · 4 years, 7 months ago
- 388f696 9pnet: allow making incomplete read requests by Sergey Alirzaev · 5 years ago
- 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
- 0ce772f 9p: Transport error uninitialized by Lu Shuaibing · 6 years ago
- 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
- 23bbbf5 Merge tag '9p-for-5.3' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
- 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 80a316f 9p/xen: Add cleanup path in p9_trans_xen_init by YueHaibing · 6 years ago
- d454854 9p/virtio: Add cleanup path in p9_virtio_init by YueHaibing · 6 years ago
- bb06c38 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
- 3bbe8b1 9p: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- 574d356 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
- 52ad259 net/9p: include trans_common.h to fix missing prototype warning. by Adeodato Simó · 6 years ago
- ed61a13 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 2cbfdf4 iov_iter: Fix 9p virtio breakage by Marc Zyngier · 6 years ago
- 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
- fb488fc 9p/trans_fd: put worker reqs on destroy by Dominique Martinet · 6 years ago
- e4ca13f 9p/trans_fd: abort p9_read_work if req status changed by Dominique Martinet · 6 years ago
- 72ea032 9p: potential NULL dereference by Dan Carpenter · 6 years ago
- ef5305f 9p: p9dirent_read: check network-provided name length by Dominique Martinet · 6 years ago
- 473c7dd 9p/rdma: remove useless check in cm_event_handler by Dominique Martinet · 6 years ago
- 2803cf4 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
- 6d35190 9p: Rename req to rreq in trans_fd by Tomas Bortoli · 6 years ago
- 8b894ad 9p/rdma: do not disconnect on down_interruptible EAGAIN by Dominique Martinet · 6 years ago
- 728356d 9p: Add refcount to p9_req_t by Tomas Bortoli · 6 years ago
- 43cbcbe 9p: rename p9_free_req() function by Tomas Bortoli · 6 years ago
- 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
- 523adb6 9p: embed fcall in req to round down buffer allocs by Dominique Martinet · 6 years ago
- 6348b90 9p: Remove p9_idpool by Matthew Wilcox · 6 years ago
- 996d5b4 9p: Use a slab for allocating requests by Matthew Wilcox · 6 years ago
- 62e3941 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 6 years ago
- 2f9ad0a 9p/xen: fix check for xenbus_read error in front_probe by Dominique Martinet · 6 years ago
- 1f7a4c7 Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
- 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
- 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
- edcd9d9 net/9p/trans_virtio.c: add null terminal for mount tag by piaojun · 6 years ago
- 23cba9c 9p/virtio: fix off-by-one error in sg list bounds check by jiangyiwen · 6 years ago
- c69f297d 9p: fix whitespace issues by Stephen Hemminger · 6 years ago
- 10aa145 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
- f984579 9p: validate PDU length by Tomas Bortoli · 6 years ago
- 9f476d7 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
- 430ac66 net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
- 31934da net/9p/virtio: Fix hard lockup in req_done by jiangyiwen · 6 years ago
- c7ebbae net/9p/trans_virtio.c: fix some spell mistakes in comments by piaojun · 6 years ago
- d28c756 9p/net: Fix zero-copy path in the 9p virtio transport by Chirantan Ekbote · 6 years ago
- 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
- f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
- b5303be 9p: Change p9_fid_create calling convention by Matthew Wilcox · 6 years ago
- 2d58f63 9p: Fix comment on smp_wmb by Matthew Wilcox · 6 years ago
- 7913690 net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
- 92aef46 net/9p: fix error path of p9_virtio_probe by Jean-Philippe Brucker · 6 years ago
- b87d1d2 9p/net/protocol.c: return -ENOMEM when kmalloc() failed by piaojun · 6 years ago
- 64ad31f net/9p/client.c: add missing '\n' at the end of p9_debug() by piaojun · 6 years ago
- 5a0c6ce net:mod: remove unneeded variable 'ret' in init_p9 by zhong jiang · 6 years ago
- 72bc4d3 net/9p: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
- c290fba net/9p/client.c: put refcount of trans_mod in error case in parse_opts() by piaojun · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- e56ee57 net/9p/trans_xen.c: don't inclide rwlock.h directly by Sebastian Andrzej Siewior · 7 years ago
- 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
- 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago