summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/xenbus.c
AgeCommit message (Expand)Author
2021-04-13xen-netback: Check for hotplug-status existence before watchingMichael Brown
2021-01-16net: xen-netback: xenbus: Demote nonconformant kernel-doc headersLee Jones
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-14xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant
2019-12-17xen-netback: remove 'hotplug-status' once it has served its purposePaul Durrant
2019-12-17xen-netback: switch state to InitWait at the end of netback_probe()...Paul Durrant
2019-12-17xen-netback: move netback_probe() and netback_remove() to the end...Paul Durrant
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang
2019-02-08xen-netback: mark expected switch fall-throughGustavo A. R. Silva
2018-12-10net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-09-11net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-11-10xen-netback: fix error handling outputArnd Bergmann
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant
2016-09-17xen-netback: fix error handling on netback_probe()Filipe Manco
2016-05-16xen-netback: add control ring boilerplatePaul Durrant
2016-03-13xen-netback: reduce log spamPaul Durrant
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant
2015-10-18xen-netback: correctly check failed allocationInsu Yun
2015-09-02xen-netback: add support for multicast controlPaul Durrant
2015-06-23xen-netback: fix a BUG() during initializationPalik, Imre
2015-06-01xen: netback: read hotplug script once at start of day.Ian Campbell
2015-05-27xen/netback: Properly initialize credit_bytesRoss Lagerwall
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre
2015-01-06xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel
2014-12-09netback: don't store invalid vif pointerJan Beulich
2014-11-24xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-08-13xen-netback: fix debugfs entry creationWei Liu
2014-08-13xen-netback: fix debugfs write length checkWei Liu