aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-0/+4
2015-01-23xen-netback: always fully coalesce guest Rx packetsDavid Vrabel1-1/+0
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-1/+3
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-0/+5
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-12/+17
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel1-5/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu1-0/+5
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-3/+12
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss1-0/+6
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-0/+11
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu1-0/+1
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-0/+2
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-33/+69
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston1-2/+1
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-1/+1
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss1-0/+1
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu1-0/+5
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss1-7/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss1-2/+0
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss1-0/+2
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss1-0/+6
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss1-0/+1
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss1-0/+3
2014-03-07xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss1-35/+1
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss1-1/+38
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss1-0/+3
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss1-1/+22
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss1-5/+1
2014-01-09xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-6/+13
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant1-16/+11
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu1-0/+1
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-2/+7
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant1-1/+2
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant1-0/+1
2013-08-29xen-netback: rename functionsWei Liu1-12/+12
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu1-38/+94
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu1-3/+10
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-0/+1
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell1-0/+3
2011-10-26net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel1-6/+5
2011-05-17xen: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell1-2/+2
2011-04-20net: xen-netback: convert to hw_featuresMichał Mirosław1-3/+0
2011-03-15xen network backend driverIan Campbell1-0/+161