aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-05xen-netback: Include header for vmallocJosh Boyer1-0/+1
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-0/+10
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant1-23/+24
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant1-8/+12
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel1-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu1-2/+1
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-2/+4
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant1-1/+1
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant1-3/+7
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant1-16/+10
2013-09-12xen-netback: fix possible format string flawKees Cook1-1/+1
2013-08-29xen-netback: rename functionsWei Liu1-10/+10
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu1-39/+80
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu1-15/+70
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-1/+18
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-2/+1
2013-02-14xen-netback: cancel the credit timer when taking the vif downDavid Vrabel1-2/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell1-9/+14
2013-01-23xen-netback: allow changing the MAC address of the interfaceMatt Wilson1-0/+2
2012-01-05xen-netback: make ops structs conststephen hemminger1-2/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-10-03net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel1-2/+2
2011-04-20net: xen-netback: convert to hw_featuresMichał Mirosław1-69/+15
2011-03-15xen network backend driverIan Campbell1-0/+424