aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/xenbus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant1-3/+2
2019-12-17xen-netback: remove 'hotplug-status' once it has served its purposePaul Durrant1-1/+1
2019-12-17xen-netback: switch state to InitWait at the end of netback_probe()...Paul Durrant1-5/+2
2019-12-17xen-netback: move netback_probe() and netback_remove() to the end...Paul Durrant1-179/+174
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-35/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump analysisDongli Zhang1-16/+1
2019-02-08xen-netback: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-10net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+3
2018-09-11net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin1-10/+10
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-4/+4
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin1-0/+2
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin1-0/+11
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-37/+15
2016-11-10xen-netback: fix error handling outputArnd Bergmann1-1/+1
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-6/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross1-36/+14
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant1-2/+35
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant1-21/+0
2016-09-17xen-netback: fix error handling on netback_probe()Filipe Manco1-16/+30
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-10/+69
2016-03-13xen-netback: reduce log spamPaul Durrant1-2/+0
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant1-8/+81
2015-10-18xen-netback: correctly check failed allocationInsu Yun1-0/+6
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+13
2015-06-23xen-netback: fix a BUG() during initializationPalik, Imre1-0/+4
2015-06-01xen: netback: read hotplug script once at start of day.Ian Campbell1-14/+19
2015-05-27xen/netback: Properly initialize credit_bytesRoss Lagerwall1-0/+1
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-0/+57
2015-01-06xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre1-0/+1
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-3/+9
2014-12-09netback: don't store invalid vif pointerJan Beulich1-4/+5
2014-11-24xen-netback: do not report success if backend_create_xenvif() failsAlexey Khoroshilov1-6/+9
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-0/+1
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-0/+8
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel1-9/+4
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-7/+3
2014-08-13xen-netback: fix debugfs entry creationWei Liu1-4/+4
2014-08-13xen-netback: fix debugfs write length checkWei Liu1-3/+6
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-1/+177
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu1-14/+14
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-12/+89
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-24/+71
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-2/+27