aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2013-10-08xen-netback: transition to CLOSED when removing a VIFDavid Vrabel
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant
2013-09-12xen-netback: count number required slots for an skb more carefullyDavid Vrabel
2013-09-12xen-netback: fix possible format string flawKees Cook
2013-08-29xen-netback: rename functionsWei Liu
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu
2013-08-29xen-netback: remove page tracking facilityWei Liu
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu
2013-07-01xen: Use more current logging stylesJoe Perches
2013-06-24xen-netback: double free on unloadDan Carpenter
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu
2013-05-17xen-netback: enable user to unload netback moduleWei Liu
2013-05-17xen-netback: remove dead codeWei Liu
2013-05-02xen-netback: better names for thresholdsWei Liu
2013-05-02xen-netback: avoid allocating variable size array on stackWei Liu
2013-05-02xen-netback: remove redundent parameter in netbk_count_requestsWei Liu
2013-04-22xen-netback: don't disconnect frontend when seeing oversize packetWei Liu
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu
2013-04-12xen-netback: switch to use skb_partial_csum_set()Jason Wang
2013-04-10xen-netback: fix sparse warningstephen hemminger
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang
2013-03-26netback: set transport header before passing it to kernelJason Wang
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu
2013-02-19Revert "xen: netback: remove redundant xenvif_put"David S. Miller
2013-02-19xen: netback: remove redundant xenvif_putAndrew Jones
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-14xen-netback: cancel the credit timer when taking the vif downDavid Vrabel
2013-02-14xen-netback: correctly return errors from netbk_count_requests()David Vrabel
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell
2013-01-23xen-netback: allow changing the MAC address of the interfaceMatt Wilson
2012-10-10xen: netback: handle compound page fragments on transmit.Ian Campbell
2012-09-26Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla
2012-08-08xen/arm: compile netbackStefano Stabellini
2012-06-29xen/netback: only non-freed SKB is queued into tx_queueAnnie Li
2012-05-24xen/netback: Calculate the number of SKB slots required correctlySimon Graham
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-05xen-netback: make ops structs conststephen hemminger
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-12-20xen/netback: Enable netback on HVM guestsDaniel De Graaf
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-06netback: fix typo in commentWei Liu