summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
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
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant
2016-03-13xen-netback: reduce log spamPaul Durrant
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant
2016-02-07xen-netback: implement dynamic multicast controlPaul 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
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall
2015-10-23net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall
2015-10-18xen-netback: correctly check failed allocationInsu Yun
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-10xen-netback: respect user provided max_queuesWei Liu
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-09-02xen-netback: add support for multicast controlPaul Durrant
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall
2015-08-03xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall