summaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-back.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0Star
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+4
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-02-261-1/+1
* pvcalls-back: do not return error on inet_accept EAGAINStefano Stabellini2018-02-061-1/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-12/+4Star
|\
| * xen: don't open-code iov_iter_kvec()Al Viro2017-10-121-12/+4Star
* | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-151-0/+4
|/
* xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-311-5/+5
* xen/pvcalls: implement writeStefano Stabellini2017-08-311-0/+71
* xen/pvcalls: implement readStefano Stabellini2017-08-311-0/+85
* xen/pvcalls: implement the ioworker functionsStefano Stabellini2017-08-311-0/+26
* xen/pvcalls: disconnect and module_exitStefano Stabellini2017-08-311-0/+53
* xen/pvcalls: implement release commandStefano Stabellini2017-08-311-0/+68
* xen/pvcalls: implement poll commandStefano Stabellini2017-08-311-1/+74
* xen/pvcalls: implement accept commandStefano Stabellini2017-08-311-0/+113
* xen/pvcalls: implement listen commandStefano Stabellini2017-08-311-0/+21
* xen/pvcalls: implement bind commandStefano Stabellini2017-08-311-0/+79
* xen/pvcalls: implement connect commandStefano Stabellini2017-08-311-0/+179
* xen/pvcalls: implement socket commandStefano Stabellini2017-08-311-0/+27
* xen/pvcalls: handle commands from the frontendStefano Stabellini2017-08-311-0/+125
* xen/pvcalls: connect to a frontendStefano Stabellini2017-08-311-0/+82
* xen/pvcalls: xenbus state handlingStefano Stabellini2017-08-311-0/+155
* xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini2017-08-311-0/+22
* xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini2017-08-311-0/+61