aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)AuthorFilesLines
2017-12-06xen-netback: Fix logging message with spurious period after newlineGravatar Joe Perches 1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-10-18net/xen-netback: Convert timers to use timer_setup()Gravatar Kees Cook 3-6/+4
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesGravatar Mohammed Gamal 1-1/+1
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Gravatar Allen Pais 1-2/+1
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionGravatar Willem de Bruijn 1-2/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesGravatar Wei Liu 3-2/+11
2017-03-12xen-netback: fix race condition on XenBus disconnectGravatar Igor Druzhinin 3-20/+28
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-13/+20
2017-03-03xen-netback: don't vfree() queues under spinlockGravatar Paul Durrant 1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Gravatar Paul Durrant 1-14/+18
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashGravatar Anoob Soman 1-1/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-6/+8
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-8/+8
2017-02-13xen-netback: vif counters from int/long to u64Gravatar Mart van Santen 2-8/+8
2017-02-09xen: modify xenstore watch event interfaceGravatar Juergen Gross 1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 1-1/+1
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Gravatar Juergen Gross 1-2/+4
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectGravatar Igor Druzhinin 2-2/+6
2017-01-18xen-netback: fix memory leaks on XenBus disconnectGravatar Igor Druzhinin 1-0/+11
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-37/+15
2016-11-10xen-netback: fix error handling outputGravatar Arnd Bergmann 1-1/+1
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Gravatar Jan Beulich 1-6/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackGravatar Juergen Gross 1-36/+14
2016-10-20net: use core MTU range checking in virt driversGravatar Jarod Wilson 1-1/+4
2016-10-13xen-netback: fix type mismatch warningGravatar Arnd Bergmann 1-3/+3
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)Gravatar David Vrabel 1-0/+2
2016-10-13xen-netback: (re-)create a debugfs node for hash informationGravatar Paul Durrant 3-2/+107
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsGravatar Paul Durrant 1-11/+9
2016-10-06xen/netback: add fraglist support for to-guest rxGravatar Ross Lagerwall 2-10/+30
2016-10-06xen-netback: batch copies for multiple to-guest rx packetsGravatar David Vrabel 2-10/+18
2016-10-06xen-netback: process guest rx packets in batchesGravatar David Vrabel 1-1/+14
2016-10-06xen-netback: immediately wake tx queue when guest rx queue has spaceGravatar David Vrabel 1-16/+8
2016-10-06xen-netback: refactor guest rxGravatar David Vrabel 2-384/+215
2016-10-06xen-netback: retire guest rx side prefix GSO featureGravatar Paul Durrant 4-50/+2
2016-10-06xen-netback: separate guest side rx code into separate moduleGravatar Paul Durrant 3-755/+790
2016-09-23Revert "xen-netback: create a debugfs node for hash information"Gravatar David S. Miller 3-107/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+30
2016-09-22xen-netback: switch to threaded irq for control ringGravatar Juergen Gross 3-49/+11
2016-09-17xen-netback: fix error handling on netback_probe()Gravatar Filipe Manco 1-16/+30
2016-08-23xen-netback: using kfree_rcu() to simplify the codeGravatar Wei Yongjun 1-11/+2
2016-08-18xen-netback: create a debugfs node for hash informationGravatar Paul Durrant 3-2/+107
2016-05-20xen-netback: only deinitialized hash if it was initializedGravatar Paul Durrant 1-2/+1
2016-05-20xen-netback: correct length checks on hash copy_opsGravatar Paul Durrant 1-2/+2
2016-05-16xen-netback: use hash value from the frontendGravatar Paul Durrant 1-0/+27
2016-05-16xen-netback: pass hash value to the frontendGravatar Paul Durrant 2-14/+77
2016-05-16xen-netback: add control protocol implementationGravatar Paul Durrant 5-3/+502
2016-05-16xen-netback: add control ring boilerplateGravatar Paul Durrant 4-30/+277