aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2014-04-14xen-netback: disable rogue vif in kthread contextWei Liu
2014-04-14xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant
2014-04-14xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant
2014-04-14xen-netback: remove pointless clause from if statementPaul Durrant
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu
2014-03-10Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss
2014-01-14xen-netback: use new skb_checksum_setup functionPaul Durrant
2014-01-09xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant
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-19xen-netback: add gso_segs calculationPaul Durrant
2013-12-19xen-netback: fix some error return codeWei Yongjun
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun
2013-12-12xen-netback: fix gso_prefix checkPaul Durrant
2013-12-12xen-netback: napi: don't prematurely request a tx eventPaul Durrant
2013-12-12xen-netback: napi: fix abuse of budgetPaul Durrant
2013-12-11xen-netback: make sure skb linear area covers checksum fieldPaul Durrant
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant
2013-11-28xen-netback: include definition of csum_ipv6_magicAndy Whitcroft
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: handle IPv6 TCP GSO packets from the guestPaul Durrant
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant
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