summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* Revert "xen-netback: create a debugfs node for hash information"David S. Miller2016-09-233-107/+2Star
* 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/+11Star
* | xen-netback: using kfree_rcu() to simplify the codeWei Yongjun2016-08-241-11/+2Star
* | xen-netback: create a debugfs node for hash informationPaul Durrant2016-08-193-2/+107
|/
* xen-netback: only deinitialized hash if it was initializedPaul Durrant2016-05-201-2/+1Star
* 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-141-2/+0Star
* xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2016-03-142-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/+5Star
* 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/+9Star
* Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-19/+15Star
|\
| * xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel2015-12-181-16/+14Star
| * xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel2015-12-181-3/+1Star
* | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-052-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-191-0/+6
|/
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-111-2/+2
|\
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+2
* | xen-netback: respect user provided max_queuesWei Liu2015-09-101-2/+5
* | xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel2015-09-092-17/+16Star
* | xen-netback: add support for multicast controlPaul Durrant2015-09-024-0/+137
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-142-29/+39
|\|
| * xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2015-08-072-1/+6
| * xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall2015-08-041-28/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-3/+3
|\|
| * net/xen-netback: off by one in BUG_ON() conditionDan Carpenter2015-07-151-3/+3
* | xen-netback: remove duplicated function definitionLi, Liang Z2015-07-081-3/+0Star
|/
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-1/+1
|\
| * xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+4
|\ \
| * | xen-netback: fix a BUG() during initializationPalik, Imre2015-06-231-0/+4
* | | net/xen-netback: Don't mix hexa and decimal with 0x in the printf formatJulien Grall2015-06-211-7/+7
* | | net/xen-netback: Remove unused code in xenvif_rx_actionJulien Grall2015-06-211-5/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-022-15/+21
|\| |
| * | xen: netback: read hotplug script once at start of day.Ian Campbell2015-06-011-14/+19
| * | xen: netback: fix printf format string warningIan Campbell2015-06-011-1/+1
| * | xen/netback: Properly initialize credit_bytesRoss Lagerwall2015-05-271-0/+1
| |/
* / net:xen-netback - Change 1 to true for bool type variable.Shailendra Verma2015-05-251-1/+1
|/
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-2/+2
|\
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+2