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
Age
Commit message (
Expand
)
Author
2013-11-28
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
2013-06-19
xen-netback: better names for thresholds
Wei Liu
2013-06-19
xen-netback: avoid allocating variable size array on stack
Wei Liu
2013-06-19
xen-netback: remove redundent parameter in netbk_count_requests
Wei Liu
2013-06-19
xen-netback: don't disconnect frontend when seeing oversize packet
Wei Liu
2013-06-19
xen-netback: coalesce slots in TX path and fix regressions
Wei Liu
2013-06-19
xen-netback: fix sparse warning
stephen hemminger
2013-06-19
netback: remove redundant assignment
Wei Liu
2013-06-19
xen-netback: remove skb in xen_netbk_alloc_page
Wei Liu
2013-03-06
xen-netback: cancel the credit timer when taking the vif down
David Vrabel
2013-03-06
xen-netback: correctly return errors from netbk_count_requests()
David Vrabel
2013-02-20
netback: correct netbk_tx_err to handle wrap around.
Ian Campbell
2013-02-20
xen/netback: free already allocated memory on failure in xen_netbk_get_requests
Ian Campbell
2013-02-20
xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.
Matthew Daley
2013-02-20
xen/netback: shutdown the ring if it contains garbage.
Ian Campbell
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-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-10-05
xen: netback: convert to SKB paged frag API.
Ian Campbell
2011-10-03
net: xen-netback: correctly restart Tx after a VM restore/migrate
David Vrabel
2011-06-30
xen/netback: Add module alias for autoloading
Bastian Blank
2011-05-17
xen: netback: use __CONST_RING_SIZE not __RING_SIZE
Ian Campbell
2011-04-20
net: xen-netback: convert to hw_features
Michał Mirosław
2011-04-06
Signed bit field; int have_hotplug_status_watch:1
Ian Campbell
2011-03-15
xen network backend driver
Ian Campbell