summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-131-0/+4
* xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-061-0/+1
* xen-netback: refactor guest rxDavid Vrabel2016-10-061-13/+10
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-061-1/+0
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-231-4/+0
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-3/+1
* xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-181-0/+4
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-0/+46
* xen-netback: add control ring boilerplatePaul Durrant2016-05-161-8/+20
* xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2016-03-131-0/+1
* xen-netback: implement dynamic multicast controlPaul Durrant2016-02-071-0/+1
* net/xen-netback: Make it running on 64KB page granularityJulien Grall2015-10-231-5/+11
* xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel2015-09-091-10/+0
* xen-netback: add support for multicast controlPaul Durrant2015-09-021-0/+15
* xen-netback: remove duplicated function definitionLi, Liang Z2015-07-081-3/+0
* xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-201-0/+4
* xen-netback: always fully coalesce guest Rx packetsDavid Vrabel2015-01-231-1/+0
* xen-netback: support frontends without feature-rx-notify againDavid Vrabel2014-12-181-1/+3
* xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-251-0/+5
* xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-251-12/+17
* xen-netback: make feature-rx-notify mandatoryDavid Vrabel2014-10-251-5/+0
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-131-0/+5
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-051-3/+12
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-051-0/+6
* xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-081-0/+11
* xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-251-0/+1
* xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-041-0/+2
* xen-netback: Factor queue-specific data into queue structWei Liu2014-06-041-33/+69
* xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2014-06-041-2/+1
* xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-161-1/+1
* xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-031-0/+1
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-011-0/+5
* xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-261-7/+1
* Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-2/+0
* xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-071-0/+2
* xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-071-0/+6
* xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-071-0/+1
* xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-071-0/+3
* xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-071-35/+1
* xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-071-1/+38
* xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-071-0/+3
* xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-071-1/+22
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-051-5/+1
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-091-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-6/+13
|\
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-291-6/+13
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-091-16/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-0/+1
|\
| * xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-291-0/+1
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-171-2/+7
OpenPOWER on IntegriCloud