aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/xenbus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant1-0/+7
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant1-0/+9
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant1-1/+6
2013-10-08xen-netback: transition to CLOSED when removing a VIFDavid Vrabel1-0/+4
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant1-30/+118
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant1-5/+12
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu1-5/+4
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu1-7/+34
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-0/+5
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-6/+3
2011-04-06Signed bit field; int have_hotplug_status_watch:1Ian Campbell1-1/+1
2011-03-15xen network backend driverIan Campbell1-0/+490