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