summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-11-101-1/+1
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-08-211-8/+16
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-08-041-1/+7
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-101-0/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-101-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2019-07-101-2/+1
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2019-07-101-2/+2
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-271-1/+2
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-09-151-1/+2
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-09-093-1/+10
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-09-091-0/+2
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-09-091-1/+1
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-09-091-1/+2
* 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-09-091-0/+7
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-302-9/+7
* p9_client_readdir() fixAl Viro2017-05-021-0/+4
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-2/+2
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-24/+2
* 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-221-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-0/+1
|\
| * 9p/trans_virtio: reset virtio device on removePierre Morel2015-07-131-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+11
|\ \
| * | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
| |/
* / IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
|/
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-184-14/+52
|\
| * net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-211-8/+44
| * net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-211-0/+1
| * net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin2015-03-201-1/+4
| * 9p: use unsigned integers for nwqid/countKirill A. Shutemov2015-03-201-3/+3
| * 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-201-2/+0
* | net/9p: remove (now-)unused helpersAl Viro2015-04-112-43/+1
* | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-111-0/+1
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-63/+61
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-111-57/+41
* | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-113-132/+146
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-4/+20
|\|
| * 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-131-4/+20
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-2/+2
|/
* virtio/9p: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
* 9P: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2014-04-114-72/+92
|\
| * 9pnet_rdma: check token type before int conversionSimon Derr2014-03-251-0/+2
| * 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr2014-03-251-46/+25
| * 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-252-6/+3