aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* xen: netback: read hotplug script once at start of day.Ian Campbell2015-08-071-14/+19
* xen-netback: remove pointless clause from if statementPaul Durrant2014-04-301-2/+2
* xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-11-283-7/+7
* xen-netback: better names for thresholdsWei Liu2013-06-191-20/+29
* xen-netback: avoid allocating variable size array on stackWei Liu2013-06-191-2/+14
* xen-netback: remove redundent parameter in netbk_count_requestsWei Liu2013-06-191-4/+2
* xen-netback: don't disconnect frontend when seeing oversize packetWei Liu2013-06-191-6/+16
* xen-netback: coalesce slots in TX path and fix regressionsWei Liu2013-06-191-51/+224
* xen-netback: fix sparse warningstephen hemminger2013-06-191-1/+1
* netback: remove redundant assignmentWei Liu2013-06-191-4/+0
* xen-netback: remove skb in xen_netbk_alloc_pageWei Liu2013-06-191-3/+2
* xen-netback: cancel the credit timer when taking the vif downDavid Vrabel2013-03-061-2/+1
* xen-netback: correctly return errors from netbk_count_requests()David Vrabel2013-03-061-4/+4
* netback: correct netbk_tx_err to handle wrap around.Ian Campbell2013-02-201-1/+1
* xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell2013-02-201-1/+12
* xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley2013-02-201-25/+13
* xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-203-26/+62
* netback: Fix alert message.Wei Liu2011-12-061-1/+1
* 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-062-69/+22
|\
| * net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-262-69/+22
* | net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-2/+2
|\ \
| * | net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel2011-10-031-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: netback: use __CONST_RING_SIZE not __RING_SIZEIan Campbell2011-05-171-2/+2
* net: xen-netback: convert to hw_featuresMichał Mirosław2011-04-202-72/+15
* Signed bit field; int have_hotplug_status_watch:1Ian Campbell2011-04-061-1/+1
* xen network backend driverIan Campbell2011-03-155-0/+2823