summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)Author
2019-10-119p: Transport error uninitializedLu Shuaibing
2019-07-269p/virtio: Add cleanup path in p9_virtio_initYueHaibing
2019-07-269p/xen: Add cleanup path in p9_trans_xen_initYueHaibing
2019-07-03net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó
2019-07-039p/trans_fd: put worker reqs on destroyDominique Martinet
2019-07-039p/trans_fd: abort p9_read_work if req status changedDominique Martinet
2019-07-039p: potential NULL dereferenceDan Carpenter
2019-07-039p: p9dirent_read: check network-provided name lengthDominique Martinet
2019-07-039p/rdma: remove useless check in cm_event_handlerDominique Martinet
2019-07-039p: Rename req to rreq in trans_fdTomas Bortoli
2019-07-039p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet
2019-07-039p: Add refcount to p9_req_tTomas Bortoli
2019-07-039p: rename p9_free_req() functionTomas Bortoli
2019-07-039p: add a per-client fcall kmem_cacheDominique Martinet
2019-07-039p: embed fcall in req to round down buffer allocsDominique Martinet
2019-07-039p: Use a slab for allocating requestsMatthew Wilcox
2019-07-039p/xen: fix check for xenbus_read error in front_probeDominique Martinet
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes
2019-03-239p/net: fix memory leak in p9_client_createzhengbin
2019-01-139p/net: put a lower bound on msizeDominique Martinet
2018-11-219p: clear dangling pointers in p9stat_freeDominique Martinet
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-08-139p: fix whitespace issuesStephen Hemminger
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-08-139p: validate PDU lengthTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang
2018-07-24net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior
2018-06-07net/9p: detect invalid options as much as possibleChengguang Xu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds