aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-28xen-netfront: Fix hang on device removalJason Andryuk1-1/+6
2018-02-06xen-netfront: Fix race between device setup and openRoss Lagerwall1-22/+24
2018-01-08xen-netfront: enable device after manual module loadEduardo Otubo1-0/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+18
2017-11-27xen-netfront: remove warning when unloading moduleEduardo Otubo1-0/+18
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal1-1/+1
2017-08-30xen-netfront: be more drop monitor friendlyEric Dumazet1-1/+1
2017-05-11xen-netfront: avoid crashing on resume after a failure in talk_to_netback()Vitaly Kuznetsov1-2/+1
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