aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-front.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini1-6/+5
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky1-0/+4
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King1-3/+1
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King1-4/+3
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-10-31xen/pvcalls: implement release commandStefano Stabellini1-0/+98
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini1-9/+135
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini1-0/+111
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini1-0/+121
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini1-0/+145
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini1-0/+57
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini1-0/+66
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini1-0/+158
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini1-0/+131
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini1-0/+132
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini1-0/+71
2017-10-31xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini1-0/+61