summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAge
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-26
* xen-netback: make function xenvif_rx_skb staticColin Ian King2018-02-26
* xen-netback: Fix logging message with spurious period after newlineJoe Perches2017-12-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal2017-10-16
* | net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-18
* | drivers: net: xen-netback: use setup_timer() helper.Allen Pais2017-09-21
|/
* xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn2017-08-28
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-22
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-04
|\
| * xen-netback: don't vfree() queues under spinlockPaul Durrant2017-03-03
| * xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant2017-03-03
| * xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman2017-03-02
* | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
| |\
| * | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* | | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-21
|\ \ \ | |_|/ |/| |
| * | xen: modify xenstore watch event interfaceJuergen Gross2017-02-09
| * | xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-29
| |/
* | xen-netback: vif counters from int/long to u64Mart van Santen2017-02-13
|/
* xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2017-01-18
* xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin2017-01-18
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-13
|\
| * xen-netback: fix error handling outputArnd Bergmann2016-11-10
| * xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross2016-11-07
* | xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-11-09
* | net: use core MTU range checking in virt driversJarod Wilson2016-10-20
|/
* xen-netback: fix type mismatch warningArnd Bergmann2016-10-13
* xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-13
* xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-13
* xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-07
* xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-06
* xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-06
* xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-06
* xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-06
* xen-netback: refactor guest rxDavid Vrabel2016-10-06
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-06
* xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-06
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
|\
| * xen-netback: fix error handling on netback_probe()Filipe Manco2016-09-17
* | xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-22
* | xen-netback: using kfree_rcu() to simplify the codeWei Yongjun2016-08-23
* | xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-18
|/
* xen-netback: only deinitialized hash if it was initializedPaul Durrant2016-05-20
* xen-netback: correct length checks on hash copy_opsPaul Durrant2016-05-20
* xen-netback: use hash value from the frontendPaul Durrant2016-05-16
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-16