summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-081-11/+9Star
* xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-071-1/+1
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-071-2/+2
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-32/+6Star
* xen-netback: only deinitialized hash if it was initializedPaul Durrant2016-05-201-2/+1Star
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-161-2/+11
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-0/+24
* xen-netback: add control ring boilerplatePaul Durrant2016-05-161-7/+94
* xen-netback: free queues after freeing the net deviceDavid Vrabel2016-01-151-11/+5Star
* xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel2016-01-151-0/+1
* xen-netback: add support for multicast controlPaul Durrant2015-09-021-0/+10
* xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2015-08-071-0/+6
* xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-101-2/+1Star
|\
| * xen-netback: return correct ethtool statsDavid Vrabel2015-03-051-2/+1Star
* | xen: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-111-1/+1
|\
| * xen-netback: fix sparse warningLad, Prabhakar2015-02-061-1/+1
* | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-02-101-4/+3Star
|\ \ | |/ |/|
| * xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-4/+3Star
* | xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel2015-02-031-0/+2
|/
* xen-netback: support frontends without feature-rx-notify againDavid Vrabel2014-12-181-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-59/+15Star
|\
| * xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-251-1/+4
| * xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-251-48/+11Star
| * xen-netback: make feature-rx-notify mandatoryDavid Vrabel2014-10-251-11/+1Star
* | xen-netback: Disable NAPI after disabling interruptsZoltan Kiss2014-10-291-1/+1
|/
* xen-netback: move netif_napi_add before binding interruptWei Liu2014-08-261-3/+3
* 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