aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-10xen: netback: handle compound page fragments on transmit.Ian Campbell1-5/+35
2012-09-26Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm into stable/for-linus-3.7Konrad Rzeszutek Wilk1-0/+1
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla1-8/+3
2012-08-08xen/arm: compile netbackStefano Stabellini1-0/+1
2012-06-29xen/netback: only non-freed SKB is queued into tx_queueAnnie Li1-2/+2
2012-05-24xen/netback: Calculate the number of SKB slots required correctlySimon Graham1-2/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2011-12-20xen/netback: Enable netback on HVM guestsDaniel De Graaf1-1/+1
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-06netback: fix typo in commentWei Liu1-1/+1
2011-12-06netback: remove redundant assignmentWei Liu1-4/+0
2011-12-06netback: Fix alert message.Wei Liu1-1/+1
2011-11-21xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich1-1/+1
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-63/+17
2011-10-26net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel1-63/+17
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-05xen: netback: convert to SKB paged frag API.Ian Campbell1-21/+33
2011-06-30xen/netback: Add module alias for autoloadingBastian Blank1-0/+1
2011-03-15xen network backend driverIan Campbell1-0/+1745