index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen-netback: Trivial format string fix
Zoltan Kiss
2014-04-04
1
-2
/
+2
*
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
2014-04-03
2
-53
/
+70
*
xen-netback: Rename map ops
Zoltan Kiss
2014-04-03
1
-22
/
+24
*
xen-netback: disable rogue vif in kthread context
Wei Liu
2014-04-01
3
-2
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-31
1
-4
/
+28
|
\
|
*
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
2014-03-29
1
-1
/
+7
|
*
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
2014-03-29
1
-1
/
+20
|
*
xen-netback: remove pointless clause from if statement
Paul Durrant
2014-03-29
1
-2
/
+2
*
|
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
1
-7
/
+19
*
|
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
2
-6
/
+11
*
|
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
2014-03-26
3
-20
/
+4
*
|
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
2014-03-25
1
-1
/
+1
*
|
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
2014-03-25
3
-37
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
2
-23
/
+19
|
\
|
|
*
xen-netback: use skb_is_gso in xenvif_start_xmit
Wei Liu
2014-03-12
1
-2
/
+1
|
*
Xen-netback: Fix issue caused by using gso_type wrongly
Annie Li
2014-03-10
1
-21
/
+18
*
|
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
2014-03-07
3
-1
/
+37
*
|
xen-netback: Timeout packets in RX path
Zoltan Kiss
2014-03-07
3
-5
/
+61
*
|
xen-netback: Handle guests with too many frags
Zoltan Kiss
2014-03-07
3
-10
/
+162
*
|
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
2014-03-07
3
-1
/
+26
*
|
xen-netback: Remove old TX grant copy definitons and fix indentations
Zoltan Kiss
2014-03-07
2
-93
/
+15
*
|
xen-netback: Introduce TX grant mapping
Zoltan Kiss
2014-03-07
3
-165
/
+371
*
|
xen-netback: Handle foreign mapped pages on the guest RX path
Zoltan Kiss
2014-03-07
2
-5
/
+46
*
|
xen-netback: Minor refactoring of netback code
Zoltan Kiss
2014-03-07
3
-22
/
+27
*
|
xen-netback: Use skb->cb for pending_idx
Zoltan Kiss
2014-03-07
1
-17
/
+25
|
/
*
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
2014-02-05
3
-16
/
+7
*
xen-netback: use new skb_checksum_setup function
Paul Durrant
2014-01-14
1
-257
/
+3
*
xen-netback: stop vif thread spinning if frontend is unresponsive
Paul Durrant
2014-01-09
2
-5
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
3
-11
/
+37
|
\
|
*
xen-netback: Include header for vmalloc
Josh Boyer
2014-01-05
1
-0
/
+1
|
*
xen-netback: fix guest-receive-side array sizes
Paul Durrant
2013-12-29
3
-7
/
+24
|
*
xen-netback: fix some error return code
Wei Yongjun
2013-12-19
1
-4
/
+12
*
|
xen-netback: add gso_segs calculation
Paul Durrant
2013-12-19
1
-4
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
1
-41
/
+40
|
\
|
|
*
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
2013-12-17
1
-0
/
+3
|
*
xen-netback: fix gso_prefix check
Paul Durrant
2013-12-12
1
-1
/
+1
|
*
xen-netback: napi: don't prematurely request a tx event
Paul Durrant
2013-12-12
1
-1
/
+1
|
*
xen-netback: napi: fix abuse of budget
Paul Durrant
2013-12-12
1
-7
/
+7
|
*
xen-netback: make sure skb linear area covers checksum field
Paul Durrant
2013-12-11
1
-32
/
+28
*
|
xen-netback: improve guest-receive-side flow control
Paul Durrant
2013-12-09
3
-185
/
+106
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-09
1
-99
/
+137
|
\
|
|
*
xen-netback: fix fragment detection in checksum setup
Paul Durrant
2013-12-05
1
-99
/
+137
*
|
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
|
/
*
xen-netback: clear vif->task on disconnect
Paul Durrant
2013-12-03
1
-8
/
+12
*
xen-netback: include definition of csum_ipv6_magic
Andy Whitcroft
2013-11-28
1
-0
/
+1
*
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
2013-11-21
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
3
-7
/
+7
|
\
|
*
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
2013-10-29
3
-7
/
+7
*
|
xen-netback: enable IPv6 TCP GSO to the guest
Paul Durrant
2013-10-17
4
-16
/
+76
*
|
xen-netback: handle IPv6 TCP GSO packets from the guest
Paul Durrant
2013-10-17
2
-3
/
+15
[next]