aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Allen Pais
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-11-10xen-netback: fix error handling outputArnd Bergmann
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant
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: batch copies for multiple to-guest rx packetsDavid Vrabel
2016-10-06xen-netback: process guest rx packets in batchesDavid Vrabel
2016-10-06xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel
2016-10-06xen-netback: refactor guest rxDavid Vrabel
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross
2016-09-17xen-netback: fix error handling on netback_probe()Filipe Manco
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant
2016-05-16xen-netback: use hash value from the frontendPaul 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