summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/xenbus.c
AgeCommit message (Expand)Author
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
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant
2013-10-08xen-netback: transition to CLOSED when removing a VIFDavid Vrabel
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu
2013-05-17xen-netback: enable user to unload netback moduleWei Liu
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-04-06Signed bit field; int have_hotplug_status_watch:1Ian Campbell
2011-03-15xen network backend driverIan Campbell