summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-11/+12
|\ \
| * | xen-netback: notify immediately after pushing Tx response.David Vrabel2015-03-121-11/+12
| |/
* / xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-201-3/+1Star
|/
* xen-netback: refactor xenvif_handle_frag_list()David Vrabel2015-03-051-12/+9Star
* xen-netback: unref frags when handling a from-guest skb with a frag listDavid Vrabel2015-03-051-1/+6
* xen-netback: release pending index before pushing Tx responsesDavid Vrabel2015-02-241-8/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-111-104/+3Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-2/+1Star
| |\
| * | xen-netback: always fully coalesce guest Rx packetsDavid Vrabel2015-01-241-104/+3Star
* | | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-02-101-97/+9Star
|\ \ \ | |_|/ |/| |
| * | xen-netback: use foreign page information from the pages themselvesJennifer Herbert2015-01-281-91/+9Star
| * | x86/xen: require ballooned pages for grant mapsJennifer Herbert2015-01-281-6/+0Star
| |/
* / xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel2015-02-031-2/+1Star
|/
* xen-netback: support frontends without feature-rx-notify againDavid Vrabel2014-12-181-13/+14
* xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley2014-11-061-14/+12Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-118/+201
|\
| * xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-251-0/+76
| * xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-251-118/+125
* | xen-netback: Remove __GFP_COLDZoltan Kiss2014-10-291-1/+1
|/
* xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-141-7/+19
* xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-081-2/+8
* xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss2014-08-061-14/+83
* xen-netback: Using a new state bit instead of carrierZoltan Kiss2014-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-23/+63
|\
| * xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-211-1/+1
| * xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-211-5/+33
| * xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-211-0/+9
| * xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-211-17/+20
* | xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-091-0/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-061-11/+25
|\
| * xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-061-11/+25
* | xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-041-0/+8
* | xen-netback: Factor queue-specific data into queue structWei Liu2014-06-041-357/+353Star
|/
* xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel2014-05-161-2/+2
* xen-netback: Fix grant ref resolution in RX pathZoltan Kiss2014-05-161-18/+80
* xen-netback: Trivial format string fixZoltan Kiss2014-04-041-2/+2
* xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2014-04-031-53/+69
* xen-netback: Rename map opsZoltan Kiss2014-04-031-22/+24
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-011-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-311-4/+28
|\
| * xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant2014-03-291-1/+7
| * xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant2014-03-291-1/+20
| * xen-netback: remove pointless clause from if statementPaul Durrant2014-03-291-2/+2
* | xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-7/+19
* | xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-3/+1Star
* | xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-261-11/+2Star
* | xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller2014-03-261-1/+1
* | Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-33/+1Star