summaryrefslogtreecommitdiff
path: root/net/9p/trans_xen.c
AgeCommit message (Expand)Author
2023-10-279p/net: xen: fix false positive printf format overflow warningDominique Martinet
2023-04-029p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-02-249p/xen: fix connection sequenceJuergen Gross
2023-02-249p/xen: fix version parsingJuergen Gross
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-12-139p/client: fix data race on req->statusDominique Martinet
2022-12-039p/xen: do not memcpy header into req->rcDominique Martinet
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross
2022-01-109p/xen: autoload when xenbus service is availableThomas Weißschuh
2021-11-039p: fix file headersDominique Martinet
2021-11-03net/9p: autoload transport modulesThomas Weißschuh
2021-07-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2020-10-099p/xen: Fix format argument warningYe Bin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-279p/xen: fix check for xenbus_read error in front_probeDominique Martinet
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-06-07net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King
2018-01-159p: add missing module license for xen transportStephen Hemminger
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
2017-05-18xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun
2017-05-18xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun
2017-05-02xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini
2017-05-02xen/9pfs: receive responsesStefano Stabellini
2017-05-02xen/9pfs: send requests to the backendStefano Stabellini
2017-05-02xen/9pfs: connect to the backendStefano Stabellini
2017-05-02xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini