summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "xen: netback: remove redundant xenvif_put"David S. Miller2013-02-191-0/+1
* xen: netback: remove redundant xenvif_putAndrew Jones2013-02-191-1/+0Star
* xen-netback: correctly return errors from netbk_count_requests()David Vrabel2013-02-141-4/+4
* netback: correct netbk_tx_err to handle wrap around.Ian Campbell2013-02-081-1/+1
* xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell2013-02-081-1/+12
* xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley2013-02-081-25/+13Star
* xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-081-17/+45
* xen: netback: handle compound page fragments on transmit.Ian Campbell2012-10-111-5/+35
* Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk2012-09-261-0/+1
|\
| * xen/arm: compile netbackStefano Stabellini2012-08-081-0/+1
* | xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-211-8/+3Star
|/
* xen/netback: only non-freed SKB is queued into tx_queueAnnie Li2012-06-291-2/+2
* xen/netback: Calculate the number of SKB slots required correctlySimon Graham2012-05-241-2/+1Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1Star
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-1/+1
|\
| * xen/netback: Enable netback on HVM guestsDaniel De Graaf2011-12-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-071-1/+1
|\ \
| * | netback: Fix alert message.Wei Liu2011-12-061-1/+1
* | | netback: fix typo in commentWei Liu2011-12-061-1/+1
* | | netback: remove redundant assignmentWei Liu2011-12-061-4/+0Star
|/ /
* / xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich2011-11-211-1/+1
|/
* Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-071-63/+17Star
|\
| * net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-261-63/+17Star
* | net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* | xen: netback: convert to SKB paged frag API.Ian Campbell2011-10-051-21/+33
|/
* xen/netback: Add module alias for autoloadingBastian Blank2011-06-301-0/+1
* xen network backend driverIan Campbell2011-03-161-0/+1745