summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
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
2011-07-239p: clean up packet dump codeEric Van Hensbergen
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen
2011-05-259p: typo fixes and minor cleanupsRob Landley
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller
2011-05-12net/9p/protocol.c: Fix a memory leakPedro Scarapicchia Junior