aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
AgeCommit message (Expand)Author
2017-08-30xen-netfront: be more drop monitor friendlyEric Dumazet
2017-05-11xen-netfront: avoid crashing on resume after a failure in talk_to_netback()Vitaly Kuznetsov
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky
2017-02-09xen-netfront: Improve error handling during initializationRoss Lagerwall
2017-02-09xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-29xen/netfront: set default upper limit of tx/rx queues to 8Juergen Gross
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-20xen-netfront: Fix Rx stall during network stress and OOMVineeth Remanan Pillai
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netfrontJuergen Gross
2016-11-02xen-netfront: cast grant table reference first to type intDongli Zhang
2016-10-31xen-netfront: do not cast grant table reference to signed shortDongli Zhang
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
2016-09-20xen-netfront: avoid packet loss when ethernet header crosses page boundaryVitaly Kuznetsov
2016-01-28xen-netfront: request Tx response events more oftenMalcolm Crossley
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23net/xen-netfront: Make it running on 64KB page granularityJulien Grall
2015-10-21xen-netfront: update num_queues to real createdJoe Jin
2015-09-20xen-netfront: always set num queues if possiblechas williams
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-10xen-netfront: respect user provided max_queuesWei Liu
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-08-28net/xen-netfront: only napi_synchronize() if runningChas Williams
2015-08-23net/xen-netfront: only clean up queues if presentChas Williams
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-28xen-netfront: Remove the meaningless codeLi, Liang Z
2015-06-21net/xen-netfront: Correct printf format in xennet_get_responsesJulien Grall
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31xen-netfront: Use setup_timerVaishali Thakkar
2015-05-27xen-netfront: properly destroy queues when removing deviceDavid Vrabel
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu
2015-04-02xen-netfront: transmit fully GSO-sized packetsJonathan Davies
2015-02-05xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14xen-netfront: refactor making Tx requestsDavid Vrabel
2015-01-14xen-netfront: refactor skb slot countingDavid Vrabel
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel
2015-01-12drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione