aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss1-160/+272
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss1-5/+43
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss1-19/+3
2014-03-07xen-netback: Use skb->cb for pending_idxZoltan Kiss1-17/+25
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss1-10/+6
2014-01-14xen-netback: use new skb_checksum_setup functionPaul Durrant1-257/+3
2014-01-09xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant1-5/+9
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-1/+1
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 Durrant1-146/+71
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant1-99/+137
2013-11-28xen-netback: include definition of csum_ipv6_magicAndy Whitcroft1-0/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu1-5/+5
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-10/+38
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant1-3/+8
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant1-39/+196
2013-10-08Revert "xen-netback: improve ring effeciency for guest RX"Wei Liu1-61/+83
2013-09-30xen-netback: improve ring effeciency for guest RXWei Liu1-83/+61
2013-09-12xen-netback: count number required slots for an skb more carefullyDavid Vrabel1-30/+64
2013-08-29xen-netback: rename functionsWei Liu1-111/+112
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu1-430/+177
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
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 Liu1-4/+10
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-0/+20
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
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-02-19Revert "xen: netback: remove redundant xenvif_put"David S. Miller1-0/+1
2013-02-19xen: netback: remove redundant xenvif_putAndrew Jones1-1/+0