aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
AgeCommit message (Expand)Author
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05xen-netback: Include header for vmallocJosh Boyer
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant
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-05-23xen-netback: split event channels support for Xen backend driverWei Liu
2013-05-17xen-netback: enable user to unload netback moduleWei Liu
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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-01-05xen-netback: make ops structs conststephen hemminger
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-03net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel
2011-04-20net: xen-netback: convert to hw_featuresMichał Mirosław
2011-03-15xen network backend driverIan Campbell