aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2014-04-14xen-netback: remove pointless clause from if statementPaul Durrant
2013-12-04xen-netback: fix refcnt unbalance for 3.10Wei Liu
2013-11-20xen-netback: transition to CLOSED when removing a VIFDavid Vrabel
2013-11-20xen-netback: Handle backend state transitions in a more robust wayPaul Durrant
2013-11-20xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu
2013-11-04xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant
2013-10-13xen-netback: count number required slots for an skb more carefullyDavid Vrabel
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich
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
2011-12-06netback: remove redundant assignmentWei Liu
2011-12-06netback: Fix alert message.Wei Liu
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-21xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-26net: xen-netback: use API provided by xenbus module to map ringsDavid Vrabel
2011-10-19net: add skb frag size accessorsEric Dumazet