Age | Commit message (Expand) | Author | Files | Lines |
2014-10-25 | xen-netback: reintroduce guest Rx stall detection | David Vrabel | 1 | -0/+5 |
2014-10-25 | xen-netback: fix unlimited guest Rx internal queue and carrier flapping | David Vrabel | 1 | -12/+17 |
2014-10-25 | xen-netback: make feature-rx-notify mandatory | David Vrabel | 1 | -5/+0 |
2014-08-14 | xen-netback: don't stop dealloc kthread too early | Wei Liu | 1 | -0/+5 |
2014-08-06 | xen-netback: Turn off the carrier if the guest is not able to receive | Zoltan Kiss | 1 | -3/+12 |
2014-08-06 | xen-netback: Using a new state bit instead of carrier | Zoltan Kiss | 1 | -0/+6 |
2014-07-09 | xen-netback: Adding debugfs "io_ring_qX" files | Zoltan Kiss | 1 | -0/+11 |
2014-06-26 | xen-netback: bookkeep number of active queues in our own module | Wei Liu | 1 | -0/+1 |
2014-06-05 | xen-netback: Add support for multiple queues | Andrew J. Bennieston | 1 | -0/+2 |
2014-06-05 | xen-netback: Factor queue-specific data into queue struct | Wei Liu | 1 | -33/+69 |
2014-06-05 | xen-netback: Move grant_copy_op array back into struct xenvif. | Andrew J. Bennieston | 1 | -2/+1 |
2014-05-17 | xen-netback: fix race between napi_complete() and interrupt handler | David Vrabel | 1 | -1/+1 |
2014-04-03 | xen-netback: Grant copy the header instead of map and memcpy | Zoltan Kiss | 1 | -0/+1 |
2014-04-02 | xen-netback: disable rogue vif in kthread context | Wei Liu | 1 | -0/+5 |
2014-03-27 | xen-netback: Stop using xenvif_tx_pending_slots_available | Zoltan Kiss | 1 | -7/+1 |
2014-03-26 | Revert "xen-netback: Aggregate TX unmap operations" | Zoltan Kiss | 1 | -2/+0 |
2014-03-08 | xen-netback: Aggregate TX unmap operations | Zoltan Kiss | 1 | -0/+2 |
2014-03-08 | xen-netback: Timeout packets in RX path | Zoltan Kiss | 1 | -0/+6 |
2014-03-08 | xen-netback: Handle guests with too many frags | Zoltan Kiss | 1 | -0/+1 |
2014-03-08 | xen-netback: Add stat counters for zerocopy | Zoltan Kiss | 1 | -0/+3 |
2014-03-08 | xen-netback: Remove old TX grant copy definitons and fix indentations | Zoltan Kiss | 1 | -35/+1 |
2014-03-08 | xen-netback: Introduce TX grant mapping | Zoltan Kiss | 1 | -1/+38 |
2014-03-08 | xen-netback: Handle foreign mapped pages on the guest RX path | Zoltan Kiss | 1 | -0/+3 |
2014-03-08 | xen-netback: Minor refactoring of netback code | Zoltan Kiss | 1 | -1/+22 |
2014-02-06 | xen-netback: Fix Rx stall due to race condition | Zoltan Kiss | 1 | -5/+1 |
2014-01-10 | xen-netback: stop vif thread spinning if frontend is unresponsive | Paul Durrant | 1 | -0/+1 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+13 |
2013-12-30 | xen-netback: fix guest-receive-side array sizes | Paul Durrant | 1 | -6/+13 |
2013-12-10 | xen-netback: improve guest-receive-side flow control | Paul Durrant | 1 | -16/+11 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2013-10-29 | xen-netback: use jiffies_64 value to calculate credit timeout | Wei Liu | 1 | -0/+1 |
2013-10-17 | xen-netback: enable IPv6 TCP GSO to the guest | Paul Durrant | 1 | -2/+7 |
2013-10-17 | xen-netback: add support for IPv6 checksum offload to guest | Paul Durrant | 1 | -1/+2 |
2013-09-19 | xen-netback: Don't destroy the netdev until the vif is shut down | Paul Durrant | 1 | -0/+1 |
2013-08-29 | xen-netback: rename functions | Wei Liu | 1 | -12/+12 |
2013-08-29 | xen-netback: switch to NAPI + kthread 1:1 model | Wei Liu | 1 | -38/+94 |
2013-05-24 | xen-netback: split event channels support for Xen backend driver | Wei Liu | 1 | -3/+10 |
2013-05-18 | xen-netback: enable user to unload netback module | Wei Liu | 1 | -0/+1 |
2013-02-08 | xen/netback: shutdown the ring if it contains garbage. | Ian Campbell | 1 | -0/+3 |
2011-10-26 | net: xen-netback: use API provided by xenbus module to map rings | David Vrabel | 1 | -6/+5 |
2011-05-17 | xen: netback: use __CONST_RING_SIZE not __RING_SIZE | Ian Campbell | 1 | -2/+2 |
2011-04-20 | net: xen-netback: convert to hw_features | Michał Mirosław | 1 | -3/+0 |
2011-03-16 | xen network backend driver | Ian Campbell | 1 | -0/+161 |