summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+3
* xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-281-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+2
|\
| * xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich2018-09-251-1/+2
* | net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-1/+2
|/
* net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+1
* xen-netback: Fix logging message with spurious period after newlineJoe Perches2017-12-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\
| * xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal2017-10-161-1/+1
* | net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
* | drivers: net: xen-netback: use setup_timer() helper.Allen Pais2017-09-211-2/+1Star
|/
* xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn2017-08-291-2/+2
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-221-1/+5
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-131-9/+17
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-4/+4
|\
| * xen-netback: vif counters from int/long to u64Mart van Santen2017-02-141-4/+4
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
|/
* xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2017-01-181-2/+4
* net: use core MTU range checking in virt driversJarod Wilson2016-10-201-1/+4
* 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