aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2-2/+6
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin1-0/+11
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-37/+15
2016-11-10xen-netback: fix error handling outputArnd Bergmann1-1/+1
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-6/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross1-36/+14
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-1/+4
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann1-3/+3
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel1-0/+2
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant3-2/+107
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant1-11/+9
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall2-10/+30
2016-10-06xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2-10/+18
2016-10-06xen-netback: process guest rx packets in batchesDavid Vrabel1-1/+14
2016-10-06xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel1-16/+8
2016-10-06xen-netback: refactor guest rxDavid Vrabel2-384/+215
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant4-50/+2
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant3-755/+790
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller3-107/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+30
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross3-49/+11
2016-09-17xen-netback: fix error handling on netback_probe()Filipe Manco1-16/+30
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant1-2/+2
2016-05-16xen-netback: use hash value from the frontendPaul Durrant1-0/+27
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant2-14/+77
2016-05-16xen-netback: add control protocol implementationPaul Durrant5-3/+502
2016-05-16xen-netback: add control ring boilerplatePaul Durrant4-30/+277
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-03-13xen-netback: reduce log spamPaul Durrant1-2/+0
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2-23/+43
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant2-8/+82
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-19/+15
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel1-16/+14
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel1-3/+1
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-67/+116
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall2-62/+111
2015-10-23net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall1-7/+7
2015-10-18xen-netback: correctly check failed allocationInsu Yun1-0/+6
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-09-10xen-netback: respect user provided max_queuesWei Liu1-2/+5
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel2-17/+16
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-02xen-netback: add support for multicast controlPaul Durrant4-0/+137