aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+37
2014-01-05xen-netback: Include header for vmallocJosh Boyer1-0/+1
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant3-7/+24
2013-12-19xen-netback: add gso_segs calculationPaul Durrant1-4/+15
2013-12-19xen-netback: fix some error return codeWei Yongjun1-4/+12
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+40
2013-12-17xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun1-0/+3
2013-12-12xen-netback: fix gso_prefix checkPaul Durrant1-1/+1
2013-12-12xen-netback: napi: don't prematurely request a tx eventPaul Durrant1-1/+1
2013-12-12xen-netback: napi: fix abuse of budgetPaul Durrant1-7/+7
2013-12-11xen-netback: make sure skb linear area covers checksum fieldPaul Durrant1-32/+28
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant3-185/+106
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-99/+137
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant1-99/+137
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant1-8/+12
2013-11-28xen-netback: include definition of csum_ipv6_magicAndy Whitcroft1-0/+1
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. Miller3-7/+7
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu3-7/+7
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant4-16/+76
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant2-3/+15
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant1-1/+1
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2-39/+205
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant3-5/+15
2013-10-08xen-netback: transition to CLOSED when removing a VIFDavid Vrabel1-0/+4
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant1-30/+118
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-21/+23
2013-09-12xen-netback: count number required slots for an skb more carefullyDavid Vrabel1-30/+64
2013-09-12xen-netback: fix possible format string flawKees Cook1-1/+1
2013-08-29xen-netback: rename functionsWei Liu3-133/+134
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu3-507/+351
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu1-5/+4
2013-07-01xen: Use more current logging stylesJoe Perches1-4/+3
2013-06-24xen-netback: double free on unloadDan Carpenter1-2/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich1-5/+6
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu4-29/+124
2013-05-17xen-netback: enable user to unload netback moduleWei Liu4-1/+44
2013-05-17xen-netback: remove dead codeWei Liu1-4/+0
2013-05-02xen-netback: better names for thresholdsWei Liu1-20/+29
2013-05-02xen-netback: avoid allocating variable size array on stackWei Liu1-2/+14
2013-05-02xen-netback: remove redundent parameter in netbk_count_requestsWei Liu1-4/+2
2013-04-22xen-netback: don't disconnect frontend when seeing oversize packetWei Liu1-6/+16
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu1-51/+224
2013-04-12xen-netback: switch to use skb_partial_csum_set()Jason Wang1-14/+8
2013-04-10xen-netback: fix sparse warningstephen hemminger1-1/+1
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-9/+1
2013-03-26netback: set transport header before passing it to kernelJason Wang1-0/+12