aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant1-30/+118
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-21/+23
2013-09-12xen-netback: count number required slots for an skb more carefullyDavid Vrabel1-30/+64
2013-09-12xen-netback: fix possible format string flawKees Cook1-1/+1
2013-08-29xen-netback: rename functionsWei Liu3-133/+134
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu3-507/+351
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu1-5/+4
2013-07-01xen: Use more current logging stylesJoe Perches1-4/+3
2013-06-24xen-netback: double free on unloadDan Carpenter1-2/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich1-5/+6
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu4-29/+124
2013-05-17xen-netback: enable user to unload netback moduleWei Liu4-1/+44
2013-05-17xen-netback: remove dead codeWei Liu1-4/+0
2013-05-02xen-netback: better names for thresholdsWei Liu1-20/+29
2013-05-02xen-netback: avoid allocating variable size array on stackWei Liu1-2/+14
2013-05-02xen-netback: remove redundent parameter in netbk_count_requestsWei Liu1-4/+2
2013-04-22xen-netback: don't disconnect frontend when seeing oversize packetWei Liu1-6/+16
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu1-51/+224
2013-04-12xen-netback: switch to use skb_partial_csum_set()Jason Wang1-14/+8
2013-04-10xen-netback: fix sparse warningstephen hemminger1-1/+1
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-9/+1
2013-03-26netback: set transport header before passing it to kernelJason Wang1-0/+12
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-02-19Revert "xen: netback: remove redundant xenvif_put"David S. Miller1-0/+1
2013-02-19xen: netback: remove redundant xenvif_putAndrew Jones1-1/+0
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2-6/+5
2013-02-14xen-netback: cancel the credit timer when taking the vif downDavid Vrabel1-2/+1
2013-02-14xen-netback: correctly return errors from netbk_count_requests()David Vrabel1-4/+4
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-53/+88
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-01-23xen-netback: allow changing the MAC address of the interfaceMatt Wilson1-0/+2
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 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