summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-053-16/+7
* 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-092-5/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-11/+37
|\
| * xen-netback: Include header for vmallocJosh Boyer2014-01-051-0/+1
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-293-7/+24
| * 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-093-185/+106
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-99/+137
|\ \ | |/
| * xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-051-99/+137
* | drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
|/
* xen-netback: clear vif->task on disconnectPaul Durrant2013-12-031-8/+12
* xen-netback: include definition of csum_ipv6_magicAndy Whitcroft2013-11-281-0/+1
* xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel2013-11-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-043-7/+7
|\
| * xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-293-7/+7
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-174-16/+76
* | xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant2013-10-172-3/+15
* | xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant2013-10-171-1/+1
* | xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2013-10-172-39/+205
* | xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-173-5/+15
|/
* xen-netback: transition to CLOSED when removing a VIFDavid Vrabel2013-10-081-0/+4
* xen-netback: Handle backend state transitions in a more robust wayPaul Durrant2013-09-301-30/+118
* xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-193-21/+23
* xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-121-30/+64
* xen-netback: fix possible format string flawKees Cook2013-09-121-1/+1
* xen-netback: rename functionsWei Liu2013-08-293-133/+134
* xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-293-507/+351
* xen-netback: remove page tracking facilityWei Liu2013-08-291-75/+2
* xen-netback: xenbus.c: use more current logging stylesWei Liu2013-07-021-5/+4
* 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-191-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-234-29/+124
* | xen-netback: enable user to unload netback moduleWei Liu2013-05-174-1/+44
* | xen-netback: remove dead codeWei Liu2013-05-171-4/+0
|/
* xen-netback: better names for thresholdsWei Liu2013-05-021-20/+29
* xen-netback: avoid allocating variable size array on stackWei Liu2013-05-021-2/+14
* xen-netback: remove redundent parameter in netbk_count_requestsWei Liu2013-05-021-4/+2
* xen-netback: don't disconnect frontend when seeing oversize packetWei Liu2013-04-221-6/+16
* xen-netback: coalesce slots in TX path and fix regressionsWei Liu2013-04-221-51/+224
* xen-netback: switch to use skb_partial_csum_set()Jason Wang2013-04-121-14/+8
OpenPOWER on IntegriCloud