summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-1/+2
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-187-105/+112
|\
| * net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7Star
| * 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3Star
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13
| * 9p: validate PDU lengthTomas Bortoli2018-08-134-11/+24
| * net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
| * net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2
| * net/9p/virtio: Fix hard lockup in req_donejiangyiwen2018-08-131-10/+11
| * net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun2018-08-131-2/+2
| * 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-08-131-0/+7
| * 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-132-15/+6Star
| * 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-28/+16Star
| * 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9Star
| * 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
| * net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
| * net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-08-131-1/+2
| * 9p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun2018-08-131-1/+1
| * net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun2018-08-131-1/+1
* | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-3/+1Star
|\ \
| * | net:mod: remove unneeded variable 'ret' in init_p9zhong jiang2018-08-081-3/+1Star
| |/
* | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+2
|\|
| * net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
* | net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-4/+4
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-6/+8
* net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior2018-06-081-1/+0Star
* net/9p: detect invalid options as much as possibleChengguang Xu2018-06-081-8/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-125-10/+7Star
| |\ \ \
| * | | | net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen2018-05-081-1/+1
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+4Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-14/+4Star
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\| | | | |_|/ |/| |
| * | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
| |/
* | net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King2018-05-101-1/+1
* | net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-104-9/+6Star
|/
* net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-061-1/+4
* net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz2018-04-061-2/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-151-1/+2
|\
| * 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-091-1/+2
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-13/+13
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-30/+30
|\ \ | |/ |/|