summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-15pvcalls-front: fix potential null dereferenceWen Yang1-0/+3
2019-01-10pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang1-22/+59
2019-01-02pvcalls-front: don't return error when the ring is fullStefano Stabellini1-1/+3
2019-01-02pvcalls-front: properly allocate skStefano Stabellini1-1/+7
2019-01-02pvcalls-front: don't try to free unallocated ringsStefano Stabellini1-2/+2
2019-01-02pvcalls-front: read all data before closing the connectionStefano Stabellini1-3/+1
2018-11-29pvcalls-front: fixes incorrect error handlingPan Bian1-2/+2
2018-03-01pvcalls-front: 64-bit align flagsStefano Stabellini1-3/+8
2018-02-17pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini1-0/+6
2018-02-17pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini1-112/+79
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-7/+7
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2018-01-02xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2017-12-06xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter1-1/+1
2017-12-06xen/pvcalls: check for xenbus_read() errorsDan Carpenter1-0/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-5/+5
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