summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/interface.c
AgeCommit message (Expand)Author
2014-04-18xen-netback: disable rogue vif in kthread contextWei Liu
2013-11-20xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu
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-24xen-netback: split event channels support for Xen backend driverWei Liu
2013-05-18xen-netback: enable user to unload netback moduleWei Liu
2013-02-19Merge 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-08xen/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-16xen network backend driverIan Campbell