index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Age
Commit message (
Expand
)
Author
2014-07-20
xen-netback: Fix pointer incrementation to avoid incorrect logging
Zoltan Kiss
2014-07-20
xen-netback: Fix releasing header slot on error path
Zoltan Kiss
2014-07-20
xen-netback: Fix releasing frag_list skbs in error path
Zoltan Kiss
2014-07-20
xen-netback: Fix handling frag_list on grant op error path
Zoltan Kiss
2014-06-25
xen-netback: bookkeep number of active queues in our own module
Wei Liu
2014-06-11
net: xen-netback: include linux/vmalloc.h again
Arnd Bergmann
2014-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-05
xen-netback: Fix handling of skbs requiring too many slots
Zoltan Kiss
2014-06-04
xen-netback: Add support for multiple queues
Andrew J. Bennieston
2014-06-04
xen-netback: Factor queue-specific data into queue struct
Wei Liu
2014-06-04
xen-netback: Move grant_copy_op array back into struct xenvif.
Andrew J. Bennieston
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-16
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
2014-05-15
xen-netback: Fix grant ref resolution in RX path
Zoltan Kiss
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-04-04
xen-netback: Trivial format string fix
Zoltan Kiss
2014-04-03
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
2014-04-03
xen-netback: Rename map ops
Zoltan Kiss
2014-04-01
xen-netback: disable rogue vif in kthread context
Wei Liu
2014-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-29
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
2014-03-29
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
2014-03-29
xen-netback: remove pointless clause from if statement
Paul Durrant
2014-03-26
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
2014-03-25
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
2014-03-25
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-12
xen-netback: use skb_is_gso in xenvif_start_xmit
Wei Liu
2014-03-10
Xen-netback: Fix issue caused by using gso_type wrongly
Annie Li
2014-03-07
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
2014-03-07
xen-netback: Timeout packets in RX path
Zoltan Kiss
2014-03-07
xen-netback: Handle guests with too many frags
Zoltan Kiss
2014-03-07
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
2014-03-07
xen-netback: Remove old TX grant copy definitons and fix indentations
Zoltan Kiss
2014-03-07
xen-netback: Introduce TX grant mapping
Zoltan Kiss
2014-03-07
xen-netback: Handle foreign mapped pages on the guest RX path
Zoltan Kiss
2014-03-07
xen-netback: Minor refactoring of netback code
Zoltan Kiss
2014-03-07
xen-netback: Use skb->cb for pending_idx
Zoltan Kiss
2014-02-05
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
2014-01-14
xen-netback: use new skb_checksum_setup function
Paul Durrant
2014-01-09
xen-netback: stop vif thread spinning if frontend is unresponsive
Paul Durrant
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-05
xen-netback: Include header for vmalloc
Josh Boyer
2013-12-29
xen-netback: fix guest-receive-side array sizes
Paul Durrant
2013-12-19
xen-netback: add gso_segs calculation
Paul Durrant
2013-12-19
xen-netback: fix some error return code
Wei Yongjun
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-17
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
[next]