aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downGravatar Will Deacon 1-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeGravatar Michael Marineau 1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionGravatar Andi Shyti 1-7/+2
2013-07-24net: trans_rdma: remove unused functionGravatar Andi Shyti 1-11/+0
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionGravatar Sasha Levin 1-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 3-76/+167
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-1/+4
2013-07-079P: Add cancelled() to the transport functions.Gravatar Simon Derr 2-3/+20
2013-07-079P/RDMA: count posted buffers without a pending requestGravatar Simon Derr 2-3/+34
2013-07-079P/RDMA: Improve error handling in rdma_requestGravatar Simon Derr 1-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Gravatar Simon Derr 1-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQGravatar Simon Derr 1-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesGravatar Simon Derr 1-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBGravatar Simon Derr 1-3/+1
2013-07-079pnet: refactor struct p9_fcall alloc codeGravatar Simon Derr 1-17/+18
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcGravatar Simon Derr 1-19/+0
2013-07-079P: Fix fcall allocation for rdmaGravatar Simon Derr 1-16/+23
2013-07-07net/9p: add privport option to 9p tcp transportGravatar Jim Garlick 1-1/+39
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uGravatar Aneesh Kumar K.V 1-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uGravatar Aneesh Kumar K.V 1-37/+18
2013-05-28net/9p: Use virtio transpart as the default transportGravatar Aneesh Kumar K.V 1-0/+3
2013-05-28net/9p: Make 9P2000.L the default protocol for 9p file systemGravatar Aneesh Kumar K.V 1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+39
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Gravatar Rusty Russell 1-9/+39
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Gravatar Arnd Bergmann 1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 2-4/+2
2013-02-27net/9p: convert to idr_alloc()Gravatar Tejun Heo 1-11/+6
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-23/+69
2013-02-23net: change type of virtio_chan->p9_max_pagesGravatar Zhang Yanfei 1-1/+1
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tGravatar Eric W. Biederman 2-11/+20
2013-02-129p: Transmit kuid and kgid valuesGravatar Eric W. Biederman 1-12/+13
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsGravatar Eric W. Biederman 1-0/+36
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+1
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesGravatar Will Deacon 1-1/+2
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-20/+36
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Gravatar Simon Derr 1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+7
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Gravatar Al Viro 1-9/+7
2012-09-179P: Fix race in p9_write_work()Gravatar Simon Derr 1-9/+10
2012-09-179P: fix test at the end of p9_write_work()Gravatar Simon Derr 1-1/+1
2012-09-179P: Fix race in p9_read_work()Gravatar Simon Derr 1-7/+7
2012-09-06net/9p: Check errno validityGravatar Simon Derr 1-2/+16
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Gravatar Dan Carpenter 1-1/+1