summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
Commit message (Expand)AuthorAgeFilesLines
...
* xen-netback: remove loop waiting functionWei Liu2014-08-141-29/+0Star
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-141-0/+18
* xen-netback: move NAPI add/remove callsWei Liu2014-08-141-4/+5
* xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss2014-08-111-5/+1Star
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-061-21/+28
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-061-8/+11
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-091-1/+1
* xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-261-38/+11Star
* net: xen-netback: include linux/vmalloc.h againArnd Bergmann2014-06-121-0/+1
* xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-041-6/+17
* xen-netback: Factor queue-specific data into queue structWei Liu2014-06-041-176/+326
* xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2014-06-041-9/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-27/+3Star
|\
| * xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-161-27/+3Star
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-011-0/+11
* xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-3/+10
* xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-261-2/+1Star
* Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-2/+1Star
|\
| * xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1Star
* | xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-071-0/+2
* | xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-071-2/+35
* | xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-071-0/+7
* | xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-071-0/+15
* | xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-071-4/+61
* | xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-071-2/+2
|/
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-061-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-0/+11
|\
| * xen-netback: Include header for vmallocJosh Boyer2014-01-061-0/+1
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-301-0/+10
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-101-23/+24
|/
* xen-netback: clear vif->task on disconnectPaul Durrant2013-12-031-8/+12
* xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel2013-11-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-2/+1Star
|\
| * xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-291-2/+1Star
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-171-2/+4
* | xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant2013-10-171-1/+1
* | xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-171-3/+7
|/
* xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-191-16/+10Star
* xen-netback: fix possible format string flawKees Cook2013-09-121-1/+1
* xen-netback: rename functionsWei Liu2013-08-291-10/+10
* xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-291-39/+80
* xen-netback: split event channels support for Xen backend driverWei Liu2013-05-241-15/+70
* xen-netback: enable user to unload netback moduleWei Liu2013-05-181-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-191-2/+1Star
|\
| * xen-netback: cancel the credit timer when taking the vif downDavid Vrabel2013-02-141-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-091-9/+14
|\|
| * xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-081-9/+14