index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
/
netback.c
Age
Commit message (
Expand
)
Author
2014-04-26
xen-netback: remove pointless clause from if statement
Paul Durrant
2014-03-11
xen-netback: don't disconnect frontend when seeing oversize packet
Wei Liu
2014-03-11
xen-netback: coalesce slots in TX path and fix regressions
Wei Liu
2014-03-11
xen-netback: fix sparse warning
stephen hemminger
2013-11-20
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
2013-06-07
xen-netback: remove skb in xen_netbk_alloc_page
Wei Liu
2013-02-28
xen-netback: correctly return errors from netbk_count_requests()
David Vrabel
2013-02-14
netback: correct netbk_tx_err to handle wrap around.
Ian Campbell
2013-02-14
xen/netback: free already allocated memory on failure in xen_netbk_get_requests
Ian Campbell
2013-02-14
xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.
Matthew Daley
2013-02-14
xen/netback: shutdown the ring if it contains garbage.
Ian Campbell
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-10
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-12-20
xen/netback: Enable netback on HVM guests
Daniel De Graaf
2011-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-06
netback: fix typo in comment
Wei Liu
2011-12-06
netback: remove redundant assignment
Wei Liu
2011-12-06
netback: Fix alert message.
Wei Liu
2011-11-21
xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()
Jan Beulich
2011-11-06
Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-10-26
net: xen-netback: use API provided by xenbus module to map rings
David Vrabel
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-05
xen: netback: convert to SKB paged frag API.
Ian Campbell
2011-06-30
xen/netback: Add module alias for autoloading
Bastian Blank
2011-03-15
xen network backend driver
Ian Campbell