aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+3
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+4
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+24
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-09xen-netfront: Improve error handling during initializationRoss Lagerwall1-18/+11
2017-02-09xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai1-3/+11
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29xen/netfront: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-20xen-netfront: Fix Rx stall during network stress and OOMVineeth Remanan Pillai1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-49/+18
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netfrontJuergen Gross1-49/+18
2016-11-02xen-netfront: cast grant table reference first to type intDongli Zhang1-2/+2
2016-10-31xen-netfront: do not cast grant table reference to signed shortDongli Zhang1-2/+2
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-0/+2
2016-09-20xen-netfront: avoid packet loss when ethernet header crosses page boundaryVitaly Kuznetsov1-0/+15
2016-01-28xen-netfront: request Tx response events more oftenMalcolm Crossley1-12/+3
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-36/+86
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2015-10-23net/xen-netfront: Make it running on 64KB page granularityJulien Grall1-36/+86
2015-10-21xen-netfront: update num_queues to real createdJoe Jin1-7/+7
2015-09-20xen-netfront: always set num queues if possiblechas williams1-7/+10
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+7
2015-09-10xen-netfront: respect user provided max_queuesWei Liu1-2/+5
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-5/+7
2015-08-28net/xen-netfront: only napi_synchronize() if runningChas Williams1-1/+2
2015-08-23net/xen-netfront: only clean up queues if presentChas Williams1-2/+3
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+0
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+0
2015-06-28xen-netfront: Remove the meaningless codeLi, Liang Z1-7/+0
2015-06-21net/xen-netfront: Correct printf format in xennet_get_responsesJulien Grall1-1/+1
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall1-1/+0
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+2
2015-05-31xen-netfront: Use setup_timerVaishali Thakkar1-3/+2
2015-05-27xen-netfront: properly destroy queues when removing deviceDavid Vrabel1-13/+2
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+5
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-4/+5
2015-04-02xen-netfront: transmit fully GSO-sized packetsJonathan Davies1-4/+1
2015-02-05xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai1-46/+16
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+42
2015-01-14xen-netfront: refactor making Tx requestsDavid Vrabel1-114/+67
2015-01-14xen-netfront: refactor skb slot countingDavid Vrabel1-6/+7
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel1-29/+42
2015-01-12drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione1-4/+0
2014-12-16xen-netfront: use napi_complete() correctly to prevent Rx stallingDavid Vrabel1-8/+3
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3