summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-7/+19
* xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-3/+1
* xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-261-11/+2
* xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller2014-03-261-1/+1
* Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss2014-03-251-33/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-21/+18
|\
| * Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li2014-03-111-21/+18
* | xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-071-1/+33
* | xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-071-3/+20
* | xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-071-10/+154
* | xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-071-1/+8
* | xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-071-58/+14
* | xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-071-160/+272
* | xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-071-5/+43
* | xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-071-19/+3
* | xen-netback: Use skb->cb for pending_idxZoltan Kiss2014-03-071-17/+25
|/
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-061-10/+6
* xen-netback: use new skb_checksum_setup functionPaul Durrant2014-01-141-257/+3
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-101-5/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-5/+13
|\
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-301-1/+1
| * xen-netback: fix some error return codeWei Yongjun2013-12-191-4/+12
* | xen-netback: add gso_segs calculationPaul Durrant2013-12-191-4/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-41/+40
|\|
| * xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun2013-12-171-0/+3
| * xen-netback: fix gso_prefix checkPaul Durrant2013-12-121-1/+1
| * xen-netback: napi: don't prematurely request a tx eventPaul Durrant2013-12-121-1/+1
| * xen-netback: napi: fix abuse of budgetPaul Durrant2013-12-121-7/+7
| * xen-netback: make sure skb linear area covers checksum fieldPaul Durrant2013-12-111-32/+28
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-101-146/+71
|/
* xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-061-99/+137
* xen-netback: include definition of csum_ipv6_magicAndy Whitcroft2013-11-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-5/+5
|\
| * xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-291-5/+5
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-171-10/+38
* | xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant2013-10-171-3/+8
* | xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2013-10-171-39/+196
* | Revert "xen-netback: improve ring effeciency for guest RX"Wei Liu2013-10-081-61/+83
* | xen-netback: improve ring effeciency for guest RXWei Liu2013-10-011-83/+61
|/
* xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-131-30/+64
* xen-netback: rename functionsWei Liu2013-08-291-111/+112
* xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-291-430/+177
* xen-netback: remove page tracking facilityWei Liu2013-08-291-75/+2
* xen: Use more current logging stylesJoe Perches2013-07-011-4/+3
* xen-netback: double free on unloadDan Carpenter2013-06-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-3/+5
|\
| * xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich2013-06-131-5/+6
* | xen-netback: split event channels support for Xen backend driverWei Liu2013-05-241-4/+10
* | xen-netback: enable user to unload netback moduleWei Liu2013-05-181-0/+20
* | xen-netback: remove dead codeWei Liu2013-05-181-4/+0
|/