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