aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAge
* xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-07
* xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-07
* xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-07
* xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-07
* xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-07
* xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-07
* xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-07
* xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-07
* xen-netback: Use skb->cb for pending_idxZoltan Kiss2014-03-07
* xen-netback: Fix Rx stall due to race conditionZoltan Kiss2014-02-05
* xen-netback: use new skb_checksum_setup functionPaul Durrant2014-01-14
* xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant2014-01-09
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * xen-netback: Include header for vmallocJosh Boyer2014-01-05
| * xen-netback: fix guest-receive-side array sizesPaul Durrant2013-12-29
| * xen-netback: fix some error return codeWei Yongjun2013-12-19
* | xen-netback: add gso_segs calculationPaul Durrant2013-12-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
|\|
| * xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun2013-12-17
| * xen-netback: fix gso_prefix checkPaul Durrant2013-12-12
| * xen-netback: napi: don't prematurely request a tx eventPaul Durrant2013-12-12
| * xen-netback: napi: fix abuse of budgetPaul Durrant2013-12-12
| * xen-netback: make sure skb linear area covers checksum fieldPaul Durrant2013-12-11
* | xen-netback: improve guest-receive-side flow controlPaul Durrant2013-12-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-09
|\|
| * xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-05
* | drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-06
|/
* xen-netback: clear vif->task on disconnectPaul Durrant2013-12-03
* xen-netback: include definition of csum_ipv6_magicAndy Whitcroft2013-11-28
* xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel2013-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-29
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-17
* | xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant2013-10-17
* | xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant2013-10-17
* | xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2013-10-17
* | xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-17
|/
* xen-netback: transition to CLOSED when removing a VIFDavid Vrabel2013-10-08
* xen-netback: Handle backend state transitions in a more robust wayPaul Durrant2013-09-30
* xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-19
* xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-12
* xen-netback: fix possible format string flawKees Cook2013-09-12
* xen-netback: rename functionsWei Liu2013-08-29
* xen-netback: switch to NAPI + kthread 1:1 modelWei Liu2013-08-29
* xen-netback: remove page tracking facilityWei Liu2013-08-29
* xen-netback: xenbus.c: use more current logging stylesWei Liu2013-07-02
* xen: Use more current logging stylesJoe Perches2013-07-01
* xen-netback: double free on unloadDan Carpenter2013-06-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich2013-06-13