summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro
2015-03-21net/9p: add a privport option for RDMA transport.Dominique Martinet
2015-03-21net/9p: Initialize opts->privport as it should be.Dominique Martinet
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()Andrey Ryabinin
2015-03-209p: use unsigned integers for nwqid/countKirill A. Shutemov
2015-03-209p: remove unused variable in p9_fd_create()Fabian Frederick
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin
2014-07-159P: remove unnecessary break after returnFabian Frederick
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds
2014-03-259pnet_rdma: check token type before int conversionSimon Derr
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr
2014-03-259pnet_rdma: add cancelled()Simon Derr
2014-03-259pnet_rdma: update request status during sendSimon Derr
2014-03-259P: Add cancelled() to the transport functions.Simon Derr
2014-03-25net: Mark function as static in 9p/client.cRashika
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-10-24file->f_op is never NULL...Al Viro
2013-10-17virtio: use size-based config accessors.Rusty Russell
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti
2013-07-24net: trans_rdma: remove unused functionAndi Shyti
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds
2013-07-079P: Add cancelled() to the transport functions.Simon Derr
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr
2013-07-079pnet: refactor struct p9_fcall alloc codeSimon Derr
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr
2013-07-079P: Fix fcall allocation for rdmaSimon Derr
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V