aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
AgeCommit message (Expand)Author
2021-03-03xen/netback: fix spurious event detection for common event caseJuergen Gross
2020-11-18xen/netback: use lateeoi irq bindingJuergen Gross
2019-11-24net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing
2019-10-29xen/netback: fix error path of xenvif_connect_data()Juergen Gross
2019-03-13xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant
2016-05-16xen-netback: add control protocol implementationPaul Durrant
2016-05-16xen-netback: add control ring boilerplatePaul Durrant
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel
2015-09-02xen-netback: add support for multicast controlPaul Durrant
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-05xen-netback: return correct ethtool statsDavid Vrabel
2015-03-03xen: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-02-05xen-netback: fix sparse warningLad, Prabhakar
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-29xen-netback: Disable NAPI after disabling interruptsZoltan Kiss
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu
2014-08-13xen-netback: remove loop waiting functionWei Liu
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu
2014-08-13xen-netback: move NAPI add/remove callsWei Liu
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen