summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2019-04-279p: do not trust pdu content for stat item sizeGertjan Halkes1-1/+2
2019-03-239p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-01-139p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-11-229p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-09-26net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-09-099p: fix multiple NULL-pointer-dereferencesTomas Bortoli3-1/+10
2018-09-09net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-09-09net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-09-099p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2017-11-30net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2-9/+7
2017-05-08p9_client_readdir() fixAl Viro1-0/+4
2015-08-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-07-169P: remove unnecessary break after returnFabian Frederick1-1/+0
2014-04-12Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-72/+92
2014-03-269pnet_rdma: check token type before int conversionSimon Derr1-0/+2
2014-03-269pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr1-46/+25
2014-03-269P: Get rid of REQ_STATUS_FLSHSimon Derr2-6/+3
2014-03-269pnet_rdma: add cancelled()Simon Derr1-1/+14
2014-03-269pnet_rdma: update request status during sendSimon Derr1-0/+6
2014-03-269P: Add cancelled() to the transport functions.Simon Derr2-6/+20
2014-03-26net: Mark function as static in 9p/client.cRashika1-1/+1
2014-03-269P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet4-14/+23
2014-02-119p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-10net: Mark function as static in 9p/client.cRashika Kheria1-1/+1
2013-11-24net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen3-5/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2013-10-25file->f_op is never NULL...Al Viro1-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell1-5/+4
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-07-319p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-7/+2
2013-07-25net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds3-76/+167
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+4
2013-07-089P: Add cancelled() to the transport functions.Simon Derr2-3/+20
2013-07-089P/RDMA: count posted buffers without a pending requestSimon Derr2-3/+34
2013-07-089P/RDMA: Improve error handling in rdma_requestSimon Derr1-16/+28
2013-07-089P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr1-6/+3
2013-07-089P/RDMA: Use a semaphore to protect the RQSimon Derr1-10/+12
2013-07-089P/RDMA: Protect against duplicate repliesSimon Derr1-0/+7
2013-07-089P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr1-3/+1
2013-07-089pnet: refactor struct p9_fcall alloc codeSimon Derr1-17/+18
2013-07-089P/RDMA: rdma_request() needs not allocate req->rcSimon Derr1-19/+0
2013-07-089P: Fix fcall allocation for rdmaSimon Derr1-16/+23
2013-07-08net/9p: add privport option to 9p tcp transportJim Garlick1-1/+39
2013-06-11Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+18