summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes2-6/+5
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-219p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
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
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-02-229p/trans_virtio: discard zero-length replyGreg Kurz1-1/+2
2017-11-30net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2-9/+7
2017-05-03p9_client_readdir() fixAl Viro1-0/+4
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig18-22/+57
2016-08-099p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum1-2/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann38-103/+102
2016-03-11net/9p: convert to new CQ APIChristoph Hellwig1-55/+31
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-43/+47
2016-01-04... and a couple in net/9pAl Viro1-2/+2
2015-12-079p/trans_virtio: don't bother with p9_tag_lookup()Al Viro1-8/+4
2015-11-149p: trans_fd, bail out if recv fcall if missingDominique Martinet1-7/+6
2015-11-149p: trans_fd, read rework to use p9_parse_headerDominique Martinet1-35/+40
2015-11-14net/9p: Add device name details on errorAneesh Kumar K.V1-1/+1
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro14-34/+52
2015-08-30net/9p: Remove ib_get_dma_mr callsJason Gunthorpe1-24/+2
2015-08-239p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds11-20/+91
2015-07-139p/trans_virtio: reset virtio device on removePierre Morel1-0/+1
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak18-35/+74
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-21/+58
2015-04-12net/9p: remove (now-)unused helpersAl Viro2-43/+1
2015-04-12p9_client_attach(): set fid->uid correctlyAl Viro1-0/+1
2015-04-129p: switch p9_client_read() to passing struct iov_iter *Al Viro7-183/+108
2015-04-129p: switch p9_client_write() to passing it struct iov_iter *Al Viro4-97/+62
2015-04-12net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro4-133/+147
2015-03-22net/9p: add a privport option for RDMA transport.Dominique Martinet1-8/+44
2015-03-22net/9p: Initialize opts->privport as it should be.Dominique Martinet1-0/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller348-1868/+3792
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin1-1/+4
2015-03-209p: use unsigned integers for nwqid/countKirill A. Shutemov1-3/+3
2015-03-209p: remove unused variable in p9_fd_create()Fabian Frederick1-2/+0
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin1-4/+20
2015-03-12net: Introduce possible_net_tEric W. Biederman16-67/+37
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-10-149p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
[next]