summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2019-11-25net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing
2019-10-29xen/netback: fix error path of xenvif_connect_data()Juergen Gross
2019-08-25xen/netback: Reset nr_frags before freeing skbRoss Lagerwall
2019-03-13xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin
2019-03-13xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin
2018-10-13xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich
2017-12-09xen-netback: vif counters from int/long to u64Mart van Santen
2017-11-15xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross
2017-10-21xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman
2017-08-11xen-netback: correctly schedule rate-limited queuesWei Liu
2017-07-05xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin
2017-07-05xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin
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