summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang2019-04-121-0/+18
* xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich2018-09-251-1/+2
* net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-221-0/+1
* xen-netback: vif counters from int/long to u64Mart van Santen2017-02-141-4/+4
* 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-071-0/+1
* xen-netback: refactor guest rxDavid Vrabel2016-10-071-13/+10Star
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-071-1/+0Star
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-231-4/+0Star
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-3/+1Star
* xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-191-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-141-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/+0Star
* xen-netback: add support for multicast controlPaul Durrant2015-09-021-0/+15
* xen-netback: remove duplicated function definitionLi, Liang Z2015-07-081-3/+0Star
* xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-201-0/+4
* xen-netback: always fully coalesce guest Rx packetsDavid Vrabel2015-01-241-1/+0Star
* 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/+0Star
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-141-0/+5
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-061-3/+12
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-061-0/+6
* xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-091-0/+11
* xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-261-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/+1Star
* 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/+1Star
* Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-2/+0Star
* 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/+1Star
* 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-061-5/+1Star
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-101-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-6/+13
|\