summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-301-6/+13
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-101-16/+11Star
|/
* 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
* | xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-171-1/+2
|/
* xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-191-0/+1
* xen-netback: rename functionsWei Liu2013-08-291-12/+12
* xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-291-38/+94
* xen-netback: split event channels support for Xen backend driverWei Liu2013-05-241-3/+10
* xen-netback: enable user to unload netback moduleWei Liu2013-05-181-0/+1
* xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-081-0/+3
* net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-261-6/+5Star
* xen: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell2011-05-171-2/+2
* net: xen-netback: convert to hw_featuresMichał Mirosław2011-04-201-3/+0Star
* xen network backend driverIan Campbell2011-03-161-0/+161