summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-back.c
AgeCommit message (Expand)Author
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-02-27xen/pvcalls: remove set but not used variable 'intf'YueHaibing
2019-02-27pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini
2018-05-30xen/pvcalls: fix null pointer dereference on map->sockColin Ian King
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann
2017-08-31xen/pvcalls: implement writeStefano Stabellini
2017-08-31xen/pvcalls: implement readStefano Stabellini
2017-08-31xen/pvcalls: implement the ioworker functionsStefano Stabellini
2017-08-31xen/pvcalls: disconnect and module_exitStefano Stabellini
2017-08-31xen/pvcalls: implement release commandStefano Stabellini
2017-08-31xen/pvcalls: implement poll commandStefano Stabellini
2017-08-31xen/pvcalls: implement accept commandStefano Stabellini
2017-08-31xen/pvcalls: implement listen commandStefano Stabellini
2017-08-31xen/pvcalls: implement bind commandStefano Stabellini
2017-08-31xen/pvcalls: implement connect commandStefano Stabellini
2017-08-31xen/pvcalls: implement socket commandStefano Stabellini
2017-08-31xen/pvcalls: handle commands from the frontendStefano Stabellini
2017-08-31xen/pvcalls: connect to a frontendStefano Stabellini
2017-08-31xen/pvcalls: xenbus state handlingStefano Stabellini
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini
2017-08-31xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini