Age | Commit message (Expand) | Author | Files | Lines |
2013-07-02 | xen: Use more current logging styles | Joe Perches | 1 | -4/+3 |
2013-06-24 | xen-netback: double free on unload | Dan Carpenter | 1 | -2/+2 |
2013-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2013-06-13 | xen-netback: don't de-reference vif pointer after having called xenvif_put() | Jan Beulich | 1 | -5/+6 |
2013-05-24 | xen-netback: split event channels support for Xen backend driver | Wei Liu | 1 | -4/+10 |
2013-05-18 | xen-netback: enable user to unload netback module | Wei Liu | 1 | -0/+20 |
2013-05-18 | xen-netback: remove dead code | Wei Liu | 1 | -4/+0 |
2013-05-03 | xen-netback: better names for thresholds | Wei Liu | 1 | -20/+29 |
2013-05-03 | xen-netback: avoid allocating variable size array on stack | Wei Liu | 1 | -2/+14 |
2013-05-03 | xen-netback: remove redundent parameter in netbk_count_requests | Wei Liu | 1 | -4/+2 |
2013-04-22 | xen-netback: don't disconnect frontend when seeing oversize packet | Wei Liu | 1 | -6/+16 |
2013-04-22 | xen-netback: coalesce slots in TX path and fix regressions | Wei Liu | 1 | -51/+224 |
2013-04-12 | xen-netback: switch to use skb_partial_csum_set() | Jason Wang | 1 | -14/+8 |
2013-04-11 | xen-netback: fix sparse warning | stephen hemminger | 1 | -1/+1 |
2013-03-27 | net: switch to use skb_probe_transport_header() | Jason Wang | 1 | -9/+1 |
2013-03-26 | netback: set transport header before passing it to kernel | Jason Wang | 1 | -0/+12 |
2013-03-25 | xen-netback: remove skb in xen_netbk_alloc_page | Wei Liu | 1 | -3/+2 |
2013-02-19 | Revert "xen: netback: remove redundant xenvif_put" | David S. Miller | 1 | -0/+1 |
2013-02-19 | xen: netback: remove redundant xenvif_put | Andrew Jones | 1 | -1/+0 |
2013-02-14 | xen-netback: correctly return errors from netbk_count_requests() | David Vrabel | 1 | -4/+4 |
2013-02-08 | netback: correct netbk_tx_err to handle wrap around. | Ian Campbell | 1 | -1/+1 |
2013-02-08 | xen/netback: free already allocated memory on failure in xen_netbk_get_requests | Ian Campbell | 1 | -1/+12 |
2013-02-08 | xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. | Matthew Daley | 1 | -25/+13 |
2013-02-08 | xen/netback: shutdown the ring if it contains garbage. | Ian Campbell | 1 | -17/+45 |
2012-10-11 | xen: netback: handle compound page fragments on transmit. | Ian Campbell | 1 | -5/+35 |
2012-09-27 | Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l... | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2012-09-21 | xen/gndev: Xen backend support for paged out grant targets V4. | Andres Lagar-Cavilla | 1 | -8/+3 |
2012-08-08 | xen/arm: compile netback | Stefano Stabellini | 1 | -0/+1 |
2012-06-29 | xen/netback: only non-freed SKB is queued into tx_queue | Annie Li | 1 | -2/+2 |
2012-05-25 | xen/netback: Calculate the number of SKB slots required correctly | Simon Graham | 1 | -2/+1 |
2012-02-01 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -3/+1 |
2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2011-12-21 | xen/netback: Enable netback on HVM guests | Daniel De Graaf | 1 | -1/+1 |
2011-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2011-12-06 | netback: fix typo in comment | Wei Liu | 1 | -1/+1 |
2011-12-06 | netback: remove redundant assignment | Wei Liu | 1 | -4/+0 |
2011-12-06 | netback: Fix alert message. | Wei Liu | 1 | -1/+1 |
2011-11-22 | xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop() | Jan Beulich | 1 | -1/+1 |
2011-11-07 | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -63/+17 |
2011-10-26 | net: xen-netback: use API provided by xenbus module to map rings | David Vrabel | 1 | -63/+17 |
2011-10-19 | net: add skb frag size accessors | Eric Dumazet | 1 | -2/+2 |
2011-10-06 | xen: netback: convert to SKB paged frag API. | Ian Campbell | 1 | -21/+33 |
2011-06-30 | xen/netback: Add module alias for autoloading | Bastian Blank | 1 | -0/+1 |
2011-03-16 | xen network backend driver | Ian Campbell | 1 | -0/+1745 |