aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
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-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27net/9p: convert to idr_alloc()Tejun Heo
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-179P: Fix race in p9_write_work()Simon Derr
2012-09-179P: fix test at the end of p9_write_work()Simon Derr
2012-09-179P: Fix race in p9_read_work()Simon Derr
2012-09-06net/9p: Check errno validitySimon Derr
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter
2012-06-119p: BUG before corrupting memorySasha Levin
2012-06-04net/9p: Add __force to cast of __user pointerJoe Perches
2012-06-04net: Remove casts to same typeJoe Perches
2012-05-21Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-229p: disconnect channel when PCI device is removedSasha Levin
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-02-26net/9p: handle flushed Tclunk/TremoveJim Garlick
2012-02-26net/9p: don't allow Tflush to be interruptedJim Garlick
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V
2011-10-24fs/9p: change an int to unsigned intDan Carpenter
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V
2011-10-249p: move dereference after NULL checkDan Carpenter
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao