summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing2019-11-251-1/+2
* xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-291-1/+0
* xen/netback: Reset nr_frags before freeing skbRoss Lagerwall2019-08-251-0/+2
* xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-03-131-5/+5
* xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-03-132-0/+9
* xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich2018-10-131-5/+7
* xen-netback: vif counters from int/long to u64Mart van Santen2017-12-092-8/+8
* xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-11-151-2/+4
* xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman2017-10-211-1/+1
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-08-113-2/+11
* xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2017-07-052-2/+6
* xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin2017-07-051-0/+11
* xen-netback: fix type mismatch warningArnd Bergmann2016-10-131-3/+3
* xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-131-0/+2
* xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-133-2/+107
* xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-071-11/+9
* xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-062-10/+30
* xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-062-10/+18
* xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-061-1/+14
* xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-061-16/+8
* xen-netback: refactor guest rxDavid Vrabel2016-10-062-384/+215
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-064-50/+2
* xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-063-755/+790
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-233-107/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-16/+30
|\
| * xen-netback: fix error handling on netback_probe()Filipe Manco2016-09-171-16/+30
* | xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-223-49/+11
* | xen-netback: using kfree_rcu() to simplify the codeWei Yongjun2016-08-231-11/+2
* | xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-183-2/+107
|/
* xen-netback: only deinitialized hash if it was initializedPaul Durrant2016-05-201-2/+1
* xen-netback: correct length checks on hash copy_opsPaul Durrant2016-05-201-2/+2
* xen-netback: use hash value from the frontendPaul Durrant2016-05-161-0/+27
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-162-14/+77
* xen-netback: add control protocol implementationPaul Durrant2016-05-165-3/+502
* xen-netback: add control ring boilerplatePaul Durrant2016-05-164-30/+277
* xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant2016-05-131-0/+1
* xen-netback: reduce log spamPaul Durrant2016-03-131-2/+0
* xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2016-03-132-23/+43
* xen-netback: implement dynamic multicast controlPaul Durrant2016-02-072-8/+82
* xen-netback: free queues after freeing the net deviceDavid Vrabel2016-01-151-11/+5
* xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel2016-01-151-0/+1
* xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel2016-01-151-11/+9
* Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-19/+15
|\
| * xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel2015-12-181-16/+14
| * xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel2015-12-181-3/+1
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-042-67/+116
|\ \ | |/
| * net/xen-netback: Make it running on 64KB page granularityJulien Grall2015-10-232-62/+111
| * net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall2015-10-231-7/+7
* | xen-netback: correctly check failed allocationInsu Yun2015-10-181-0/+6
|/
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-101-2/+2
|\