index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
/
netback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+25
2014-06-06
xen-netback: Fix handling of skbs requiring too many slots
Zoltan Kiss
1
-11
/
+25
2014-06-05
xen-netback: Add support for multiple queues
Andrew J. Bennieston
1
-0
/
+8
2014-06-05
xen-netback: Factor queue-specific data into queue struct
Wei Liu
1
-357
/
+353
2014-05-17
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
1
-2
/
+2
2014-05-16
xen-netback: Fix grant ref resolution in RX path
Zoltan Kiss
1
-18
/
+80
2014-04-04
xen-netback: Trivial format string fix
Zoltan Kiss
1
-2
/
+2
2014-04-03
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
1
-53
/
+69
2014-04-03
xen-netback: Rename map ops
Zoltan Kiss
1
-22
/
+24
2014-04-02
xen-netback: disable rogue vif in kthread context
Wei Liu
1
-2
/
+14
2014-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+28
2014-03-30
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
1
-1
/
+7
2014-03-30
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
1
-1
/
+20
2014-03-30
xen-netback: remove pointless clause from if statement
Paul Durrant
1
-2
/
+2
2014-03-27
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
1
-7
/
+19
2014-03-27
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
1
-3
/
+1
2014-03-27
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
1
-11
/
+2
2014-03-26
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
1
-1
/
+1
2014-03-26
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
1
-33
/
+1
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+18
2014-03-11
Xen-netback: Fix issue caused by using gso_type wrongly
Annie Li
1
-21
/
+18
2014-03-08
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
1
-1
/
+33
2014-03-08
xen-netback: Timeout packets in RX path
Zoltan Kiss
1
-3
/
+20
2014-03-08
xen-netback: Handle guests with too many frags
Zoltan Kiss
1
-10
/
+154
2014-03-08
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
1
-1
/
+8
2014-03-08
xen-netback: Remove old TX grant copy definitons and fix indentations
Zoltan Kiss
1
-58
/
+14
2014-03-08
xen-netback: Introduce TX grant mapping
Zoltan Kiss
1
-160
/
+272
2014-03-08
xen-netback: Handle foreign mapped pages on the guest RX path
Zoltan Kiss
1
-5
/
+43
2014-03-08
xen-netback: Minor refactoring of netback code
Zoltan Kiss
1
-19
/
+3
2014-03-08
xen-netback: Use skb->cb for pending_idx
Zoltan Kiss
1
-17
/
+25
2014-02-06
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
1
-10
/
+6
2014-01-15
xen-netback: use new skb_checksum_setup function
Paul Durrant
1
-257
/
+3
2014-01-10
xen-netback: stop vif thread spinning if frontend is unresponsive
Paul Durrant
1
-5
/
+9
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+13
2013-12-30
xen-netback: fix guest-receive-side array sizes
Paul Durrant
1
-1
/
+1
2013-12-20
xen-netback: add gso_segs calculation
Paul Durrant
1
-4
/
+15
2013-12-19
xen-netback: fix some error return code
Wei Yongjun
1
-4
/
+12
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-41
/
+40
2013-12-18
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
1
-0
/
+3
2013-12-13
xen-netback: fix gso_prefix check
Paul Durrant
1
-1
/
+1
2013-12-12
xen-netback: napi: don't prematurely request a tx event
Paul Durrant
1
-1
/
+1
2013-12-12
xen-netback: napi: fix abuse of budget
Paul Durrant
1
-7
/
+7
2013-12-12
xen-netback: make sure skb linear area covers checksum field
Paul Durrant
1
-32
/
+28
2013-12-10
xen-netback: improve guest-receive-side flow control
Paul Durrant
1
-146
/
+71
2013-12-06
xen-netback: fix fragment detection in checksum setup
Paul Durrant
1
-99
/
+137
2013-11-29
xen-netback: include definition of csum_ipv6_magic
Andy Whitcroft
1
-0
/
+1
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2013-10-29
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
1
-5
/
+5
2013-10-17
xen-netback: enable IPv6 TCP GSO to the guest
Paul Durrant
1
-10
/
+38
2013-10-17
xen-netback: handle IPv6 TCP GSO packets from the guest
Paul Durrant
1
-3
/
+8
[next]