aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin1-9/+17
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin1-2/+4
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-1/+4
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant1-11/+9
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall1-1/+1
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant1-2/+2
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross1-32/+6
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant1-2/+11
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-0/+24
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-7/+94
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+10
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall1-0/+6
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-0/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-03-05xen-netback: return correct ethtool statsDavid Vrabel1-2/+1
2015-03-03xen: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+3
2015-02-05xen-netback: fix sparse warningLad, Prabhakar1-1/+1
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel1-0/+2
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-4/+3
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-1/+3
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-59/+15
2014-10-29xen-netback: Disable NAPI after disabling interruptsZoltan Kiss1-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-1/+4
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-48/+11
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel1-11/+1
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu1-3/+3
2014-08-13xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu1-0/+18
2014-08-13xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss1-5/+1
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-21/+28
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss1-8/+11
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-1/+1
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu1-38/+11
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann1-0/+1
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-6/+17
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-176/+326
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston1-9/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+3
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-27/+3