aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds2-7/+4
2012-01-05xen-netback: make ops structs conststephen hemminger1-2/+2
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-6/+3
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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-21xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich1-1/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-69/+22
2011-10-26net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel2-69/+22
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-10-05xen: netback: convert to SKB paged frag API.Ian Campbell1-21/+33
2011-10-03net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel1-2/+2
2011-06-30xen/netback: Add module alias for autoloadingBastian Blank1-0/+1
2011-05-17xen: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell1-2/+2
2011-04-20net: xen-netback: convert to hw_featuresMichał Mirosław2-72/+15
2011-04-06Signed bit field; int have_hotplug_status_watch:1Ian Campbell1-1/+1
2011-03-15xen network backend driverIan Campbell5-0/+2823